Probably one for @Geoff or @voyagerfan99
I set up some stateful IPv6 action in order to mimic traditional IPv4 deployments. I am receiving the appropriate subnet address on a client but can't find the setting in order to delegate a default v6 route. Traffic passes successfully out to the Internet if I manually add a ::0/0 toward the gateway address within Windows to the ::1 in the same /112 subnet on the client, however I'm not sure how to do either a ICMPv6 route advertisement or DHCPv6 option for this default route.
Currently am just using an edgerouter with a single untagged vlan subnet behind it on eth7. I was hoping adding 0::0/0 as an advert prefix would work but no dice.
[edit interfaces ethernet eth7]
beers@WAN-RTR# show
address 10.1.1.1/24
address 2001:xxxx:xxxx:1::1/112
description "CORE-SW 48"
duplex auto
ipv6 {
router-advert {
default-lifetime 3600
prefix 0::0/0 {
}
}
}
speed auto
traffic-policy {
out wan-down
}
dhcpv6-server {
preference 10
shared-network-name LAN {
name-server 2001:470:20::2
subnet 2001:xxxx:xxxx:1::/112 {
address-range {
start 2001:xxxx:xxxx:1::1000 {
stop 2001:xxxx:xxxx:1::1999
}
}
name-server 2001:470:20::2
}
}
}
Any halp?
I set up some stateful IPv6 action in order to mimic traditional IPv4 deployments. I am receiving the appropriate subnet address on a client but can't find the setting in order to delegate a default v6 route. Traffic passes successfully out to the Internet if I manually add a ::0/0 toward the gateway address within Windows to the ::1 in the same /112 subnet on the client, however I'm not sure how to do either a ICMPv6 route advertisement or DHCPv6 option for this default route.
Currently am just using an edgerouter with a single untagged vlan subnet behind it on eth7. I was hoping adding 0::0/0 as an advert prefix would work but no dice.
[edit interfaces ethernet eth7]
beers@WAN-RTR# show
address 10.1.1.1/24
address 2001:xxxx:xxxx:1::1/112
description "CORE-SW 48"
duplex auto
ipv6 {
router-advert {
default-lifetime 3600
prefix 0::0/0 {
}
}
}
speed auto
traffic-policy {
out wan-down
}
dhcpv6-server {
preference 10
shared-network-name LAN {
name-server 2001:470:20::2
subnet 2001:xxxx:xxxx:1::/112 {
address-range {
start 2001:xxxx:xxxx:1::1000 {
stop 2001:xxxx:xxxx:1::1999
}
}
name-server 2001:470:20::2
}
}
}
Any halp?
