中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

centos 6.x 7.x防火墻如何開啟端口范圍IP地址及進行配置

發布時間:2021-11-06 17:41:03 來源:億速云 閱讀:335 作者:柒染 欄目:建站服務器

centos 6.x 7.x防火墻如何開啟端口范圍IP地址及進行配置,相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。

#centos 6.x
#在開啟防火墻的情況下打開nfs
iptables -L -n
#開啟端口
iptables -A INPUT -p tcp --dport 892 -j ACCEPT
iptables -A OUTPUT -p tcp --sport 892 -j ACCEPT
service iptables save
service iptables restart
#刪除規則
iptables --delete OUTPUT 3
#查看該臺機器的端口范圍
cat /proc/sys/net/ipv4/ip_local_port_range
#開啟端口范圍開啟防火墻
iptables -A INPUT -s 192.168.75.132 -p tcp --dport 1000:60000 -j ACCEPT
iptables -A INPUT -s 192.168.75.132 -p tcp --dport 1000:60000 -j ACCEPT
#centos7.x為某個ip打開端口范圍
firewall-cmd --permanent --add-rich-rule="rule family='ipv4' source address='192.168.75.128'  protocol='tcp' port port='1000-60000' accept" 
firewall-cmd --permanent --add-rich-rule="rule family='ipv4' source address='192.168.75.129'  accept"
firewall-cmd --permanent --add-rich-rule="rule family='ipv4' source address='192.168.75.128'  accept"
firewall-cmd --permanent --add-rich-rule="rule family='ipv4' source address='192.168.75.130'  accept"
#查看公共區域開放的端口
firewall-cmd  --zone=public --list-all
#重新加載配置
firewall-cmd --reload
開放端口范圍
firewall-cmd --permanent --zone=public --add-port=1000-60000/tcp
#刪除規則
firewall-cmd --permanent --remove-rich-rule="rule family="ipv4" source address="192.168.75.129"  port protocol='tcp' port='1000-60000' accept"
firewall-cmd --permanent --remove-rich-rule="rule family="ipv4" source address="192.168.75.128" port protocol='tcp' port='1000-60000'  accept"
firewall-cmd --permanent --remove-rich-rule="rule family="ipv4" source address="192.168.75.130"  port protocol='tcp' port='1000-60000' accept"

看完上述內容,你們掌握centos 6.x 7.x防火墻如何開啟端口范圍IP地址及進行配置的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

聊城市| 郎溪县| 成都市| 同德县| 甘南县| 尼勒克县| 临海市| 自治县| 图木舒克市| 丹凤县| 澄迈县| 全椒县| 曲周县| 溆浦县| 永登县| 宣城市| 马龙县| 南丹县| 东台市| 临西县| 女性| 虹口区| 莆田市| 敖汉旗| 金寨县| 延寿县| 双鸭山市| 志丹县| 仙桃市| 天全县| 若尔盖县| 辽源市| 永年县| 仁怀市| 周口市| 萨嘎县| 托克逊县| 集安市| 平利县| 鲜城| 景洪市|