Hi,
on my Linux setup the IPv6 default gateway is set by
where xx:xx:xx::xx is the IPv6 address of the system itself.
Setting the gateway on FreeBSD by getting the FE80 addres by
is no option as it is a moving target at my hosters site.
How to set the default gateway?
TIA
on my Linux setup the IPv6 default gateway is set by
Code:
ip -6 route add default via xx:xx:xx::xx dev ens3
Setting the gateway on FreeBSD by getting the FE80 addres by
Code:
ping6 ff02::2%vtnet0
How to set the default gateway?
TIA