|
From: Jasper S. <ja...@si...> - 2007-09-02 21:26:01
|
Hi everybody, I'm new to Devil Linux; I checkout and compiled a fresh 1.2 release. The only thing I modified was adding the new MPT fusion drivers, otherwise none of the SAS controllers in HP Proliants work. After that I installed devil linux on a USB stick and booted it. It works like a charm, except for iptables. When I try a simple NAT command like: 'iptables -t nat -A POSTROUTING -o eth0 -s 192.168.0.0/24 -j MASQUERADE' I get the dreaded 'iptables: Invalid argument' error. Which suggests the module is out of sync with the userland utils. However, since I compiled the whole thing from scrath, I dont see how this is possible. The iptable_nat module is loaded and other iptable rules work, for as far as I can tell its only the NAT table that misbehaves. Can anybody confirm this behavior ? Or am I just royally screwing up ? :-) Kind regards, Jasper |