also, i'm not trying to criticize anyone, but I think the "more proper" way with rh now is to set ip forwarding to a 1 in /etc/sysctl.conf and just enter the iptables rules manually then type service iptables save. The output of the firewall save will go to /etc/sysconfig/iptables, then can also be edited if necessary. On Wed, 11 Jun 2003 edwarner99@xxxxxxxxx wrote: > Message: 14 > Date: Wed, 11 Jun 2003 17:46:42 +0200 > From: "shrek-m@xxxxxx" <shrek-m@xxxxxx> > To: shrike-list@xxxxxxxxxx > Subject: Re: Networking Help (Continuation) > Reply-To: shrike-list@xxxxxxxxxx > > what happens when you execute > > > # iptables -t nat -A POSTROUTING -s 192.168.100.0/24 > -o eth0 -j > MASQUERADE > # echo "1" >/proc/sys/net/ipv4/ip_forward > > > if this work you can put it eg in your > > /etc/rc.local > >