天天看点

linux使用rinetd进行端口转发

sudo apt install rinetd

vim /etc/rinetd.conf
  #将本机的9881端口转发至192.168.126.xx的30009端口
  0.0.0.0 9881 192.168.126.xx 30009