我正在使用Vultr运行游戏服务器。我要做的是通过GRE隧道运行游戏服务器(后端服务器)。为此,我使用x4b.net作为我的GRE隧道。有几件事要注意:
下面列出了我使用的指南:https://www.x4b.net/kb/Tutorials/FiveMDDoSProtection
用于游戏服务器的端口是2002年。我已经创建了防火墙规则,允许流量通过该端口。
根据x4b支持,这是他们的回答:
Having bound your service to the tunnel it is expected that the service will no longer be accessible on the backend ip of your server. This is normally desired by most people.
Its outside the scope of what most customers do (therefore you may need to investigate for any binding related issues) but you can look into binding to 0.0.0.0 (every IP on your system). This may however introduce IP leaks and other compatibility issues in some services.,我该怎么做呢?那能行吗?
现在,我的服务器正在看到从隧道IP地址运行的服务,但是由于某种原因,连接仍然被拒绝。我有10.16.2.6通过NAT到103.77.224.85,我使用10.16.2.6作为我的监听IP地址,而不是0.0.0.0。我按照来自server.cfg的指南在x4b中设置了这个选项。
如何使服务器不拒绝连接?请看下面的“千唑”截图。
https://gyazo.com/31387e42252b72f84567102aa2e64952
https://gyazo.com/ebc73666f998b2c36b5ead3b719d8ebf
https://gyazo.com/532f940631f6d1c01d7ab12300c81221
感谢任何能帮忙的人。
发布于 2022-06-27 23:10:32
https://serverfault.com/questions/1104011
复制相似问题