On Thu, 2002-03-28 at 16:16, Kjetil Tjensvold wrote:
> There not much to edit in that file :-) 
> 
> 
> 
> 
> --- "Anthony E. Greene" <[EMAIL PROTECTED]> skrev: >
> -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > On Thu, 28 Mar 2002, Kjetil Tjensvold wrote:
> > >Yes I have set the gateway (is this the default
> > route)
> > >on the winbox to 192.168.0.1 (my linixbox)
> > >I have not enabled ip forwarding. How do u do
> > that.? 
> > 
> > Edit /etc/sysconfig/network and restart networking.
> > 
> > Tony

To enable ip forwarding without rebooting:
sysctl -w net.ipv4.ip_forward=1

To have ip forwarding enabled after every reboot, open /etc/sysctl.conf
in your favourite editor, look for the line containing
"net.ipv4.ip_forward", and change the "0" to a "1".

After this, you may need to configure the Linux box for NAT (assuming
you haven't already done so). For this, you might find Rusty's
Remarkably Unreliable Guides useful:
http://netfilter.samba.org/unreliable-guides/

And don't let the name fool you, I found these HOWTOs to be quite
reliable :-) 
I set up a home network similar to what you are trying to do, using
these HOWTOs as a starting point :-)

HTH
-- 
Trevor Hamm



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

Reply via email to