Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 1997 11:49:05 +0800 (WST)
From:      Adrian Chadd <adrian@obiwan.psinet.net.au>
To:        "Gary D. Margiotta" <gary@tbe.net>
Cc:        Eugeny Kuzakov <kev@lab321.ru>, Luiz de Barros <luiz@nlink.com.br>, isp@FreeBSD.ORG
Subject:   Re: PPP and getty Auto Sensing PPP.
Message-ID:  <Pine.BSF.3.95q.970602114624.1439A-100000@obiwan.psinet.net.au>
In-Reply-To: <Pine.BSF.3.95q.970601230944.24732A-100000@lightning.tbe.net>

next in thread | previous in thread | raw e-mail | index | archive | help

[snip]

> Also, don't forget to make sure the machine is running routed or gated so
> it can forward packets out from it, otherwise they will not be able to go
> anywhere outside of the box.

Don't run routed. Evil, evil evil.

And routed / gated don't forward packets, you'll have to tell the kernel
to forward packets for you.

In /etc/sysconfig change the line 
gateway=NO

to 

gateway=YES

If you have the /etc/rc.conf configuration file, change the line:

gateway_enable="NO"

to 

gateway_enable="YES"


Adrian Chadd
<adrian@psinet.net.au>





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970602114624.1439A-100000>