System info
OS: (headless) Debian 13
Tor version 0.4.9.9.Tor is running on Linux with Libevent 2.1.12-stable, OpenSSL 3.5.6, Zlib 1.3.1, Liblzma 5.8.1, Libzstd 1.5.7 and Glibc 2.41 as libc. Tor compiled with GCC version 14.2.0
relay1 specific torrc settings
fingerprint1: C1001E311B15BCAEF21AFEDE50C78A8502032C4F
Nickname TrixieRelay1
ORPort 443
relay2 specific torrc settings
fingerprint2: 64C412BAB711834AA21CE430F64A0377869E0605
Nickname TrixieRelay2
ORPort 9001
common torrc settings
IPv4Only
MyFamily 64C412BAB711834AA21CE430F64A0377869E0605,C1001E311B15BCAEF21AFEDE50C78A8502032C4F
NumCPUs 2
AssumeReachable 1 #since router/firewall doesn’t support hairpin NAT
CookieAuthentication 1
ExitRelay 0
ExitPolicy reject :SocksPort 0
RelayBandwidthRate 2500 KBytes
RelayBandwidthBurst 4 MBytesAccountingMax 2 TBytes
confirmed so far with nc:
nc -zv 180.20.55.204 443
[180.20.55.204] 443 (https) open
nc -zv 180.20.55.204 9001
[180.20.55.204] 9001 (?) open
confirmed so far with curl:
curl -s “``http://131.188.40.189:80/tor/server/fp/C1001E311B15BCAEF21AFEDE50C78A8502032C4F”`` | head -3
router TrixieRelay1 180.20.55.204 443 0 0
identity-ed25519
-----BEGIN ED25519 CERT-----
curl -s “``http://171.25.193.9:443/tor/server/fp/C1001E311B15BCAEF21AFEDE50C78A8502032C4F”`` | head -3
router TrixieRelay1 180.20.55.204 443 0 0
identity-ed25519
-----BEGIN ED25519 CERT-----
curl -s “``http://131.188.40.189:80/tor/server/fp/64C412BAB711834AA21CE430F64A0377869E0605”`` | head -3
router TrixieRelay2 180.20.55.204 9001 0 0
identity-ed25519
-----BEGIN ED25519 CERT-----
curl -s “``http://171.25.193.9:443/tor/server/fp/64C412BAB711834AA21CE430F64A0377869E0605”`` | head -3
router TrixieRelay2 180.20.55.204 9001 0 0
identity-ed25519
-----BEGIN ED25519 CERT-----
curl -s “``http://128.31.0.39:9131/tor/status-vote/current/authority”`` | grep -i “C1001E311B15BCAE|64C412BAB711834A”
returns nothing
curl -s “``http://128.31.0.39:9131/tor/status-vote/current/consensus”`` | grep -i “TrixieRelay”
returns nothing
online port check
Open Port Check Tool - Test Port Forwarding on Your Router and others show that Port 443 and Port 9001 are open on 180.20.55.204
nyx shows
The directory authorities CAN reach the relays (moria1 (128.31.0.39) and maatuska (171.25.193.9) are actively making inbound connections). The reachability test is therefore happening, i.e. the TCP/TLS layer succeeds.
Yet neither votes the nodes as running. Is there some problem with the handshake or validation that is not satisfying the criteria?
Any suggestions welcome to find out what prevents these nodes from getting up and running as part of the network.

