Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2001 14:25:27 +0800
From:      KT Sin <ktsin@acm.org>
To:        jacks@sage-american.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: FreeBSD on PPPoE DSL
Message-ID:  <20011115062523.GA10520@nutty.Singapore.Sun.COM>
In-Reply-To: <3.0.5.32.20011114194219.0100cb78@mail.sage-american.com>
References:  <3.0.5.32.20011114194219.0100cb78@mail.sage-american.com>

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

My ppp.conf looks something like below:

pppoe:
 ! /sbin/ifconfig fxp0 up
 set device PPPoE:fxp0:
 set mru 1492
 set mtu 1492
 set speed sync
 enable lqr
 set cd 5
 set dial
 set login
 set redial random
 set authname noname@hispeed.net
 set authkey test1234
 enable dns
 add default HISADDR
 nat enable yes
 nat log yes

Turn on IP forwarding on the gateway and make all the stations use the gateway
as their defaultroute.

kt

On Wed, Nov 14, 2001 at 07:42:19PM -0600, jacks@sage-american.com wrote:
> We have a small LAN about to be set up on a DSL connection which is
> activated. The LAN is currently sharing an ISDN Internet connection (not
> used for incoming remotes). The gateway machine (192.168.0.1) is running
> Win2K. There are several Win2K stations on the LAN and a couple of FreeBSDs
> running 4.4, on manually assigned. The DSL is an external modem via PPPoE.
> The LAN is connected via Hub. Each box has a RealTek 8139 on device rl0.
> 
> We want to install the DSL in one of the FreeBSD boxes (192.168.0.202) to
> use with the 
> DSL (and change to the gateway in place of the Win2K). 
> 
> A second NIC card (D-Link DFE-530TX+) will be added for the DSL modem and
> it loads as 
> device r11 (without modem connected yet).
> 
> The "tun" devices are made and ready.... and 4.4 loads netgraph support I
> believe without need to build into the kernel.
> 
> QUESTION:
> Does anyone listening have a similar setup as planned above...DSL PPP over
> PPPoE with two NICs (1 for the modem and 1 for the LAN) and if so, may I
> see your ppp.conf file... and what else should I worry about?
> 
> I have read all of the many papers/guides (including Renaud Waldura's
> paper). Any added tips would be VERY welcome as I really want to use BSD
> rather than Win2K..... many tha
> 
> Best regards,
> Jack L. Stone,
> Server Admin
> 
> Sage-American
> http://www.sage-american.com
> jacks@sage-american.com
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

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?20011115062523.GA10520>