sh iptables - 重定向80到8080

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh iptables - 重定向80到8080相关的知识,希望对你有一定的参考价值。

iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8080

以上是关于sh iptables - 重定向80到8080的主要内容,如果未能解决你的问题,请参考以下文章

如何将本地主机重定向到 127.0.0.1:8080?

sh 本地开发端口将端口3080/3443重定向到80/443

apache永久重定向所有请求到另一个端口

如何用iptables将透明代理请求重定向另一主机

将tomcat重定向到本地系统中的apache

将tomcat重定向到本地系统中的apache