Hi everyone,
I am aware there are a number of threads about this both here on FreeBSD's forums and on netcup itself, but largely the end result is to use another provider. Which is fine, but I've just entered a 6 month lease of a VPS with Netcup so would be nice to have a solution.
For those unaware, it seems to be an issue when running FreeBSD (seemingly 13 and above judging by forum posts, I am running 14.2) on Netcup VPSs that IPv6 connectivity is very intermittant. My experience has been that IPv6 works for about 5 minutes after reboot, then drops off and stops working until next reboot. Others have had connectivity come back and drop off again spuriously, but I have not had this happen yet.
My rc.conf ipv6 settings are something like the below:
Note: It seems SLAAC fails on netcup with FreeBSD as well as my VPS did not have any IPv6 connectivity before I manually set it., despite having `inet6 accept_rtadv` set in rc.conf
Netcup provide a subnet of IPv6 addresses to each customer, and I have picked a few different IPv6 addresses in this range, each of them seem to suffer the same problem - reboot the server, `ping6 netcup.de` works for a short while, then I get kicked off ssh due to timeout and upon reconnecting IPv6 no longer works.
Some forum posts seem to think this has something to do with the use of fe80::1 as the gateway, in that eventually (and my understand here is poor) the fact the host IP and gateway are on different subnets causes an issue and routing stops working properly for it.
Some other forums posts have said that people have had success in purchasing an additional IPv6 subnet. I have tried this but still get the same problem (I am still using fe80::1 as the gateway as do not know any other available gateway to use.
So, I guess my question is: Has anyone managed to get IPv6 on Netcup working reliably with FreeBSD and if so, would you mind sharing your related configurations so I could potentially borrow your knowledge to get mine working too?
Any other advice or ideas of things to try would be greatly appreciated.
Otherwise, I guess I'm just stuck with IPv4 for the life of this lease and will find something else when it comes to an end!
Thanks everyone!
I am aware there are a number of threads about this both here on FreeBSD's forums and on netcup itself, but largely the end result is to use another provider. Which is fine, but I've just entered a 6 month lease of a VPS with Netcup so would be nice to have a solution.
For those unaware, it seems to be an issue when running FreeBSD (seemingly 13 and above judging by forum posts, I am running 14.2) on Netcup VPSs that IPv6 connectivity is very intermittant. My experience has been that IPv6 works for about 5 minutes after reboot, then drops off and stops working until next reboot. Others have had connectivity come back and drop off again spuriously, but I have not had this happen yet.
My rc.conf ipv6 settings are something like the below:
Code:
ifconfig_vtnet0_ipv6="inet6 xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx prefixlen 64"
ipv6_defaultrouter="fe80::1%vtnet0"
Netcup provide a subnet of IPv6 addresses to each customer, and I have picked a few different IPv6 addresses in this range, each of them seem to suffer the same problem - reboot the server, `ping6 netcup.de` works for a short while, then I get kicked off ssh due to timeout and upon reconnecting IPv6 no longer works.
Some forum posts seem to think this has something to do with the use of fe80::1 as the gateway, in that eventually (and my understand here is poor) the fact the host IP and gateway are on different subnets causes an issue and routing stops working properly for it.
Some other forums posts have said that people have had success in purchasing an additional IPv6 subnet. I have tried this but still get the same problem (I am still using fe80::1 as the gateway as do not know any other available gateway to use.
So, I guess my question is: Has anyone managed to get IPv6 on Netcup working reliably with FreeBSD and if so, would you mind sharing your related configurations so I could potentially borrow your knowledge to get mine working too?
Any other advice or ideas of things to try would be greatly appreciated.
Otherwise, I guess I'm just stuck with IPv4 for the life of this lease and will find something else when it comes to an end!
Thanks everyone!