当前位置:网站首页>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

边栏推荐
- Use C to extract all text in PDF files (support.Net core)
- Dos:disk operating system, including core startup program and command program
- Latex arranges single column table pictures in double column format articles
- leetcode1-3
- System. Currenttimemillis() and system Nanotime (), which is faster? Don't use it wrong!
- Exercise 7-8 converting strings to decimal integers (15 points)
- Map container
- Network disk installation
- [FAQ] summary of common causes and solutions of Huawei account service error 907135701
- 【Day1】 deep-learning-basics
猜你喜欢
![[FAQ] summary of common causes and solutions of Huawei account service error 907135701](/img/73/c4ee842475f05e2e67297fcac68779.png)
[FAQ] summary of common causes and solutions of Huawei account service error 907135701

Matlab tips (25) competitive neural network and SOM neural network

Online troubleshooting

Histogram equalization

Hands on deep learning (41) -- Deep recurrent neural network (deep RNN)

Hands on deep learning (46) -- attention mechanism

Hands on deep learning (43) -- machine translation and its data construction

Summary of small program performance optimization practice

Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)

Reasons and solutions for the 8-hour difference in mongodb data date display
随机推荐
Latex insert picture, insert formula
MongoDB数据日期显示相差8小时 原因和解决方案
Hands on deep learning (41) -- Deep recurrent neural network (deep RNN)
Fabric of kubernetes CNI plug-in
Hands on deep learning (45) -- bundle search
C language pointer classic interview question - the first bullet
Exercise 7-2 finding the maximum value and its subscript (20 points)
2. Data type
Use the data to tell you where is the most difficult province for the college entrance examination!
2020-03-28
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
Sword finger offer 31 Stack push in and pop-up sequence
Leetcode48. Rotate image
Talk about scalability
leetcode729. My schedule 1
Some summaries of the third anniversary of joining Ping An in China
The future education examination system cannot answer questions, and there is no response after clicking on the options, and the answers will not be recorded
SQL replying to comments
按键精灵跑商学习-商品数量、价格提醒、判断背包
Go context basic introduction