I'm currently running 11.0-RELEASE-p7 in one of those cheap 1€ aruba VPS machines servers for fun.
Their current control panel doesn't support ipv6 auto configuration therefore it must be configured manually.
I'm able to configure the ipv6, but I lost connectivity a few seconds after boot.
My current rc.conf is the following:
Example of pinging a few seconds after boot:
And after this goes silent (number of pings depends how fast i am to start pinging after boot).
I tried:
1) to change: ifconfig_vmx0_ipv6="inet6" and rtsold_enable="NO", with no success
2) to change timezone to VPS location timezone
Any ideas?
Their current control panel doesn't support ipv6 auto configuration therefore it must be configured manually.
I'm able to configure the ipv6, but I lost connectivity a few seconds after boot.
My current rc.conf is the following:
Code:
ifconfig_vmx0="inet z.y.z.w netmask 255.255.255.0"
defaultrouter="x.y.z.w"
vnstat_enable="YES"
#ipv6
#ip6addrctl_enable="YES"
#ip6addrctl_policy="ipv6_prefer"
ifconfig_vmx0_ipv6="inet6 accept_rtadv"
rtsold_enable="YES"
ifconfig_vmx0_ipv6="inet6 2a00:6d41:0010:116a::190 prefixlen 64"
ipv6_defaultrouter="fe80::1%vmx0"
Example of pinging a few seconds after boot:
Code:
$ ping6 www.kame.net
PING6(56=40+8+8 bytes) 2a00:6d41:10:116a::190 --> 2001:200:dff:fff1:216:3eff:feb1:44d7
16 bytes from 2001:200:dff:fff1:216:3eff:feb1:44d7, icmp_seq=0 hlim=48 time=264.280 ms
16 bytes from 2001:200:dff:fff1:216:3eff:feb1:44d7, icmp_seq=1 hlim=48 time=264.719 ms
16 bytes from 2001:200:dff:fff1:216:3eff:feb1:44d7, icmp_seq=2 hlim=48 time=264.367 ms
And after this goes silent (number of pings depends how fast i am to start pinging after boot).
I tried:
1) to change: ifconfig_vmx0_ipv6="inet6" and rtsold_enable="NO", with no success
2) to change timezone to VPS location timezone
Any ideas?