I guess I need to get the goods on ppp setup now.

Does this replace dhclient, or should I simply tweak that config to
work with the new server?

Thanks a million.

Lou

On 09/26/02 11:32 AM, Alexander Kabaev sat at the `puter and typed:
> 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
> 
> 

-- 
Louis LeBlanc               [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org                     ԿԬ

Happiness, n.:
  An agreeable sensation arising from contemplating the misery of another.
    -- Ambrose Bierce, "The Devil's Dictionary"

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to