Re: help with IP Masquerading, 2.4 kernel

2001-04-30 Thread Dwayne C. Litzenberger
Turn on forwarding: echo 1 /proc/sys/net/ipv4/ip_forward -- Dwayne C. Litzenberger - [EMAIL PROTECTED] pgphUNIWDB0hH.pgp Description: PGP signature

Re: help with IP Masquerading, 2.4 kernel

2001-04-30 Thread Dwayne C. Litzenberger
Oh yeah, instead, you can edit /etc/network/options and change: ip_forward=no to ip_foward=yes Then, either run /etc/init.d/networking restart, or reboot the system. -- Dwayne C. Litzenberger - [EMAIL PROTECTED] pgp6ccRNFlCig.pgp Description: PGP signature

Re: help with IP Masquerading, 2.4 kernel

2001-04-30 Thread Dan Christensen
Dwayne C. Litzenberger [EMAIL PROTECTED] writes: Turn on forwarding: echo 1 /proc/sys/net/ipv4/ip_forward That's already done. As I said, I can connect to remote systems through the firewall machine, and data flows back and forth. It's just that it freezes up within a couple of minutes,

help with IP Masquerading, 2.4 kernel

2001-04-27 Thread Dan Christensen
My main machine, scratchy, is connected to the net using PPPOE (PPP over ethernet) over DSL. I have another machine, cheddar, connected to a second ethernet card on scratchy with an ethernet crossover cable. I am trying to using netfilter (iptables) to masquerade cheddar behind scratchy, and it