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 [EMAIL PROTECTED]
 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to