Trying to get a bridge back online after my external IP was changed by my service provider.
The bridge ran successfully and carried traffic for 60 days or so. The ISP changed my external IP while I was out of town and I wasn’t able to repair the bridge till I got home, so it was running in a non-sensical state for 4 or 5 days.
In order to prevent this problem in the future I registered with a ddns service and changed my torrc file to use the newly registered domain name rather than a hardcoded ip. The next time my ip changes, a monitor I’m running will detect the change, update the ddns entry on the external service, and then restart the bridge.
But in the meantime, after I restarted the bridge with the updated torrc file, the bridge appears to be in limbo (or perhaps purgatory). Logs from the bridge appear normal: it starts up, reports success on verifying reach-ability, etc. When I use nyx to examine it I often see many established circuits (mostly hs_vanguards and conflux), with an occasional general purpose circuit.
But reported traffic (i.e. bytes written and read) increase only a very small amount from day to day, so the bridge is carrying very little traffic.
And the Tor external tools that report on bridges tell a mixed story.
The TCP Reachability page always reports the bridge is reachable.
But, the Relay Search page almost always reports the bridge as down, and it shows no bytes transferred in or out over the past many days, and no reported users.
And, the bridges.torproject.status page always reports the bridge as “dysfunctional.”
The bridge’s hashed fingerprint is 744DA6E2E2BCB93999C8B16C1C185BA06DFFA447
The bridges/status page is here: https://bridges.torproject.org/status?id=744DA6E2E2BCB93999C8B16C1C185BA06DFFA447
Tor Metrics Relay Search page: Relay Search
Is there someone who can look at this bridge from the “system” side as opposed to my bridge-side view? It feels like the network-side of things doesn’t believe this bridge is operational, whereas the bridge itself clearly does. I hate to abandon this bridge and start over with a new one, but I’m at a loss about how to proceed.
Thanks for any help–