Hi all !

I'm facing a weirdness with my DSL connection.
I have been using pppoe(4) for years and since 2 days it cannot connect
(no public IP affected to pppoe0, only PADI retry increments). I guess
there have been some changes at the ISP level. Luckily it works with
pppoe(8) with identical config.

Anyway pppoe(8) sucks so I wonder what can be the difference that makes
it work with pppoe(8) but not pppoe(4).
There is, unfortunately, no logs from pppoe(4) explaining what's wrong.

Do you have any pointer or clue ?

Thank you in advance,
Denis

* hostname.pppoe0 :
-------------------
inet 0.0.0.0 255.255.255.255 NONE \
        pppoedev re0  authproto chap \
        authname 'me@isp' authkey 'password' \
        mtu 1300
        up
dest 0.0.0.1
!/sbin/route add default -ifp pppoe0 0.0.0.1

* ppp.conf :
------------
default:
 set log Phase Chat LCP IPCP CCP tun command
 set redial 15 28800
 set reconnect 15 28800

pppoe:
 set device "!/usr/sbin/pppoe -i re0"
 disable acfcomp protocomp
 deny acfcomp
 set mtu max 1492
 set speed sync
 disable lqr
 deny lqr
 set cd 5
 set dial
 set login
 set timeout 0
 set authname me@isp
 set authkey password
 enable sroutes
 add default HISADDR
 add default HISADDR6
 enable mssfixup

Reply via email to