Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148544 - baselayout-1.12.5 and iptables-1.3.5-r1
Summary: baselayout-1.12.5 and iptables-1.3.5-r1
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-21 10:06 UTC by mp
Modified: 2006-12-13 21:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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