💾 Archived View for gems.geminet.nl › bits › OpenBSD_Hetzner_ipv6.gmi captured on 2023-09-08 at 15:57:59. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

Tags: OpenBSD Hetzner ipv6

At this date, March 2021,

This step-by-step guide

about installing OpenBSD 6.8 from a mounted .iso (provided by Hetzner) works.

To enable ipv6 networking edit /etc/hostname.vio0 (provided the interface is named vio0):

1:dhcp

2:inet6 2a01:4f8:c0c:d151::1/64

3:!route add -inet6 default fe80::1%vio0

1: gives an ipv4 address

2: the address can be found in Hetzner Cloud web interface. The "::1" is arbitrary.

Don't forget the "/64" at the end

3: add a route for ipv6