当前位置: 首页 > article >正文

ubuntu16.04配置网卡

安装ubuntu16.04到最后选择安装服务时通过空格勾选

root@ubuntu:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto ens33
  iface ens33 inet static
  address 192.168.200.215
  netmask 255.255.255.0
  gateway 192.168.200.250
  dns-nameserve 192.168.200.250
root@ubuntu:~# sudo /etc/init.d/networking restart 



ethtool 查看网口状态


ethtool  eth0

测试ip a 后显示出来的网卡信息对应的物理网卡口 ,可以观察网卡口指示灯是否闪

ethtool  -p eth0

#Business mouth 
auto ens5f0
iface ens5f0 inet manual
bond-master bond0

auto ens7f0
iface ens7f0 inet manual
bond-master bond0

auth bond0
iface ens7f0 inet static
address 172.16.4.10
netmask 255.255.255.0
gateway 172.16.4.254
bond-slaves ens5f0  ens7f0
bond-lacp-rate 1
bond-mode 4
bond-miimon 100

#Storage port
auto ens5f1
iface ens5f0 inet manual
bond-master bond1

auto ens7f1
iface ens7f0 inet manual
bond-master bond1

auth bond1
iface ens7f0 inet static
address 172.16.4.10
netmask 255.255.255.0
gateway 172.16.4.254
bond-slaves ens5f1  ens7f1
bond-lacp-rate 1
bond-mode 4
bond-miimon 100


http://www.kler.cn/a/396983.html

相关文章:

  • 【Android、IOS、Flutter、鸿蒙、ReactNative 】静态数组
  • Python酷库之旅-第三方库Pandas(218)
  • 已解决:spark代码中sqlContext.createDataframe空指针异常
  • 英伟达基于Mistral 7B开发新一代Embedding模型——NV-Embed-v2
  • 数据结构—栈和队列
  • 记录一下跨域的问题,讲讲跨域
  • Python毕业设计选题:基于django+vue的二手物品交易系统
  • (一)机器学习、深度学习基本概念简介
  • 鸿蒙next版开发:使用HiDebug获取调试信息(ArkTS)
  • ini-parser 使用
  • 大模型(LLMs)微调篇
  • Linux 用户账户信息配置文件详解
  • 快速认识和上手Protobuf
  • 无插件H5播放器EasyPlayer.js网页web无插件播放器选择全屏时,视频区域并没有全屏问题的解决方案
  • 如何使用 XML Schema
  • 从0安装mysql server
  • flask+vue使用jwt验证
  • 躺平成长-人工智能进行编程-(12)
  • notepad++下载安装教程
  • SpringBoot项目实现登录——集成JWT令牌和验证码的登录业务
  • 网络安全审计
  • 什么是SSL VPN?其中的协议结构是怎样的?
  • 自动化测试工具Ranorex Studio(三十四)-自定义报告模板
  • 基于微信小程序的公务员考试学习平台的设计与实现,LW+源码+讲解
  • 解答疑问,为什么在本地明明拉取了镜像,但是k8s-pod依旧ImagePullBackOff
  • STM32 ADC --- 任意单通道采样