Greetings,
I have three relays running Hardened BSD hosted at Frantech. They do not offer support for setting up IPv6. I am not sure how to accomplish this and wondered if anyone would have insight into setting this up? I have not found much in the way of instruction. A resource that provides instructions would be much appreciated.
Kindly, Dan
Sent with [ProtonMail](https://protonmail.com) Secure Email.
I have three relays running Hardened BSD hosted at Frantech. They do not offer support for setting up IPv6.
By Frantech do you mean buyvm.net ?
If it works the same way as buyvm, your VM should have a single public IPv6 address. You can request a /48 or /56 prefix to be routed to that public IPv6.
Or do you actually need help to have it setup on Hardened BSD?
Does the provider offer IPv6? If not, then there is no further progress possible. If they do, this is pretty accurate to get started, https://www.vultr.com/docs/configuring-ipv6-on-freebsd%C2%A0Jonas%C2%A0-----... Original Message ----------On Wed, November 10, 2021 at 12:40 AM, xplato via tor-relays<tor-relays@lists.torproject.org> wrote: Greetings, I have three relays running Hardened BSD hosted at Frantech. They do not offer support for setting up IPv6. I am not sure how to accomplish this and wondered if anyone would have insight into setting this up? I have not found much in the way of instruction. A resource that provides instructions would be much appreciated. Kindly, Dan Sent with ProtonMail Secure Email.
On Wednesday, November 10, 2021 6:08:47 AM CET xplato via tor-relays wrote:
I have three relays running Hardened BSD hosted at Frantech. They do not offer support for setting up IPv6. I am not sure how to accomplish this and wondered if anyone would have insight into setting this up? I have not found much in the way of instruction. A resource that provides instructions would be much appreciated.
Maybe this helps. A working Debian config @frantec/BuyVM
Login to Stallion: https://manage.buyvm.net/login -> Networking -> IPv6 -> Assign IPv6 Address(es) After that you see your gateway under Network Settings (The settings symbol @bottom right)
Set Reverse DNS if you want for IP and IPv6.
You have to 'Graceful Restart' the KVM if you have changed something in the Stallion network config.
/etc/network/interfaces #################################################
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface auto lo iface lo inet loopback
# The primary network interface allow-hotplug eth0 iface eth0 inet static address 104.244.73.193 netmask 255.255.255.255 gateway 104.244.73.1 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 127.0.0.1 107.189.0.68 107.189.0.69 dns-search for-privacy.net
iface eth0 inet6 static address 2605:6400:0030:f7ca::2 netmask 64 post-up ip -6 route add 2605:6400:0030::1 dev eth0 post-up ip -6 route add default via 2605:6400:0030::1 pre-down ip -6 route del default via 2605:6400:0030::1 pre-down ip -6 route del 2605:6400:0030::1 dev eth0 dns-nameservers ::1 2a05:fc84::42 2a05:fc84::43
###########################################
Hint dns-nameservers: I use unbound as local resolver. IPv4 ns are frantec's and IPv6 ns (Francisco has no IPv6 ns) are from Digitale Gesellschaft (CH) https://www.digitale-gesellschaft.ch/dns/
There is also very good, competent help on IRC #frantec https://wiki.buyvm.net/doku.php/irc/main is mirrored to Discord https://buyvm.net/beware-the-moshbear/
tor-relays@lists.torproject.org