Re: IPv6 is not working at Hetzner

2015-05-23 Thread Joel Wirāmu Pauling
I've had problems with Hetzner and v6 also. When I was configuring v6 sub-subnets from the /64 they give out, on containers, I would get the same behavior. From what I could tell because the container bridges also use the fe80::1 link local route for the sub-subnets hetzners next-hop would get con

SOLEVED Re: IPv6 is not working at Hetzner

2015-05-22 Thread Heiko Zimmermann
You are great! That's it. Thank you -Heiko Am 23.05.2015 um 00:15 schrieb Thomas Bohl: > Am 22.05.2015 um 23:55 schrieb Heiko Zimmermann: >>> # route delete -inet6 default >>> # route add -inet6 default fe80::1%re0 >> >> It worked one time until reboot. > > That is a problem I have too: > htt

Re: IPv6 is not working at Hetzner

2015-05-22 Thread Thomas Bohl
Am 22.05.2015 um 23:55 schrieb Heiko Zimmermann: # route delete -inet6 default # route add -inet6 default fe80::1%re0 It worked one time until reboot. That is a problem I have too: http://marc.info/?l=openbsd-misc&m=142249632125559&w=2 You first need to ping fe80::1%re0 in order to get it in

Re: IPv6 is not working at Hetzner

2015-05-22 Thread Heiko Zimmermann
Hallo Thomas, I get crazy. :/ Am 22.05.2015 um 22:15 schrieb Thomas Bohl:> Please tryndp -an > # route delete -inet6 default > # route add -inet6 default fe80::1%re0 It worked one time until reboot. I did a reboot to test again. #

Re: IPv6 is not working at Hetzner

2015-05-22 Thread Thomas Bohl
Am 22.05.2015 um 21:54 schrieb Heiko Zimmermann: > Hello Thomas, > > Am 22.05.2015 um 21:38 schrieb Thomas Bohl:> A dedicated or a virtual > server? One needs fe80::1%re0 the other >> 2a01:4f8:160:::1%re0 as the default gateway. >> http://wiki.hetzner.de/index.php/Zusaetzliche_IP-Adressen/en#Ga

Re: IPv6 is not working at Hetzner

2015-05-22 Thread Heiko Zimmermann
Hello Thomas, Am 22.05.2015 um 21:38 schrieb Thomas Bohl:> A dedicated or a virtual server? One needs fe80::1%re0 the other > 2a01:4f8:160:::1%re0 as the default gateway. > http://wiki.hetzner.de/index.php/Zusaetzliche_IP-Adressen/en#Gateway Dedicated. So my fe80::1 is correct? > >> $ ping6

Re: IPv6 is not working at Hetzner

2015-05-22 Thread Thomas Bohl
Hello, Am 22.05.2015 um 20:33 schrieb Heiko Zimmermann: I have a server at Hetzner, but IPv6 is not working. IPv4 is all fine. A dedicated or a virtual server? One needs fe80::1%re0 the other 2a01:4f8:160:::1%re0 as the default gateway. http://wiki.hetzner.de/index.php/Zusaetzliche_IP-Ad

IPv6 is not working at Hetzner

2015-05-22 Thread Heiko Zimmermann
Hello OpenBSD users, I have a server at Hetzner, but IPv6 is not working. IPv4 is all fine. My Net: 2a01:4f8:160::: 64 I tried this configuration: hostname.re0 # IPv4 ... # IPv6 inet6 2a01:4f8:160:::2 64 inet6 alias 2a01:4f8:160:::80 64 i