Hi,

i have a problem with PPPoE and t-online. Right now i'm using userspace pppd
with the following ppp.conf:

 default:
  set log Phase Chat IPCP CCP tun command
  set redial 20+10-8 0
  set reconnect 15 5

 pppoe:
  set device "!/usr/sbin/pppoe -i ep2"
  disable acfcomp protocomp
  deny acfcomp
  set mtu max 1454
  set crtscts off
  set speed sync
  enable lqr
  set lqrperiod 5
  set dial
  set login
  set timeout 0
  set authname "xxxxxxxxx"
  set authkey "xxxxxxxxx"
  add! default HISADDR
  enable dns
  resolv readonly
  enable mssfixup
  set urgent tcp 22
  set socket /var/run/pppctl.%d "" 600

everything works fine - except when the link dies. After that, I get the
following in ppp.log:

 [...]
 Jul  8 12:03:14 plato ppp[25280]: tun0: IPCP:  IPADDR[6] 217.0.116.36
 Jul  8 12:03:14 plato ppp[25280]: tun0: IPCP: deflink: Oops, RCR in Initial.
 Jul  8 12:03:17 plato ppp[25280]: tun0: IPCP: deflink: RecvConfigReq(119)
                                   state = Initial
 Jul  8 12:03:17 plato ppp[25280]: tun0: IPCP:  IPADDR[6] 217.0.116.36
 Jul  8 12:03:17 plato ppp[25280]: tun0: IPCP: deflink: Oops, RCR in Initial.
 Jul  8 12:03:18 plato ppp[25280]: tun0: Phase: Clearing choked output queue
 [... and more of the same ...]

I am starting pppd this way:

# cat /etc/hostname.tun0
!/usr/sbin/ppp -ddial -unit 0 pppoe

Any ideas what the problem might be?

note: i also tried using kernel pppoe when setting up the system, but that
did not work at all.

Benno
-- 
Sebastian Benoit <[EMAIL PROTECTED]>

Reply via email to