Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2004 22:36:21 -0700
From:      "Michael C. Shultz" <ringworm@inbox.lv>
To:        freebsd-current@freebsd.org
Subject:   Re: Cannot connect DSL with CURRENT ok with STABLE
Message-ID:  <200409212236.21691.ringworm@inbox.lv>
In-Reply-To: <414FD054.5040805@authtec.net>
References:  <200409202350.12931.ringworm@inbox.lv> <414FD054.5040805@authtec.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 20 September 2004 23:55, sam wrote:
> 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

Hey thanks! I had my rc.config wrong, now its corrected,
still have a problem from CURRENT though.

-Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409212236.21691.ringworm>