https://bugzilla.novell.com/show_bug.cgi?id=435600 Summary: iptables displays all ports as 'spr-itunes' Product: openSUSE 11.0 Version: Final Platform: i686 OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: per.jessen@enidan.com QAContact: qa@suse.de Found By: --- Try doing a 'iptables --list', and look at how the destination port is displayed: # iptables --list [snip] ACCEPT tcp -- anywhere anywhere tcp dpt:spr-itunes ACCEPT udp -- anywhere anywhere udp spt:spr-itunes DROP tcp -- anywhere anywhere tcp dpt:spr-itunes DROP tcp -- anywhere anywhere tcp dpt:spr-itunes DROP tcp -- anywhere anywhere tcp dpt:spr-itunes DROP udp -- anywhere anywhere udp dpt:spr-itunes DROP udp -- anywhere anywhere udp dpt:spr-itunes DROP udp -- anywhere anywhere udp dpt:spr-itunes DROP tcp -- anywhere anywhere tcp dpt:spr-itunes DROP tcp -- anywhere anywhere tcp dpt:spr-itunes I've also tried this with iptables-1.4.2-rc1, which gave the same result. The above should have looked more like this: (iptables 3.6) # iptables --list [snip] ACCEPT tcp -- anywhere anywhere tcp dpt:rsync ACCEPT udp -- anywhere anywhere udp spt:domain DROP tcp -- anywhere anywhere tcp dpt:epmap DROP tcp -- anywhere anywhere tcp dpt:netbios-ssn DROP tcp -- anywhere anywhere tcp dpt:ms-sql-s DROP udp -- anywhere anywhere udp dpt:ms-sql-m DROP tcp -- anywhere anywhere tcp dpt:microsoft-ds -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.