当前位置:网站首页>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
边栏推荐
- MongoDB数据日期显示相差8小时 原因和解决方案
- El Table Radio select and hide the select all box
- Nuxt reports an error: render function or template not defined in component: anonymous
- Debug:==42==ERROR: AddressSanitizer: heap-buffer-overflow on address
- Hands on deep learning (33) -- style transfer
- 用数据告诉你高考最难的省份是哪里!
- Regular expression (I)
- Hands on deep learning (32) -- fully connected convolutional neural network FCN
- Container cloud notes
- 技术管理进阶——如何设计并跟进不同层级同学的绩效
猜你喜欢
Histogram equalization
Hands on deep learning (35) -- text preprocessing (NLP)
Introduction to extensible system architecture
Architecture introduction
Hands on deep learning (46) -- attention mechanism
Matlab tips (25) competitive neural network and SOM neural network
Regular expression (I)
今日睡眠质量记录78分
system design
Doris / Clickhouse / Hudi, a phased summary in June
随机推荐
2020-03-28
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
Online troubleshooting
Pcl:: fromrosmsg alarm failed to find match for field 'intensity'
Dynamic memory management
Qtreeview+ custom model implementation example
技术管理进阶——如何设计并跟进不同层级同学的绩效
Batch distribution of SSH keys and batch execution of ansible
libmysqlclient. so. 20: cannot open shared object file: No such file or directory
C语言指针经典面试题——第一弹
Exercise 8-7 string sorting (20 points)
Today's sleep quality record 78 points
Velodyne configuration command
Custom type: structure, enumeration, union
Exercise 7-3 store the numbers in the array in reverse order (20 points)
什么是 DevSecOps?2022 年的定义、流程、框架和最佳实践
Reasons and solutions for the 8-hour difference in mongodb data date display
Does any teacher know how to inherit richsourcefunction custom reading Mysql to do increment?
智慧路灯杆水库区安全监测应用
Exercise 9-5 address book sorting (20 points)