亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

Centos7-firewalld解決keepalived的VIP問題

發布時間:2020-10-17 06:06:46 來源:網絡 閱讀:7741 作者:李佳良 欄目:MySQL數據庫

Centos7-firewalld解決keepalived的VIP問題

firewalld 防火墻
語法命令如下:啟用區域端口和協議組合
firewall-cmd [--zone=<zone>] --add-port=<port>[-<port>]/<protocol> [--timeout=<seconds>]

此舉將啟用端口和協議的組合。
端口可以是一個單獨的端口 <port> 或者是一個端口范圍 <port>-<port>。
協議可以是 tcp 或 udp。


查看 firewalld 狀態
systemctl status firewalld


開啟 firewalld
systemctl start firewalld


開放端口
// --permanent 永久生效,沒有此參數重啟后失效
firewall-cmd --zone=public --add-port=80/tcp --permanent

firewall-cmd --zone=public --add-port=1000-2000/tcp --permanent


keepalived的VIP問題
firewall-cmd --direct --permanent --add-rule ipv4 filter INPUT 0 --in-interface ens33 --destination 224.0.0.18 --protocol vrrp -j ACCEPT


重新載入
firewall-cmd --reload


查看
firewall-cmd --zone=public --query-port=80/tcp


刪除
firewall-cmd --zone=public --remove-port=80/tcp --permanent


iptables 防火墻
也可以還原傳統的管理方式使用 iptables
systemctl stop firewalld
systemctl mask firewalld


安裝 iptables-services
yum install iptables-services


設置開機啟動
systemctl enable iptables


操作命令
systemctl stop iptables
systemctl start iptables
systemctl restart iptables
systemctl reload iptables

保存設置
service iptables save

開放某個端口 在 /etc/sysconfig/iptables 里添加
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT

向AI問一下細節

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

AI

陇川县| 乐亭县| 什邡市| 汝南县| 柯坪县| 饶阳县| 楚雄市| 堆龙德庆县| 鹤山市| 宝坻区| 临澧县| 仙居县| 兴仁县| 宁化县| 阳东县| 措美县| 盘山县| 齐齐哈尔市| 镇巴县| 维西| 和平区| 永定县| 新田县| 和平县| 电白县| 新泰市| 达拉特旗| 海盐县| 太原市| 云龙县| 龙泉市| 杭锦后旗| 台北县| 佛冈县| 唐海县| 南木林县| 达孜县| 辽阳县| 电白县| 营山县| 句容市|