Re: dhcp6leased does not assign a default gateway

2025-04-18 Thread Willy Manga
Hi, On 16/04/2025 17:41, Hugo Osvaldo Barrera wrote: I'm using dhcp6leased to request IPv6 prefixes from my ISP. Interfaces are properly assigned an IPv6 address as are downstream clients. However, the upstream link (e.g.: the one to my ISP) has no default route, and dhcp6leased is not assignin

Re: dhcp6leased does not assign a default gateway

2025-04-16 Thread Stuart Henderson
On 2025-04-16, Hugo Osvaldo Barrera wrote: > I'm using dhcp6leased to request IPv6 prefixes from my ISP. Interfaces > are properly assigned an IPv6 address as are downstream clients. > > However, the upstream link (e.g.: the one to my ISP) has no default > route, and dhcp6leased is not assigning o

Re: dhcp6leased does not assign a default gateway

2025-04-16 Thread Hugo Osvaldo Barrera
On 2025-04-16 16:30, Stuart Henderson wrote: > > […] > > > > # cat hostname.pppoe0 > > inet 0.0.0.0 255.255.255.255 NONE > > dest 0.0.0.1 > > inet6 autoconf > > pppoedev vlan0 > > authproto pap > > authname 'internet' > > authkey 'internet' > > !/sbin/route add default -ifp pppoe0 0.0.0.1 > > up >