I got a fiber connection from my ISP (Orange, in France), on their new architecture, which provides both IPv4 (through DHCP) & IPv6 (not sure how exactly, might be prefix delegation).
I manage to replace my ISP's box (livebox) with a Mikrotik for IPv4, configuring DHCP client with relevant options (77 & 90), with commands:
Code: Select all
/ip dhcp-client option
add code=77 name=userclass value=0xZZZZZZZ
add code=90 name=authsend value=0xYYYYYYY
/ip dhcp-client
add interface=vlan832-orange disabled=no add-default-route=yes default-route-distance=1 use-peer-dns=yes use-peer-ntp=yes dhcp-options=hostname,clientid,authsend,userclass
I tried:
Code: Select all
/ipv6 dhcp-client
add interface=vlan832-orange pool-name="IPv6-pool" pool-prefix-length=64 prefix-hint=::/0
Any idea welcome.
Regards