use redir to make port redirecting

Posted TonyBen2018

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了use redir to make port redirecting相关的知识,希望对你有一定的参考价值。

Step 1: install redir

apt-get update

apt-get install redir -y

Step2 : add port mapping

redir --lport=8880 --cport=8880 --caddr=192.35.85.242 --name=prod_rancher &

 

以上是关于use redir to make port redirecting的主要内容,如果未能解决你的问题,请参考以下文章