Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

公网服务器运行master.py,内网pc运行slaver.py,为什么slaver.py无法连接公网服务器 #14

Open
xjgao opened this issue Feb 11, 2020 · 2 comments

Comments

@xjgao
Copy link

xjgao commented Feb 11, 2020

No description provided.

@suokunlong
Copy link

能否具体说一下是什么情况,你的命令行参数是什么样的,错误提示是什么?

@hello245m
Copy link

我的slaver.py也无法连接公网。看了一下这个是文档当中测试的ip地址

communicate_addr = ("localhost", 12345)

target_addr = ("93.184.216.34", 80) # www.example.com

我的communicate_addr(公网)与target_addr(内网)需要互换才能连接。

communicate_addr = ("106.xx.xx.124", 10000) # www.example.com

target_addr = ("localhost", 12345)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants