CentOS7.4 firewall adds port release
想无
想无 2022-01-14 13:46:10
0
1
1147

The Xiaoniao Cloud Server operating system used is CentOS7.4. Where should I set up the firewall to add port release? How to set it up?

想无
想无

reply all(1)
yntdx

You can save the following content as wf.sh, and then run the script. #!/bin/bashread -p "Local port:" portfirewall-cmd --add-port=$port/tcp --permanentfirewall-cmd --add-port=$port/udp --permanentfirewall-cmd --reload reference This document: https://www.niaoyun.com/docs/15875.html/?utm_source=phpl-220117

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template