0

forwarding networking ports in Centos 7

how to forward port in firewalld...? in my source ip I want to connect on port 80 and have firewalld port forward to 2566. ...?

CentOS Add a comment
albiejames
asked Dec 05 2017

Answer

0

just follow the below steps...

firewall-cmd --permanent --add-rich-rule ' rule family="ipv4" source address = "source ip" forward-port port="2566" protocol = "tcp" to-port="80"' '

Add a comment
arunkumarak
asked Dec 05 2017
edited Oct 05 2018
Post your Answer