1
22.7 Legacy Series / ia-na and ia-pd on a the wan interface
« on: December 10, 2022, 10:57:28 pm »
Hi
I am looking to configure a WAN iPV6 address on the WAN in addition to getting the delegated /56 prefix. On the basic menu disabling the 'get prefix only" option does not seem to solve the problem.
I am thinking of a custom config override file as below, but there seems to be some error, not sure if I have got this right. Would appreciate any pointers, thanks.
interface em0 {
send ia-na 0;
send ia-pd 0;
request domain-name-servers;
request domain-name;
script "/var/etc/dhcp6c_wan_script.sh";
};
id-assoc na 0 {
};
id-assoc pd 0 {
prefix ::/56 infinity;
};
I am looking to configure a WAN iPV6 address on the WAN in addition to getting the delegated /56 prefix. On the basic menu disabling the 'get prefix only" option does not seem to solve the problem.
I am thinking of a custom config override file as below, but there seems to be some error, not sure if I have got this right. Would appreciate any pointers, thanks.
interface em0 {
send ia-na 0;
send ia-pd 0;
request domain-name-servers;
request domain-name;
script "/var/etc/dhcp6c_wan_script.sh";
};
id-assoc na 0 {
};
id-assoc pd 0 {
prefix ::/56 infinity;
};