久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

CentOS 7使用nmcli配置網(wǎng)卡聚合鏈路

 昵稱6656145 2015-05-01
CentOS7系列對多網(wǎng)卡的配置發(fā)生很大的改變,,以下以基于RECL-7.0系列對actviebackup屬性的配置筆記。

[root@server0 ~]# nmcli con show      //藍(lán)色粗體的網(wǎng)卡是本例配置的網(wǎng)卡
NAME                   UUID                                  TYPE            DEVICE
Ethernet connection 2  8afe67cc-20ef-4985-86c3-b8d3c9371fc9  802-3-ethernet  ens34
Ethernet connection 3  0cf045a5-012c-46bd-9367-1139666871b5  802-3-ethernet  ens35

eth0                   ff18a078-5b66-4bb8-8bba-fafd426b9d39  802-3-ethernet  ens32



# 創(chuàng)建一個(gè)名為team0并且屬性為team的鏈路接口

[root@server0 ~]# nmcli con add type team con-name team0 ifname team0 config '{"runner": {"name":"activebackup"}}'


# 為team0配置ip地址與網(wǎng)關(guān)
[root@server0 ~]# nmcli connection modify team0 ipv4.addresses "192.168.25.211/24 192.168.25.250"
 
# 為team0配置DNS
[root@server0 ~]# nmcli connection modify team0 ipv4.dns "192.168.10.86 192.168.10.87" 

# 設(shè)置team0的屬性為 manual
[root@server0 ~]# nmcli connection modify team0 ipv4.method manual 


# 將ent34網(wǎng)卡口 加到team0接口
[root@server0 ~]# nmcli connection add type team-slave conn-name team-port1 ifname ens34 master team0


# 將ent35網(wǎng)卡口 加到team0接口
[root@server0 ~]# nmcli connection add type team-slave conn-name team-port2 ifname ens35 master team0

# 啟用接口中的網(wǎng)卡
[root@server0 ~]# nmcli connection up team-port1;nmcli connection up team-port2
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/25)
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/26)



[root@server0 ~]# teamdctl team0 state view
setup:
  runner: activebackup
ports:
  ens34
    link watches:
      link summary: up
      instance[link_watch_0]:
        name: ethtool
        link: up
  ens35
    link watches:
      link summary: up
      instance[link_watch_0]:
        name: ethtool
        link: up
runner:
  active port: ens34        //當(dāng)前team0的主接口


[root@server0 ~]# ifconfig team0
team0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.25.211  netmask 255.255.255.0  broadcast 192.168.25.255
        inet6 fe80::20c:29ff:fea7:34b  prefixlen 64  scopeid 0x20<link>
        ether 00:0c:29:a7:03:4b  txqueuelen 0  (Ethernet)
        RX packets 55  bytes 4477 (4.3 KiB)
        RX errors 0  dropped 70  overruns 0  frame 0
        TX packets 61  bytes 8297 (8.1 KiB)
        TX errors 0  dropped 9 overruns 0  carrier 0  collisions 0


[root@server0 ~]# teamnl team0 ports
 4: ens35: up 1000Mbit FD
 3: ens34: up 1000Mbit FD


[root@server0 ~]# teamnl team0 options
 queue_id (port:ens35) 0
 priority (port:ens35) 0
 user_linkup_enabled (port:ens35) false
 user_linkup (port:ens35) true
 enabled (port:ens35) true
 queue_id (port:ens34) 0
 priority (port:ens34) 0
 user_linkup_enabled (port:ens34) false
 user_linkup (port:ens34) true
 enabled (port:ens34) true
 mcast_rejoin_interval 0
 mcast_rejoin_count 0
 notify_peers_interval 0
 notify_peers_count 0
 mode roundrobin


測試
開啟一個(gè)ping 窗口,,并禁用team0中的其中的一塊網(wǎng)卡
=============================================
[root@server0 ~]# nmcli device disconnect ens34

Tips:原則上ping 數(shù)據(jù)1個(gè)包都不會(huì)掉 (責(zé)任編輯:IT.net.cn)

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn),。請注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購買等信息,謹(jǐn)防詐騙,。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多