Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 11:32:33 -0400
From:      Alexander Kabaev <ak03@gte.com>
To:        freebsd-questions@FreeBSD.ORG
Cc:        leblanc+freebsd@keyslapper.org
Subject:   Re: FreeBSD and Verizon DSL
Message-ID:  <20020926113233.570789e4.ak03@gte.com>
In-Reply-To: <20020926150229.GB260@keyslapper.org>
References:  <20020926150229.GB260@keyslapper.org>

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

Verizon DSL works reasonably well for me. Below is my /etc/ppp/ppp.conf
entry. Make sure that authkey and authname reflect the reality, add

ppp_enable="YES"
ppp_mode="ddial"
ppp_nat="NO"
ppp_profile="infospeed"

to your /etc/rc.conf file and you should be all set. No DHCP is
required, the IP address allocation will be handled by PPP. Add NAT and
firewall rules as you see fit.

infospeed:
 set device PPPoE:xl0 # replace xl1 with your interface
 set mru 1492
 set mtu 1492
 set authname your_id@bellatlantic.net
 set authkey your password
 set log Phase
 set dial
 set login
 set ifaddr 10.0.0.1/0 10.0.0.2/0
 enable lqr
 disable ipv6cp
 add default HISADDR

-- 
Alexander Kabaev

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?20020926113233.570789e4.ak03>