当前位置:网站首页>RHCE - day one
RHCE - day one
2022-07-04 10:18:00 【Attiude】
1. To configure team In mechanism activebackup And verify , There are active and standby network cards , Master transfer packet , The standby does not transmit , Main network card down
[[email protected] ~]# nmcli c add type team con-name team_con ifname team_dev ipv4.addresses 192.168.116.125 ipv4.gateway 192.168.116.2 ipv4.dns 114.114.114.114 ipv4.method manual config '{"runner":{"name":"activebacku"}}'
[[email protected] ~]# nmcli c add type team-slave con-name team_con_1 ifname ens160 master team_dev
[[email protected] ~]# nmcli c add type team-slave con-name team_con_2 ifname ens224 master team_dev
[[email protected] ~]# nmcli c up team_con
[[email protected] ~]# nmcli c up team_con_1
[[email protected] ~]# nmcli c up team_con_2
2. To configure team In mechanism roundrobin, Each network card transmits data in polling mode
3. To configure team In mechanism loadbalance,
4. To configure team In mechanism broadcast: Each network card transmits packets , Load balancing
Grab the bag
边栏推荐
- System. Currenttimemillis() and system Nanotime (), which is faster? Don't use it wrong!
- C language pointer classic interview question - the first bullet
- C语言指针经典面试题——第一弹
- 转载:等比数列的求和公式,及其推导过程
- Work order management system OTRs
- 7-17 crawling worms (15 points)
- Leetcode48. Rotate image
- Devop basic command
- Map container
- MySQL case
猜你喜欢
随机推荐
libmysqlclient. so. 20: cannot open shared object file: No such file or directory
Lavel document reading notes -how to use @auth and @guest directives in lavel
2. Data type
【OpenCV 例程200篇】218. 多行倾斜文字水印
Does any teacher know how to inherit richsourcefunction custom reading Mysql to do increment?
智慧路灯杆水库区安全监测应用
leetcode1-3
Golang Modules
PHP代码审计3—系统重装漏洞
C语言指针面试题——第二弹
System. Currenttimemillis() and system Nanotime (), which is faster? Don't use it wrong!
How can Huawei online match improve the success rate of player matching
【Day2】 convolutional-neural-networks
leetcode729. My schedule 1
Ruby时间格式转换strftime毫秒匹配格式
Dynamic address book
查看CSDN个人资源下载明细
Devop basic command
Application of safety monitoring in zhizhilu Denggan reservoir area
MySQL case