### 端口转发
iptables -t nat -A PREROUTING -p tcp --dport 新端口 -j REDIRECT --to-ports 旧端口

### 服务器中转
firewall-cmd --add-forward-port=port=1433:proto=tcp:toaddr=113.88.12.56:toport=1433
firewall-cmd --reload
firewall-cmd --list-all


 

相关文章:

  • 2021-08-28
  • 2022-03-09
  • 2021-10-21
  • 2021-09-05
  • 2021-11-12
  • 2022-12-23
  • 2021-11-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2022-01-10
  • 2021-10-19
相关资源
相似解决方案