|
Bugzilla – Full Text Bug Listing |
| Summary: | current STABLE: Firewall: ssh port is blocked cannot be changed | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Andreas Jaeger <aj> |
| Component: | YaST2 | Assignee: | Lukas Ocilka <locilka> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | mvidner |
| Version: | Alpha 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Logfiles | ||
|
Description
Andreas Jaeger
2006-01-11 09:21:44 UTC
And then the firewall will not work - I'll attach logfiles in a second.. Created attachment 62789 [details]
Logfiles
It seems I still forgot something. Ah, I see the bug
list <string> used_zones = SuSEFirewall::GetZonesOfInterfaces(known_interfaces);
if (NetworkService::IsManaged() && SuSEFirewall::IsAnyNetworkInterfaceSupported()) {
known_interfaces = add (known_interfaces, SuSEFirewall::special_all_interface_zone);
}
---
'known_interfaces' should be 'used_zones'
I'm terribly sorry for that Fixing in SVN sending to the autobuild |