View Single Post
Old 18th December 2009
EverydayDiesel EverydayDiesel is offline
Shell Scout
 
Join Date: Jan 2009
Posts: 124
Default

100mbit?? Thats crazy fast!



I changed my setup and the connection went right back down to 300k

this was my ppp.conf file

Code:
default:
     set log Phase Chat LCP IPCP CCP tun command
     set timeout 0
     set redial 15 0
     set reconnect 15 10000
     set server /var/run/ppp.sock "" 0177

    pppoe:
     set device "!/usr/sbin/pppoe -i re0"
     set mtu max 1492
     set mru max 1492
     set speed sync
     enable lqr
     disable acfcomp protocomp
     deny acfcomp
     add! default HISADDR
     set authname myusername
     set authkey mypwd

While I was googling the man pages for pppoe I came across this thread
http://forums.whirlpool.net.au/forum...fm/481579.html
Reply With Quote