posts - 68, comments - 19, trackbacks - 0, articles - 1

          keepalived高可用配置

          Posted on 2018-09-16 15:35 viery 閱讀(116) 評論(0)  編輯  收藏
          主機: 1 [root@c01 etc]# cat /etc/keepalived/keepalived.conf 
           2 ! Configuration File for keepalived
           3 
           4 global_defs {
           5    notification_email {
           6     15776275@qq.com
           7    }
           8    notification_email_from Alexandre.Cassen@firewall.loc
           9    smtp_server 127.0.0.1
          10    smtp_connect_timeout 30
          11    router_id c01
          12 }
          13 
          14 vrrp_instance VI_1 {
          15     state MASTER
          16     interface eth0
          17     virtual_router_id 55
          18     priority 150
          19     advert_int 1
          20     authentication {
          21         auth_type PASS
          22         auth_pass 1111
          23     }
          24     virtual_ipaddress {
          25         192.168.38.166/24 dev eth0 label eth0:1
          26     }
          27 }


          備用機:
          [root@c01 etc]# cat /etc/keepalived/keepalived.conf 
          ! Configuration File for keepalived

          global_defs {
             notification_email {
              15776275@qq.com
             }
             notification_email_from Alexandre.Cassen@firewall.loc
             smtp_server 127.0.0.1
             smtp_connect_timeout 30
             router_id c04
          }

          vrrp_instance VI_1 {
              state BACKUP
              interface eth0
              virtual_router_id 55
              priority 100
              advert_int 1
              authentication {
                  auth_type PASS
                  auth_pass 1111
              }
              virtual_ipaddress {
                  192.168.38.166/24 dev eth0 label eth0:1
              }
          }

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 榆树市| 永泰县| 金沙县| 乐都县| 施甸县| 泌阳县| 当雄县| 白城市| 余干县| 平罗县| 嵊州市| 兴安县| 城口县| 白朗县| 隆子县| 镇原县| 罗甸县| 陆良县| 台山市| 乐平市| 永嘉县| 伊宁县| 南雄市| 平泉县| 邢台县| 红原县| 济宁市| 阿巴嘎旗| 榕江县| 安徽省| 游戏| 陆丰市| 萨迦县| 石景山区| 孟连| 红桥区| 安远县| 宁化县| 九龙县| 九龙坡区| 皋兰县|