View Single Post
  #5   (View Single Post)  
Old 26th March 2012
sparky's Avatar
sparky sparky is offline
Fdisk Soldier
 
Join Date: Mar 2012
Posts: 73
Default

Thanks for the responses!

I kinda fudged together some config - no idea if it's gona work or not without the Zyxel DSLAM sitting infront of me:

Code:
incoming:
 enable chap
 enable proxy
 set ifaddr 192.168.0.1 192.168.0.2
 set server +3000 mypass
 allow users
 set log Phase Chat LCP IPCP CCP tun command
 enable dns
 set nbns
 set device "!/usr/sbin/pppoe"
 set mtu max 1492
 set mru max 1492
 set speed sync
 disable acfcomp protocomp
 deny acfcomp
I think that is for ppp.conf though, I will need to read the man for the pppd service though and see if I can do something similar on that.
Reply With Quote