摘要: 亲测: https://www.server-world.info/en/note?os=CentOS_Stream_9&p=bonding 其他: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/ht 阅读全文
posted @ 2022-10-21 18:32 小黑狐狸1001 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 需要grep -A 1显示多一行,否则显示一行只能看到芯片组型号 lspci -v | grep Ethernet -A 1 3b:00.0 Ethernet controller: Mellanox Technologies MT27800 Family [ConnectX-5] Subsyste 阅读全文
posted @ 2022-10-21 17:46 小黑狐狸1001 阅读(1093) 评论(0) 推荐(1) 编辑
摘要: yum -y install nfs-utils rpcbind #安装nfs,nfs依赖rpc工作 systemctl start rpcbind #开启rpc 再开启nfs服务 systemctl start nfs systemctl enable rpcbind #设置开机启动rpc nfs 阅读全文
posted @ 2022-10-21 12:48 小黑狐狸1001 阅读(401) 评论(0) 推荐(1) 编辑
摘要: 打开防火墙firewalld systemctl start firewalld 列出所有开发端口、服务 firewall-cmd --list-all 永久开放某tcp端口 firewall-cmd --zone=public --add-port=445/tcp --permanent 永久开放 阅读全文
posted @ 2022-10-21 12:46 小黑狐狸1001 阅读(27) 评论(0) 推荐(0) 编辑