Thanks to Markus.
Am 03.04.2018 um 14:29 schrieb Markus Lude: > On Tue, Apr 03, 2018 at 02:16:48PM +0200, Heiko Zimmermann wrote: >> Hallo Markus, >> >> >> Am 03.04.2018 um 13:48 schrieb Markus Lude: >>> On Tue, Apr 03, 2018 at 10:55:30AM +0200, Heiko Zimmermann wrote: >>>> I tried sendbug. But I'm not sure that it worked. >>>> --------------------------------------------------------------------------------------- >>>> >>>> I upgraded 6.2 to 6.3 >>>> this way: https://www.openbsd.org/faq/upgrade63.html --> recommended >>>> installing bsd.rd ... >>>> >>>> Since then I have no working IPv6 on Hetzner.de vServer CX10 and CX20. >>>> >>>> With the my 6.2 kvm backup all is working well. >>>> >>>> If there are questions to compare the outputs, I have a 6.3 (1 cpu CX10) >>>> and a similar 6.2 (2 cpu CX20) working at hetzner. >>>> >>>> >>>> >>>> 1. First, check for patches and notes regarding the release. >>>> done, did not found notes for relevant changes >>>> >>>> 2. Next, find out if there is a newer release available. >>>> isnt, 6.3 final is the last >>>> >>>> 3. Finally, check for changes made between OpenBSD versions. >>>> done this: >>>> - rm -r /usr/share/man >>>> - rm -r /usr/share/compile >>>> - cd /usr/X11R6/lib >>>> - rm libpthread-stubs.a \ >>>> libpthread-stubs.so.2.0 \ >>>> pkgconfig/pthread-stubs.pc >>>> - upgrade via bsd.rd >>>> - pkg_add -u >>>> - sysmerge >>>> >>>> >>>> >>>> Here are the 6.3 (CX10) infos: >>>> >>>> # ifconfig -A >>>> lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768 >>>> index 3 priority 0 llprio 3 >>>> groups: lo >>>> inet6 ::1 prefixlen 128 >>>> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 >>>> inet 127.0.0.1 netmask 0xff000000 >>>> vio0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 >>>> lladdr 52:54:a2:02:46:8d >>>> index 1 priority 0 llprio 3 >>>> groups: egress >>>> media: Ethernet autoselect >>>> status: active >>>> inet 172.31.1.100 netmask 0xffffff00 broadcast 172.31.1.255 >>>> inet6 fe80::5054:a2ff:fe02:468d%vio0 prefixlen 64 scopeid 0x1 >>>> inet6 2a01:4f8:c0c:4e33::2 prefixlen 64 >>>> inet6 2a01:4f8:c0c:4e33::37 prefixlen 64 >>>> enc0: flags=0<> >>>> index 2 priority 0 llprio 3 >>>> groups: enc >>>> status: active >>>> pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33136 >>>> index 4 priority 0 llprio 3 >>>> groups: pflog >>> Your hostname.vio0 would be interesting too. >> Here is the hostname.vio0 >> >> inet 172.31.1.100 255.255.255.0 >> inet6 2a01:4f8:c17:16c7::2 64 >> !route add -inet6 default fe80::1%vio0 >> >>> What if you add: >>> >>> -soii >> I tried it so: >> >> # cat >> /etc/hostname.vio0 >> >> >> inet 172.31.1.100 255.255.255.0 >> inet6 2a01:4f8:c17:16c7::2 64 >> !route add -inet6 default fe80::1%vio0 >> -soii >> >> was this correct? > I put it after the inet6 line: > > /etc/hostname.vio0 > inet 37.221.194.192 255.255.252.0 NONE > inet6 alias 2a03:4000:8:14b::1 > -soii > > /etc/mygate > 37.221.192.1 > fe80::1%vio0 > >> But then I got no default route. >> and did: > Here something seems to be missing > >> Then I was able to ping google >> >> ping6 google.com >> PING google.com (2a00:1450:4001:81a::200e): 56 data bytes >> 64 bytes from 2a00:1450:4001:81a::200e: icmp_seq=0 hlim=53 time=6.061 ms >> >> Is this the solution? >> >> Thank you >> Heiko > > Regards > Markus
