1
23.1 Legacy Series / Re: 23.1.7_3 - IPv6 prefix routed on lo0
« on: May 22, 2023, 10:43:59 am »
@Franco:
Thanks a ton - things work as expected with your patch!
Thanks a ton - things work as expected with your patch!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
route -6 del 2001:db8:dead:beef::/64
route -6 add 2001:db8:dead:beef::/64 -iface vmx1
# Automatically generated, do not edit
# Generated for DHCPv6 server lan
interface vmx1 {
AdvSendAdvert on;
MinRtrAdvInterval 200;
MaxRtrAdvInterval 600;
AdvLinkMTU 1500;
AdvDefaultPreference medium;
prefix 2001:db8:dead:beef::/64 {
DeprecatePrefix on;
AdvOnLink on;
AdvAutonomous on;
};
RDNSS 2001:db8:dead:beef::30 2001:db8:dead:beef::31 {
};
DNSSL dragonskeep.org {
};
};