Re: Cannot connect DSL with CURRENT ok with STABLE

From: sam <sam.wun_at_authtec.net>
Date: Tue, 21 Sep 2004 14:55:16 +0800
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
Received on Tue Sep 21 2004 - 04:59:54 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:13 UTC