Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jan 2019 15:07:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 233283] IPv6 routing problem when using FreeBSD as a VPS at a cloud provider
Message-ID:  <bug-233283-7501-XQpAXnw5l1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233283-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233283-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233283

Jamie Landeg-Jones <jamie@catflap.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jamie@catflap.org

--- Comment #16 from Jamie Landeg-Jones <jamie@catflap.org> ---
(In reply to Bjoern A. Zeeb from comment #4)

I have some VPS with vultr, and their default freebsd image seems to be set=
 up
in a similar way, though they use accept_rtadv.

Your router-ping idea works there:

catflap% netstat -rn6|grep vtnet0

default                           fe80::fc00:ff:fe05:f2a7%vtnet0 UG    2073=
6465
  1500   vtnet0
2001:19f0:300:2185::/64           link#1                        U          =
   0
  1500   vtnet0
fe80::%vtnet0/64                  link#1                        U        34=
3447
  1500   vtnet0
fe80::5400:ff:fe05:f2a7%vtnet0    link#1                        UHS        =
 107
 16384      lo0

catflap% ping6 -n ff02::2%vtnet0
PING6(56=3D40+8+8 bytes) fe80::5400:ff:fe05:f2a7%vtnet0 --> ff02::2%vtnet0
16 bytes from fe80::fc00:ff:fe05:f2a7%vtnet0, icmp_seq=3D0 hlim=3D64 time=
=3D0.149 ms
16 bytes from fe80::fc00:ff:fe05:f2a7%vtnet0, icmp_seq=3D1 hlim=3D64 time=
=3D0.130 ms
16 bytes from fe80::fc00:ff:fe05:f2a7%vtnet0, icmp_seq=3D2 hlim=3D64 time=
=3D0.149 ms
^C
--- ff02::2%vtnet0 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev =3D 0.130/0.143/0.149/0.009 ms

catflap% grep vtnet0_ipv6 /etc/rc.conf
ifconfig_vtnet0_ipv6=3D"inet6 2001:19f0:300:2185::1:1 prefixlen 64 accept_r=
tadv"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233283-7501-XQpAXnw5l1>