On Monday 08 July 2002 4:47 am, Tim wrote: > yes...it does say echo 1 > /proc/sys/net/ipv4/ip_forward .... and when I > look in file is has the number 1 on it as it should according to this > command.
Okay, what's the output of iptables -L -n -v -x iptables -L -n -v -x -t nat after you've tried to send some packets through the machine ? Oh, and just to be sure - how do yu know your machine isn't forwarding packets ? What happens / doesn't happen to tell you it's not working ? Oh, and by the way - what are the addresses / netmasks on your Internal / DMZ interfaces, and what's your routing table ? Antony. > ----- Original Message ----- > From: "Antony Stone" <[EMAIL PROTECTED]> > To: "iptables-list" <[EMAIL PROTECTED]> > Sent: Sunday, July 07, 2002 5:30 PM > Subject: Re: forwarding > > > On Monday 08 July 2002 4:25 am, Tim wrote: > > > Well, it looks like my netfilter rules/commands are not forwarding even > > > though I have > > > > > > ## Routing packets (traffic) between INTERNAL and DMZ > > > "echo "1" /proc/sys/net/ipv4/ip_forward" > > > > That really says > > echo 1 >/proc/sys/net/ipv4/ip_forward > > or > > echo "1" >/proc/sys/net/ipv4/ip_forward > > doesn't it ? > > > > (Note specifically the > sign) > > > > > > > > Antony.
