在由firewalld 管理的系统上,可以将 443 上的传入流量重定向到 8443,这样监听的进程就不必以 root 身份运行来绑定到 443(这需要 root 身份)。
firewall-cmd --add-forward-port=port=443:proto=tcp:toport=8443
我尝试使用
00011 fwd 127.0.0.1,8443 tcp from any to me 443
但它不起作用。
此防火墙-cmd 命令在 IPFW 中的对应内容是什么?
在由firewalld 管理的系统上,可以将 443 上的传入流量重定向到 8443,这样监听的进程就不必以 root 身份运行来绑定到 443(这需要 root 身份)。
firewall-cmd --add-forward-port=port=443:proto=tcp:toport=8443
我尝试使用
00011 fwd 127.0.0.1,8443 tcp from any to me 443
但它不起作用。
此防火墙-cmd 命令在 IPFW 中的对应内容是什么?