Eine Anleitung dazu findet sich in https://forum.opnsense.org/index.php?topic=17853.0.
UDP Port 5678 = MikroTik Neighbor Discovery protocol.
UDP Port 5678 = MikroTik Neighbor Discovery protocol.
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.
Show posts Menu
ifconfig mlxen0 | grep inet6
> inet6 fe80::e61d:2dff:fe1c:fe70%mlxen0 prefixlen 64 scopeid 0x9
> inet6 2a02:aaaa:bbbb:cccc:e61d:2dff:fe1c:fe70 prefixlen 64 autoconf
interface mlxen0 {
send ia-pd 0; # request prefix delegation
request domain-name-servers;
request domain-name;
script "/var/etc/dhcp6c_wan_script.sh"; # we'd like some nameservers please
};