会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Daolen
博客园
首页
新随笔
联系
订阅
管理
2024年11月28日
CentOS7配置yum国内源
摘要: 配置阿里云yum源: rm -rf /etc/yum.repos.d/* curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo curl -o /etc/yum.repos.d/
阅读全文
posted @ 2024-11-28 12:17 Daolen
阅读(320)
评论(0)
推荐(1)
2024年11月9日
CentOS7配置LACP聚合
摘要: 一、虚拟聚合网卡配置 cat ifcfg-team0 DEVICE=team0 BOOTPROTO=static ONBOOT=yes USERCTL=no BONDING_OPTS="resend_igmp=1 updelay=0 use_carrier=1 miimon=100 downdela
阅读全文
posted @ 2024-11-09 23:50 Daolen
阅读(178)
评论(0)
推荐(0)
CentOS8.4配置LACP聚合
摘要: 创建虚拟聚合网口 nmcli con add type bond con-name team0 ifname team0 mode 4 将物理网口加入到该虚拟网口 nmcli con add type bond-slave con-name eno1 ifname eno1 master team0
阅读全文
posted @ 2024-11-09 23:43 Daolen
阅读(57)
评论(0)
推荐(0)
公告
点击右上角即可分享