Pejman Moghadam / FreeBSD

FreeBSD 6.3 - PPPOE Client

Public domain


/etc/ppp/ppp.conf

    default:
      set log Phase tun command
      set ifaddr 10.0.0.1/0 10.0.0.2/0

    ADSL:
      set device PPPoE:dc0
      set authname PeJman
      set authkey 1234056
      set dial
      set login
      add default HISADDR

/etc/rc.conf

    ppp_enable="YES"
    ppp_mode="ddial"
    ppp_nat="YES"
    ppp_profile="ADSL"

manual dial

ppp -ddial ADSL

BY: Pejman Moghadam
TAG: pppoe-client
DATE: 2008-07-02 19:25:56


Pejman Moghadam / FreeBSD [ TXT ]