# iptables -t nat -A PREROUTING -p TCP --dport 3306 -j DNAT --to-destination 192.168.122.102:3306
# iptables -I FORWARD -m state -d 192.168.122.0/24 --state NEW,RELATED,ESTABLISHED -j ACCEPT

相关文章:

  • 2022-12-23
  • 2022-02-25
  • 2021-06-09
  • 2021-12-20
  • 2022-02-04
  • 2022-12-23
  • 2021-08-18
猜你喜欢
  • 2021-12-28
  • 2021-05-22
  • 2021-10-28
  • 2021-11-09
  • 2021-10-02
相关资源
相似解决方案