Hello,

> Do you perhaps need to run DHCPv6 on the link?

No I have a fixed block, I just need to add the static default route.

> I have the following:
>
>> vk4msl-gap# cat /etc/ppp/options
>> # $OpenBSD: options,v 1.2 2014/07/10 11:18:23 jasper Exp $
>> lock
>> auth
>> usehostname
>> vk4msl-gap# cat /etc/hostname.pppoe0
>> inet 0.0.0.0 255.255.255.255 NONE \
>> pppoedev em1 authproto chap \
>> authname u...@example.com \
>> authkey password up
>> dest 0.0.0.1
>> inet6 eui64
>> !sleep 5
>> !/sbin/route add default -ifp pppoe0 0.0.0.1
>> !/sbin/route add -inet6 default -ifp pppoe0 fe80::%pppoe0
>> !sleep 5
>> !/sbin/pfctl -f /etc/pf.conf
>> !/usr/local/sbin/restart-dhcp6c
>> !sleep 5
>> !/sbin/pfctl -f /etc/pf.conf

Why this sleep before adding routes ? I will try this. But I don't  understand 
why you add your routes before you restart your dhcp (client   i guess) ? Is 
not it the opposite ?

Thanks for your help.

Jérémi DUPIN

Reply via email to