Hello,

I configured my dsl modem (D-Link 320b) as a bridge and my OpenBSD router talk 
to my isp with
pppoe.

My hostname.pppoe0 look like the manual :

inet 0.0.0.0 255.255.255.255 NONE \
  pppoedev em0 authproto pap \
  authname 'testcaller' authkey 'donttell' up
dest 0.0.0.1
inet6 eui64
!/sbin/route add default -ifp pppoe0 0.0.0.1
!/sbin/route add -inet6 default -ifp pppoe0 fe80::%pppoe0

This work fine but every few days (when the line disconnect), the default ipv6 
route go away (the
ipv4 route stay).

I try to play with pppd options and with the "ip-up" script with no success. 
Here is my pppd
options file :

lock
auth
usehostname

Actually I add ipv6 route hourly. Do you have cleaner solution ?

All the best
Jérémi DUPIN

Reply via email to