Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 148544

Summary: baselayout-1.12.5 and iptables-1.3.5-r1
Product: Gentoo Linux Reporter: mp <monophase>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description mp 2006-09-21 10:06:31 UTC
after upgrade to baselayout-1.12.5, logging iptables forward rules, for example

iptables -A FORWARD -i ra0 -s 192.168.0.0/255.255.255.0 -j LOG --log-level 6 --log-prefix "iptables_out"
iptables -A FORWARD -i ra0 -s 192.168.0.0/255.255.255.0 -j ACCEPT
iptables -A FORWARD -i eth0 -d 192.168.0.0/255.255.255.0 -j LOG --log-level 6 --log-prefix "iptables_in"
iptables -A FORWARD -i eth0 -d 192.168.0.0/255.255.255.0 -j ACCEPT

..results high pings (300ms up to 2000ms) and package loss

downgrade to baselayout-1.12.4-r7 solves the problem
Comment 1 SpanKY gentoo-dev 2006-09-22 22:30:39 UTC
that doesnt really make any sense considering iptables talks to the kernel and baeslayout has nothing to do with it
Comment 2 SpanKY gentoo-dev 2006-12-13 21:39:25 UTC
please debug the issue on your side further