Tor 节点需要外部 IP 吗?

Tor 节点需要外部 IP 吗?

在阅读了有关 Tor 及其工作原理的文章后,我也想了解 Tor 节点。我想创建自己的 Tor 节点并将浏览数据转移到我的节点。我正在使用 VMware Workstation 和 Ubuntu 14.04 LTS,这是我的torrc文件,从 Tor 网站复制粘贴:

Nickname test
ORPort 443
ExitRelay 0
SocksPort 0
ControlSocket 0
ContactInfo [email protected]

在终端运行后,tor我收到消息说它运行良好,并且 bootstrapped 100%

[notice] Now checking whether ORPort xx.xxx.xxx.x:443 is reachable... (this may take up to 20 minutes -- look for log messages indicating success) 错误消息从这里开始:

[notice] Your network connection speed appears to have changed. Resetting timeout to 60s after 18 timeouts and 100 buildtimes.

[warn] Your server (xx.xxx.xxx.x:443) has not managed to confirm that its ORPort is reachable. Relays do not publish descriptors until their ORPort and DirPort are reachable. Please check your firewalls, ports, address, /etc/hosts file, etc.

经过长时间的搜索,我不知道如何处理此错误消息。

答案1

你需要做什么:

将 VMWare 网络适配器设置为桥接。将其桥接到路由器的接口。

使用路由器将端口 443 转发到 VMWare 的 IP。

现在它应该可以工作了。

相关内容