Hello all
I'm trying to set up IPV6 on a VPS I have with Ionos. I have followed the instructions at Thread howto-setting-up-freebsd-13-on-a-ionos-vps-server.84406 and rebooted but can't ping an outside address. Also
Anyway I have this in my /etc/rc.conf:
My routing table looks like this:
I'm a bit confused why there is a
Does anyone have any ideas what I'm missing?
I'm trying to set up IPV6 on a VPS I have with Ionos. I have followed the instructions at Thread howto-setting-up-freebsd-13-on-a-ionos-vps-server.84406 and rebooted but can't ping an outside address. Also
pkg isn't working, I'm guessing because it's defaulting to IPV6. If I give it a -4 switch it's happy.Anyway I have this in my /etc/rc.conf:
Code:
ifconfig_vmx0="inet 185.132.36.242 netmask 255.255.255.255"
defaultrouter="10.255.255.1"
static_routes="wan"
route_wan="-host 10.255.255.1 -iface vmx0"
ifconfig_vmx0_ipv6="2a00:da00:1800:250::1/128"
ipv6_defaultrouter="fe80::1%vmx0"
My routing table looks like this:
Code:
Routing tables
Internet6:
Destination Gateway Flags Netif Expire
::/96 localhost URS lo0
default fe80::1%vmx0 UGS vmx0
localhost link#2 UHS lo0
::ffff:0.0.0.0/96 localhost URS lo0
noddybox link#1 UHS lo0
fe80::/10 localhost URS lo0
fe80::%vmx0/64 link#1 U vmx0
fe80::250:56ff:fe2 link#1 UHS lo0
fe80::%lo0/64 link#2 U lo0
fe80::1%lo0 link#2 UHS lo0
ff02::/16 localhost URS lo0
I'm a bit confused why there is a
fe80::1%lo0 along with my default route.Does anyone have any ideas what I'm missing?