cyleung
Member
Hi there,
YouFibre (South East) installation is done today and IPv6 works in EdgeRouter 4. I have spent a few hours of try and error, therefore pasting my configuration here. Hope it might help.
interfaces {
ethernet eth0 {
address dhcp
description WAN
dhcpv6-pd {
pd 0 {
interface eth2 {
service slaac
}
prefix-length /56
}
}
duplex auto
}
eth0 = WAN
eth2 = LAN
Note: I am not paying the static IP address subscription.
YouFibre (South East) installation is done today and IPv6 works in EdgeRouter 4. I have spent a few hours of try and error, therefore pasting my configuration here. Hope it might help.
interfaces {
ethernet eth0 {
address dhcp
description WAN
dhcpv6-pd {
pd 0 {
interface eth2 {
service slaac
}
prefix-length /56
}
}
duplex auto
}
eth0 = WAN
eth2 = LAN
Note: I am not paying the static IP address subscription.























