On Sun, Jul 14, 2002 at 04:15:15AM -0400, Mike Burger wrote:
> On Sat, 13 Jul 2002, Anthony E. Greene wrote:
> 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > On 13-Jul-2002/15:39 -0400, Mike Burger <[EMAIL PROTECTED]> wrote:
> > >You don't set them to use 192.168.1.126 as the gateway...you have them 
> > >use 10.10.10.1 as the gateway...it's the interface, on the router, that 
> > >they can see, by virtue of their network address.
> > >
> > >You then set up ip_forwarding (set FORWARD_IPV4=yes" in 
> > >/etc/sysconfig/network), so that the firewall/router knows to send those 
> > >packets along to the net.
> > 
> > I don't know if that works in RH7x. I had to add "net.ipv4.ip_forward = 1"
> > to /etc/sysctl.conf on my RH72 box.
> 
> I've got "FORWARD_IPV4=yes" setting on my RH7.1 system.  Oddly enough, 
> "net.ipv4.ip_forward" in my /etc/sysctl.conf is set to 


Then you are probably setting ip_forward from your firewall script?

if [ -e /proc/sys/net/ipv4/ip_forward ]; then
   echo 1 > /proc/sys/net/ipv4/ip_forward
   echo "enabled..."
fi


jay

-- 
Your login is not in the sudoers file.  This incident will be reported!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to