################################################################# # PPP Sample Configuration File to use with the Speedtouch USB # Written by Francois Rogler # # You will have to fill in : # - # - # - . as defined by your provider. # Check the file vpivci for some commom values. # `adsl' profile is for the default PPPoA mode # `pppoe' profile is for the bridged PPPoE mode # # $Id$ ################################################################# default: ident user-ppp VERSION (built COMPILATIONDATE) set log Phase Chat IPCP CCP tun command set ifaddr 10.0.0.1/0 10.0.0.2/0 adsl: set authname set authkey set device !"/usr/local/sbin/pppoa2 -vpi -vci -v 1" accept chap set speed sync set timeout 0 enable lqr set lqrperiod 5 set redial 15 10000 set dial "" add default HISADDR enable dns pppoe: set authname set authkey set device PPPoE:tap0 set speed sync set timeout 0 set redial 15 10000 set dial set login add default HISADDR enable dns