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

边栏推荐
- Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)
- Hands on deep learning (41) -- Deep recurrent neural network (deep RNN)
- Realsense d435 d435i d415 depth camera obtains RGB map, left and right infrared camera map, depth map and IMU data under ROS
- System. Currenttimemillis() and system Nanotime (), which is faster? Don't use it wrong!
- 【Day1】 deep-learning-basics
- Write a mobile date selector component by yourself
- Hands on deep learning (42) -- bi-directional recurrent neural network (BI RNN)
- On Multus CNI
- Deep learning 500 questions
- Mmclassification annotation file generation
猜你喜欢

uniapp 小于1000 按原数字显示 超过1000 数字换算成10w+ 1.3k+ 显示

How can Huawei online match improve the success rate of player matching

El Table Radio select and hide the select all box

Histogram equalization

技术管理进阶——如何设计并跟进不同层级同学的绩效

leetcode1-3

Hands on deep learning (38) -- realize RNN from scratch

Doris / Clickhouse / Hudi, a phased summary in June

【Day1】 deep-learning-basics

对于程序员来说,伤害力度最大的话。。。
随机推荐
Latex error: missing delimiter (. Inserted) {\xi \left( {p,{p_q}} \right)} \right|}}
SQL replying to comments
Baidu R & D suffered Waterloo on three sides: I was stunned by the interviewer's set of combination punches on the spot
Button wizard business running learning - commodity quantity, price reminder, judgment Backpack
查看CSDN个人资源下载明细
C language pointer interview question - the second bullet
How to teach yourself to learn programming
leetcode729. My schedule 1
On Multus CNI
Number of relationship models
今日睡眠质量记录78分
Exercise 9-3 plane vector addition (15 points)
Exercise 9-5 address book sorting (20 points)
Dynamic address book
[FAQ] summary of common causes and solutions of Huawei account service error 907135701
【Day1】 deep-learning-basics
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
libmysqlclient. so. 20: cannot open shared object file: No such file or directory
Hands on deep learning (35) -- text preprocessing (NLP)
Hands on deep learning (40) -- short and long term memory network (LSTM)