which is useful when you are runing some test server with no root
privilege, while the client can still connect to the standard www port.
iptables -t nat -A OUTPUT -d 127.0.0.1 -p tcp --dport 80 -j REDIRECT --to-port 8080
Yang 准备GRE的学习经验记录,看到的跟经济相关的文章,琐事
iptables -t nat -A OUTPUT -d 127.0.0.1 -p tcp --dport 80 -j REDIRECT --to-port 8080
No comments:
Post a Comment