热文端口转发TCP+UDP协议如何设置?(CentOS端口转发协议代码)
开启NAT(一辈子只需要执行一次)firewall-cmd --add-masquerade --permanent添加转发1.开放TCP端口转发(本机端口31002转发到 10.0.1.2:3389)firewall-cmd --add-forward-port=port=31002:proto=tcp:toport=3389:toaddr=10.0.1.2 --perm...
开启NAT(一辈子只需要执行一次)firewall-cmd --add-masquerade --permanent添加转发1.开放TCP端口转发(本机端口31002转发到 10.0.1.2:3389)firewall-cmd --add-forward-port=port=31002:proto=tcp:toport=3389:toaddr=10.0.1.2 --perm...