Hello,

My connection has a /64 Neighbour Discovery (ND) for the pppoe
connection and a /48 Prefix Delegation (PD) for the LAN.

(ipv4 works fine)

The parent interface of the pppoe connection is cnmac1
The LAN interface is cnmac0. (cnmac2 is present but unused and there
is no /etc/hostname.cnmac2)

1. do I use slaac for the pppoe/cnmac1 and dhcpcd for cnmac0 ?

The ISP stated the ND is used to automatically assign an ip to the
wan interface of the router, so this will (will it?) mean cnmac1.

/etc/hostname.cnmac1 has the following:
up mtu 1508
inet6 autoconf

/etc/hostname.pppoe0 :
inet 0.0.0.0 255.255.255.255 NONE mtu 1500 \
pppoedev cnmac1 authproto chap \
authname 'mylogin@isp' authkey 'correct-password' up
dest 0.0.0.1
!/sbin/route add default -ifp pppoe0 0.0.0.1

inet6 eui64
!/sbin/route add -inet6 default -ifp pppoe0 fe80::%pppoe0

I'm not sure if the last couple of lines are correct.

2. I guess the way forward will ge to firstly get the ND working on the
cnmac1/pppoe0 interface?

Thanks in advance for any assistance.

Output of netstat -rnfinet6 follows

Routing tables

Internet6:
Destination                        Gateway                        Flags   Refs  
    Use   Mtu  Prio Iface
::/96 ::1 UGRS 0 0 32768 8 lo0 ::1 ::1 UHhl 10 29 32768 1 lo0 ::ffff:0.0.0.0/96 ::1 UGRS 0 0 32768 8 lo0 2002::/24 ::1 UGRS 0 0 32768 8 lo0 2002:7f00::/24 ::1 UGRS 0 0 32768 8 lo0 2002:e000::/20 ::1 UGRS 0 0 32768 8 lo0 2002:ff00::/24 ::1 UGRS 0 0 32768 8 lo0 fe80::/10 ::1 UGRS 0 6 32768 8 lo0 fec0::/10 ::1 UGRS 0 0 32768 8 lo0 fe80::%cnmac0/64 fe80::f29f:c2ff:fe10:488e%cnmac0 UCn 0 0 - 4 cnmac0
fe80::f29f:c2ff:fe10:488e%cnmac0   f0:9f:c2:10:48:8e              UHLl       0  
     14     -     1 cnmac0
fe80::%cnmac1/64                   fe80::f29f:c2ff:fe10:488f%cnmac1 UCn        
0        0     -     4 cnmac1
fe80::f29f:c2ff:fe10:488f%cnmac1   f0:9f:c2:10:48:8f              UHLl       0  
     18     -     1 cnmac1
fe80::1%lo0 fe80::1%lo0 UHl 0 0 32768 1 lo0 fe80::%pppoe0/64 fe80::200:0:0:1%pppoe0 Un 0 480 - 4 pppoe0
fe80::200:0:0:1%pppoe0             fe80::200:0:0:1%pppoe0         UHl        0  
      0     -     1 pppoe0
ff01::/16 ::1 UGRS 1 5 32768 8 lo0 ff01::%cnmac0/32 fe80::f29f:c2ff:fe10:488e%cnmac0 Um 0 0 - 4 cnmac0
ff01::%cnmac1/32                   fe80::f29f:c2ff:fe10:488f%cnmac1 Um         
0        0     -     4 cnmac1
ff01::%lo0/32 fe80::1%lo0 Um 0 1 32768 4 lo0 ff01::%pppoe0/32 fe80::200:0:0:1%pppoe0 Um 0 0 - 4 pppoe0 ff02::/16 ::1 UGRS 1 5 32768 8 lo0 ff02::%cnmac0/32 fe80::f29f:c2ff:fe10:488e%cnmac0 Um 0 0 - 4 cnmac0
ff02::%cnmac1/32                   fe80::f29f:c2ff:fe10:488f%cnmac1 Um         
0        0     -     4 cnmac1
ff02::%lo0/32 fe80::1%lo0 Um 0 1 32768 4 lo0

Reply via email to