Cannot connect DSL with CURRENT ok with STABLE

sam sam.wun at authtec.net
Mon Sep 20 23:59:54 PDT 2004


Michael C. Shultz wrote:

>Hello,
>
>I have a machine that dual boots in 4.10 STABLE or 6.0 CURENT.  With identical
>settings I cannot connect to Verizon DSL in CURRENT.  Any advice? Thankyou.
>Here are my sttings:
>
>ppp.conf:
>
>default:
> set log Phase tun command
> set ifaddr 10.0.0.1/0 10.0.0.2/0
> enable dns
>verizon:
> set device PPPoE:ed0
> set dial
> set login
> add default HISADDR
>
>rc.conf <portion>
>
>pppoed_enable="YES"  # Run the PPP over Ethernet daemon.
>pppoed_provider="verizon"  # Provider and ppp(8) config file entry.
>pppoed_flags="-P /var/run/pppoed.pid" # Flags to pppoed (if enabled).
>pppoed_interface="ed0"  # The interface that pppoed runs on.
>
>  
>
The following configuration works for FreeBSD 53Beta 4/5:

default:
 set device PPPoE:fxp0
 set speed sync
 add default HISADDR

myisp:
set authname myid
set authkey mypass

ppp cofiguration in rc.conf:
ppp_enable="YES"                                                                           

ppp_mode="ddial"
ppp_nat="NO"  ppp_profile="myisp"

sam


More information about the freebsd-current mailing list