Re: simple firewall

2003-04-03 Thread Kevin Waterson
This one time, at band camp, Iain Buchanan <[EMAIL PROTECTED]> wrote: > > # Turn on ipforwarding > > echo "1" > /proc/sys/net/ipv4/ip_forward > > Are you running this last command on the gateway? It doesn't look like > thats what you're doing... You don't have to run it on any other > machine.

Re: simple firewall

2003-04-03 Thread Iain Buchanan
On Fri, 2003-04-04 at 00:33, Kevin Waterson wrote: [snip] > # Internale network > INT_NET="192.168.0.0/24" > > # Internal Network Interface > INT_NET_IF="eth1" > > # Internal Network Interface IP Address > INT_NET_IF_IP="192.168.0.1" > > # IP of the web machine > WWW_IP="192.168.0.3" > > # Turn