Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Consensus list contains nodes not accessible via port 443 #75

@cgrigis

Description

@cgrigis

Using the [latest files released], I still occasionally experience errors where a circuit cannot be built:

Tried to build a circuit 3 times, but all attempts failed.

A likely cause is that some nodes are accessed on a port other than 443, as some previous logs look like:

tor_chanmgr::builder: Negotiating TLS with 45.153.160.140:9001

even though the generated consensus file should filter for those.

Examining the latest consensus file, there is an entry as follows:

r Lux1 tLrugDtut1dQ1lhKJPs3vlP0510 2021-10-05 08:21:19 104.244.75.132 9001 9030
a [2605:6400:30:fa81:6547:73f4:7b51:7e2]:443
m FDzZJLSas74TnMkLPVU4K/iH2gSeICkmzCcP61otHMA
s Fast Guard Running Stable V2Dir Valid
v Tor 0.4.5.10
pr Cons=1-2 Desc=1-2 DirCache=2 FlowCtrl=1 HSDir=1-2 HSIntro=3-5 HSRend=1-2 Link=1-5 LinkAuth=1,3 Microdesc=1-2 Padding=2 Relay=1-3
w Bandwidth=51000

which uses port 9001 on its IPv4 address, and port 443 on its IPv6 address, which would explain why it went through the filtering.

We also find entries such as:

r Digitalcourage4iphb Q4Hkcek1iuTYFQITAsfy4WUCvuE 2021-10-05 16:06:13 185.220.102.247 993 8080
a [2a0b:f4c1:2::247]:993
m WD97leLNxr3KhkLxBmem5YM45+styD9zUh8FTUp8jJI
s Fast HSDir Running Stable V2Dir Valid
v Tor 0.4.5.10
pr Cons=1-2 Desc=1-2 DirCache=2 FlowCtrl=1 HSDir=1-2 HSIntro=3-5 HSRend=1-2 Link=1-5 LinkAuth=1,3 Microdesc=1-2 Padding=2 Relay=1-3
w Bandwidth=84000

and

r Digitalcourage4ipha 68VTkTH+6gBMQZhsC9A7XIW769U 2021-10-05 16:06:12 185.220.102.247 443 80
a [2a0b:f4c1:2::247]:443
m u5wzm/8CZHyPlkXuZ/Boi3yyx8jBeYarsSDk7GMrYrA
s Fast Guard HSDir Running Stable V2Dir Valid
v Tor 0.4.5.10
pr Cons=1-2 Desc=1-2 DirCache=2 FlowCtrl=1 HSDir=1-2 HSIntro=3-5 HSRend=1-2 Link=1-5 LinkAuth=1,3 Microdesc=1-2 Padding=2 Relay=1-3
w Bandwidth=91000

with the same IP but different ports. Could that confuse the circuit building process?

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions