https://bugzilla.novell.com/show_bug.cgi?id=680450 https://bugzilla.novell.com/show_bug.cgi?id=680450#c0 Summary: /proc/net/nf_conntrack without Line feeds Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: SuSE Other Status: NEW Severity: Critical Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: diego.ercolani@gmail.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0b12) Gecko/20110222 Firefox/4.0b12 With OpenSuSe 11.4 (kernel kernel-default-2.6.37.1-1.2.2.x86_64) if you issue the command: cat /proc/net/nf_conntrack you get a single line output like this: ipv4 2 tcp 6 431989 ESTABLISHED src=192.168.10.218 dst=74.125.232.150 sport=56823 dport=443 src=74.125.232.150 dst=192.168.10.218 sport=443 dport=56823 [ASSURED] mark=0 ipv4 2 tcp 6 430540 ESTABLISHED src=192.168.10.218 dst=192.168.10.220 sport=59640 dport=443 src=192.168.10.220 dst=192.168.10.218 sport=443 dport=59640 [ASSURED] mark=0 ipv4 2 tcp 6 431951 ESTABLISHED src=192.168.10.218 dst=66.220.151.69 sport=38203 dport=80 src=66.220.151.69 dst=192.168.10.218 sport=80 dport=38203 [ASSURED] mark=0 ipv4 2 tcp 6 431968 ESTABLISHED src=192.168.10.218 dst=192.168.10.61 sport=57049 dport=445 src=192.168.10.61 dst=192.168.10.218 sport=445 dport=57049 [ASSURED] mark=0 ipv4 2 tcp 6 431833 ESTABLISHED src=192.168.10.218 dst=192.168.10.220 sport=60180 dport=443 src=192.168.10.220 dst=192.168.10.218 sport=443 dport=60180 [ASSURED] mark=0 ipv4 2 tcp 6 431983 ESTABLISHED src=192.168.10.218 dst=74.125.232.151 sport=44137 dport=443 src=74.125.232.151 dst=192.168.10.218 sport=443 dport=44137 [ASSURED] mark=0 with conntrack-tools-0.9.15-2.1.x86_64 installed in the same situation you can't get any output: conntrack -L conntrack v0.9.15 (conntrack-tools): 0 flow entries have been shown. And I think the conntrack doesn't work, as I added a source nat rule with iptables anche the returning packet isn't "denatted" so question is sended but answer doesn't come back to the client. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.