【问题标题】:Outline Server was installed correctly, but are not able to connect to itOutline 服务器已正确安装,但无法连接到它
【发布时间】:2022-11-20 02:24:02
【问题描述】:

我正在尝试配置 Outline VPN 和 我从Digitalocean买了一个DropletUbuntu 22.

所以,我的服务器正确生成了 URI 字符串:

CONGRATULATIONS! Your Outline server is up and running.

To manage your Outline server, please copy the following line (including curly
brackets) into Step 2 of the Outline Manager interface:

{"apiUrl":"https://***.***.***.***:41591/nBGhsdKbtPJL35f8LfA","certSha256":"ABCSDED8BF654ABDD9FD46DB936D122FDDE7B4815SDDA2757B5133C1A74E7"}

此外,脚本说:

Make sure to open the following ports on your firewall, router or cloud provider:
- Management port 41591, for TCP
- Access key port 28592, for TCP and UDP

这是我的iptables -L 结果:

root@ubuntu-s-1gb-nyc1-01:/etc/init.d# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     udp  --  anywhere             anywhere             udp dpt:41591
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:41591
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:28592
ACCEPT     udp  --  anywhere             anywhere             udp dpt:28592
ACCEPT     udp  --  anywhere             anywhere             udp dpts:1024:65535
ACCEPT     tcp  --  anywhere             anywhere             tcp dpts:1024:65535

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Chain DOCKER (0 references)

还有ufw

root@ubuntu-s-1gb-nyc1-01:/etc/init.d# ufw status
Status: inactive

因为我有一个digitalocean Droplet,这是我在数字海洋面板上的防火墙配置:

最后,当我检查我的锅和 IP 时,我给出了这个结果:

这是我的大纲经理报告:

有谁知道我的配置有什么问题?

【问题讨论】:

    标签: ubuntu vpn firewall outline droplet


    【解决方案1】:

    从技术上讲,你做的一切都很好。问题是由于互联网审查,服务器管理器应用程序无法连接您的服务器。此问题导致您陷入密钥生成步骤。您需要在服务器管理期间应用另一个有效的 VPN 服务,之后管理器应用程序就会像魅力一样工作!

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-02-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-04-20
      • 1970-01-01
      相关资源
      最近更新 更多