Re: [tor-relays] Question about IPv6

2021-11-15 Thread lists
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!

signature.asc
Description: This is a digitally signed message part.
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Question about IPv6

2021-11-10 Thread tor-operator--- via tor-relays
> 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?
___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


Re: [tor-relays] Question about IPv6

2021-11-10 Thread Jonas via tor-relays
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-freebsdJonas--
 Original Message --On Wed, November 10, 2021 at 12:40 AM, xplato via 
tor-relaystor-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,DanSent
 with ProtonMail Secure Email.___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays


[tor-relays] Question about IPv6

2021-11-10 Thread xplato via tor-relays
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.___
tor-relays mailing list
tor-relays@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays