Manually Configuring IPv6 in OpenBSD on Hetzner Cloud
In hostname.vio0:
dhcp
inet6 alias 2a01:4ff:f0:f61::1 64
!route add -inet6 default fe80::1%vio0
Note that Hetzner routes all IPv6 traffic for their cloud instances through fe80::1.
In hostname.vio0:
dhcp
inet6 alias 2a01:4ff:f0:f61::1 64
!route add -inet6 default fe80::1%vio0
Note that Hetzner routes all IPv6 traffic for their cloud instances through fe80::1.