View Single Post
Posts: 13 | Thanked: 43 times | Joined on Apr 2015
#145
Hint: Hetzner recently uses link-local address fe80::1 as default IPv6 gateway:
Code:
ip -6 addr add 2a01:4f8:d16:270f::2/64 dev eth0
ip -6 route add default via fe80::1 dev eth0
You can test by pinging my own server at Hetzner (in another subnet, which will test that the default route is correct) :
Code:
ping6 2a01:4f8:150:6143::1
Thanks!
 

The Following 3 Users Say Thank You to stevenc For This Useful Post: