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/ -- ╰_╯ Ciao Marco! Debian GNU/Linux It's free software and it gives you freedom!
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ tor-relays mailing list tor-relays@xxxxxxxxxxxxxxxxxxxx https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays