I recently set up a WebTunnel, but I noticed that the console kept spamming reachability errors.
I have allowed the orport through my firewall, made sure to add it to the docker compose file as well, yet it still complains about reachability
The tunnel works just fine if I connect with it, although it does not appear on the metrics website, and the bridge url has no information just says no resources for the given id
I do see some relays try to visit /tor/keys/fp/LONG-ID but thats apparently a 404
Webtunnel Bridge use port 443 with a webserver in front.
There is no need to open the OR port, it only has to be accessible via 443
Make sure you have the following parameters in the configuration In addition to the nickname, etc. It’s not immediate, but in a couple of hours at most you should see your Bridge in the metrics if you search for it by nickname.
BridgeRelay 1
PublishServerDescriptor 1
ORPort 127.0.0.1:auto
AssumeReachable 1
ExtORPort auto
Mar 25 14:49:10.000 [warn] Your server has not managed to confirm reachability for its ORPort(s) at IPv4:port. Relays do not publish descriptors until their ORPort and DirPort are reachable. Please check your firewalls, ports, address, /etc/hosts file, etc.
Mar 25 15:29:59.000 [notice] Unable to find IPv6 address for ORPort port. You might want to specify IPv4Only to it or set an explicit address or set Address. [60 similar message(s) suppressed in last 3540 seconds]
Mar 25 15:46:01.000 [warn] Received http status code 404 ("Not found") from server 192.42.116.203:9002 while fetching "/tor/keys/fp/SomeHash".
I have waited like 24 hours and it is still not showing up
I am using the premade docker container… i assume this is all setup for me no?