[Bug 435600] New: iptables displays all ports as 'spr-itunes'
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.
https://bugzilla.novell.com/show_bug.cgi?id=435600 Michal Seben <mseben@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mseben@novell.com AssignedTo|bnc-team-screening@forge.provo.novell.com |prusnak@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=435600 User per.jessen@enidan.com added comment https://bugzilla.novell.com/show_bug.cgi?id=435600#c1 --- Comment #1 from Per Jessen <per.jessen@enidan.com> 2008-10-16 01:25:36 MDT --- I have also seen 'getent services 110/tcp' fail in the same manner, but it's not consistently reproducable. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=435600 User prusnak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=435600#c2 Pavol Rusnak <prusnak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |per.jessen@enidan.com --- Comment #2 from Pavol Rusnak <prusnak@novell.com> 2008-10-16 03:24:12 MDT --- I am pretty sure that this is a problem with /etc/services. $ cat /etc/services | grep itunes spr-itunes 0/tcp # Shirt Pocket netTunes spl-itunes 0/tcp # Shirt Pocket launchTunes This seems weird (see [1]) and programs are probably having problems with this setting. Older services file (from 10.3) start from port number 1 (0 is reserved). [1] http://compnetworking.about.com/od/tcpip/l/blports_0.htm Per: Could you please retry after you remove mentioned two lines from /etc/services to see I'm right? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=435600 User per.jessen@enidan.com added comment https://bugzilla.novell.com/show_bug.cgi?id=435600#c3 --- Comment #3 from Per Jessen <per.jessen@enidan.com> 2008-10-21 08:25:58 MDT --- I've commented out those two lines - on my system #1: "getent services 25/tcp" - doesn't return anything now, but rc=2. "iptables --list" - lists the portnumbers, not the names from /etc/services. on my system #2: "getent services 25/tcp" - works fine. "iptables --list" - also works fine. The two systems are both running 32bit 11.0, but system#1 32bit hardware, system #2 is 64bit. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=435600 User prusnak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=435600#c4 Pavol Rusnak <prusnak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|prusnak@novell.com |pgajdos@novell.com Status|NEEDINFO |NEW Info Provider|per.jessen@enidan.com | --- Comment #4 from Pavol Rusnak <prusnak@novell.com> 2008-10-21 08:31:37 MDT --- It seems that this is not iptables issue. Reassigning to services maintainer. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=435600 Petr Gajdos <pgajdos@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=435600 User pgajdos@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=435600#c5 Petr Gajdos <pgajdos@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Petr Gajdos <pgajdos@novell.com> 2008-10-23 07:40:04 MDT --- Thanks Pavol, lines spr-itunes 0/tcp # Shirt Pocket netTunes spl-itunes 0/tcp # Shirt Pocket launchTunes was commented out in /etc/services. -- 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.
participants (1)
-
bugzilla_noreply@novell.com