当前位置:网站首页>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
边栏推荐
- Delayed message center design
- Machine learning -- neural network (IV): BP neural network
- Kotlin:集合使用
- [200 opencv routines] 218 Multi line italic text watermark
- Exercise 9-5 address book sorting (20 points)
- Intelligent gateway helps improve industrial data acquisition and utilization
- On Multus CNI
- C language pointer classic interview question - the first bullet
- Today's sleep quality record 78 points
- Hands on deep learning (40) -- short and long term memory network (LSTM)
猜你喜欢
Vs201 solution to failure to open source file HPP (or link library file)
Summary of small program performance optimization practice
转载:等比数列的求和公式,及其推导过程
Baidu R & D suffered Waterloo on three sides: I was stunned by the interviewer's set of combination punches on the spot
Today's sleep quality record 78 points
MongoDB数据日期显示相差8小时 原因和解决方案
Dynamic address book
百度研发三面惨遭滑铁卢:面试官一套组合拳让我当场懵逼
The time difference between the past time and the present time of uniapp processing, such as just, a few minutes ago, a few hours ago, a few months ago
Hands on deep learning (46) -- attention mechanism
随机推荐
Reasons and solutions for the 8-hour difference in mongodb data date display
Delayed message center design
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 2
Work order management system OTRs
Hands on deep learning (40) -- short and long term memory network (LSTM)
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
MongoDB数据日期显示相差8小时 原因和解决方案
Reprint: summation formula of proportional series and its derivation process
Deep learning 500 questions
Does any teacher know how to inherit richsourcefunction custom reading Mysql to do increment?
Baidu R & D suffered Waterloo on three sides: I was stunned by the interviewer's set of combination punches on the spot
xxl-job惊艳的设计,怎能叫人不爱
If the uniapp is less than 1000, it will be displayed according to the original number. If the number exceeds 1000, it will be converted into 10w+ 1.3k+ display
品牌连锁店5G/4G无线组网方案
Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)
Exercise 8-10 output student grades (20 points)
MySQL develops small mall management system
Differences among opencv versions
【OpenCV 例程200篇】218. 多行倾斜文字水印
Kotlin: collection use