Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 01:42:36 +0200
From:      "Brossin Pierrick" <pbrossin@wxp.homeip.net>
To:        <questions@freebsd.org>
Subject:   Re: pppoe and routing
Message-ID:  <000801c22deb$bc317ec0$3200000a@nitrox>
References:  <1026936235.294.11.camel@GARRICK.SWEETWATERHSA>

next in thread | previous in thread | raw e-mail | index | archive | help
>> I have a working pppoe side and the private side works fine,  I just
>> can't route between the two interfaces.  I am running routed.
>>
>> Any guidance would certainly be appreciated.

Personnately, I added the following to /etc/ppp/ppp.conf and seems to work
great !

#Network Address Translation (NAT)
 nat enable yes
 nat log yes
 nat same_ports yes
 nat unregistered_only yes
 enable dns

If you need more information, take a look at :
http://logicsquad.net/freebsd/PPPoE-how-to.html

Cya


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000801c22deb$bc317ec0$3200000a>