Hi all,
Is anyone running Tor relay in k8s cluster? I am trying for a few days but It does not come alive. My servers are not behind a firewall, should be and are accessible, I run two bare-metal servers in Contabo. 1 master 1 node.
Docker image and helm chart that use; https://gitlab.com/nikoloskid/tor-server The logs I get;
Aug 05 21:04:55.000 [notice] Now checking whether IPv4 ORPort 38.242.233.101:32150 is reachable... (this may take up to 20 minutes -- look for log messages indicating success) Aug 05 21:24:45.000 [warn] Your server has not managed to confirm reachability for its ORPort(s) at 38.242.233.101:32150. Relays do not publish descriptors until their ORPort and DirPort are reachable. Please check your firewalls, ports
, address, /etc/hosts file, etc.
When i try telnet it is open to the internet
telnet 38.242.233.101 32150 Trying 38.242.233.101... Connected to 38.242.233.101. Escape character is '^]'.
You can see the service here; https://gitlab.com/nikoloskid/tor-server/-/raw/helm-chart-tor-relay/tor-serv...
/etc/tor/torrc;
Nickname icebergk8s Address 38.242.233.101 ContactInfo nikoloskid@pm.me RelayBandwidthRate 3.5MB RelayBandwidthBurst 5MB MaxAdvertisedBandwidth 5MB ORPort 9001 NoAdvertise IPv4Only ORPort 32150 NoListen IPv4Only SocksPort 0 ExitPolicy reject *:* User debian-tor DataDirectory /var/lib/tor
Lep pozdrav / Best Regards,
Daniel Nikoloski