服务器上
python -m SimpleHTTPServer 3000
Serving HTTP on 0.0.0.0 port 3000 ...
在服务器上用curl访问
http://localhost:3000
http://服务器外网ip:3000
都正常,但是用工作电脑的浏览器访问http://ip:3000 确无法访问,
iptables --list
也没有规则限制
到底是怎么回事?
python -m SimpleHTTPServer 3000
Serving HTTP on 0.0.0.0 port 3000 ...
在服务器上用curl访问
http://localhost:3000
http://服务器外网ip:3000
都正常,但是用工作电脑的浏览器访问http://ip:3000 确无法访问,
iptables --list
也没有规则限制
到底是怎么回事?