I have all of that set up. Before I had ip_forward turned on the packets didn't even go out on the Internet. Now they go out but with the wrong IP address (i.e. they say they are coming from 192.168.0.4 instead of the IP address of my Internet connection).

How do I fix that?

Thanks,
David Suna
[EMAIL PROTECTED]



-------Original Message-------
> From: Guy Teverovsky <[EMAIL PROTECTED]>
> Subject: Re: RedHat 9 problem with IP_Forwarding
> Sent: 25 Apr 2004 18:20:11
>
> echo "1" > /proc/sys/net/ipv4/ip_forward
> To make it permanent add the following line to /etc/sysctl.conf:
> net.ipv4.ip_forward = 1
>
> If you do not have static IP assigned by your ISP, you will also need:
> echo "1" > /proc/sys/net/ipv4/ip_dynaddr
> The corresponding line in /etc/sysctl.conf is:
> net.ipv4.ip_dynaddr = 1
>
> Guy
>

Reply via email to