1
24.7 Production Series / IPv6 Track on Loopback
« on: September 25, 2024, 09:30:07 pm »
hey guys, I tried to put a loopback with track interface to use with NPTv6.
At first it kind of worked but then dhcpv6 started throwing some errors
here is the full line:
It works if I add a VLAN that I do not use, is there a better way of doing this instead of VLAN?
My reason for using track with NPTv6 is the IPv6 /56 is provided dynamically by ISP, this way I can have my local resources always with the same IPv6 and I do not have to change the firewall rules.
At first it kind of worked but then dhcpv6 started throwing some errors
Code: [Select]
Unsupported device type 24 for "lo1"here is the full line:
Code: [Select]
/usr/local/sbin/pluginctl: The command '/usr/local/sbin/dhcpd -6 -user dhcpd -group dhcpd -chroot /var/dhcpd -cf /etc/dhcpdv6.conf -pf /var/run/dhcpdv6.pid vlan0.3.200 lo1' returned exit code '1', the output was 'Internet Systems Consortium DHCP Server 4.4.3-P1 Copyright 2004-2022 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Config file: /etc/dhcpdv6.conf Database file: /var/db/dhcpd6.leases PID file: /var/run/dhcpdv6.pid Wrote 3 NA, 0 TA, 0 PD leases to lease file. Bound to *:547 Unsupported device type 24 for "lo1" If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging. exiting.'
It works if I add a VLAN that I do not use, is there a better way of doing this instead of VLAN?
My reason for using track with NPTv6 is the IPv6 /56 is provided dynamically by ISP, this way I can have my local resources always with the same IPv6 and I do not have to change the firewall rules.

