Is what you're trying to accomplish internal forwarding between the two NICs? I believe this is required for netfilter, though I'm no expert on the subject. Anyway, I couldn't get netfilter to work at all unless I added this line to my /etc/rc.local (a startup script): echo '1' > /proc/sys/net/ipv4/ip_forward
You can just type it into the command line now, without rebooting. But add it to your startup scripts to make it happen automatically in the future. Regards, Ted --On Tuesday, February 26, 2002 8:15 AM -0800 db mg <[EMAIL PROTECTED]> wrote:rr > Enable internal interfaces to communication between > each other in Iptables ? > > regards, > > dbmg2001 > > ===== > Gorazd Majcenovic > Administrator <[EMAIL PROTECTED]&net> > GSM:040244-839 > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.yahoo.com >
