真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

centos6.x7.x防火墻如何開啟端口范圍IP地址及進行配置-創(chuàng)新互聯(lián)

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

10年積累的網(wǎng)站建設(shè)、成都網(wǎng)站制作經(jīng)驗,可以快速應(yīng)對客戶對網(wǎng)站的新想法和需求。提供各種問題對應(yīng)的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡(luò)服務(wù)。我雖然不認(rèn)識你,你也不認(rèn)識我。但先網(wǎng)站設(shè)計后付款的網(wǎng)站建設(shè)流程,更有岢嵐免費網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。
#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
#刪除規(guī)則
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"
#查看公共區(qū)域開放的端口
firewall-cmd  --zone=public --list-all
#重新加載配置
firewall-cmd --reload
開放端口范圍
firewall-cmd --permanent --zone=public --add-port=1000-60000/tcp
#刪除規(guī)則
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"

看完上述內(nèi)容,你們掌握centos 6.x 7.x防火墻如何開啟端口范圍IP地址及進行配置的方法了嗎?如果還想學(xué)到更多技能或想了解更多相關(guān)內(nèi)容,歡迎關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司行業(yè)資訊頻道,感謝各位的閱讀!


網(wǎng)頁名稱:centos6.x7.x防火墻如何開啟端口范圍IP地址及進行配置-創(chuàng)新互聯(lián)
網(wǎng)址分享:http://weahome.cn/article/esdio.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部