View Single Post
Old 23rd July 2009
plexter plexter is offline
Shell Scout
 
Join Date: May 2008
Posts: 124
Default

Hi jggimi,

Thanks for your help!

"/usr/local/sbin" seems to have worked!

As far as my routes go that seems to be working again now. I've re: done some other portions of my network so the problem was probably elsewhere. :P

For PPPoE I do not receive any error messages. My problem is if the line should disconnect without user interaction. I would like to to automatically try and reconnect.

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

pppoe:
  set device "!/usr/sbin/pppoe -i rxl0"
  disable acfcomp protocomp
  deny acfcomp
  set mtu max 1492
  set mru max 1492
  set speed sync
  disable lqr
  set cd 5
  set dial
  set login
  set timeout 0
  set authname ************
  set authkey ************
  add! default HISADDR
  enable dns
  enable mssfixup
Also is it possible to set what the default gateway will be for pppoe?

Thanks for your help!
Reply With Quote