服务器网卡操作

服务器网卡操作,第1张

ip  [选项]  操作对象{link|addr|route...}

#  ip addr show                  # 显示网卡IP信息

# ip addr add 192.168.0.1/24 dev eth0 # 设置eth0网卡IP地址192.168.0.1

# ip addr del 192.168.0.1/24 dev eth0 # 删除eth0网卡IP地址

#  ip link show                             # 显示网络接口信息

# ip link set eth0 up                  # 开启网卡

# ip link set eth0 down             # 关闭网卡

# ip link set eth0 promisc on   # 开启网卡的混合模式

# ip link set eth0 promisc offi  # 关闭网卡的混个模式

# ip link set eth0 txqueuelen 1200    # 设置网卡队列长度

# ip link set eth0 mtu 1400      # 设置网卡最大传输单元

# ip route show 或 ip route list  或   route -n  # 查看路由(网关)信息

# ip route add 192.168.4.0/24  via  192.168.0.254 dev eth0 # 设置192.168.4.0网段的网关为192.168.0.254,数据走eth0接口

# ip route add default via  192.168.0.254  dev eth0    # 设置默认网关为192.168.0.254

# ip route del 192.168.4.0/24    # 删除192.168.4.0网段的网关

# ip route del default    # 删除默认路由

#查看NDS服务器地址,使用nslookup命令,输入命令:

比如:nslookup www.baidu.com

浪潮服务器的网卡在bios里开启。开机画面中按“DEL”键,等待系统进入BIOS后再进行下一步,移动光标到“Advanced”标签页面,再选择“PCISubsystemSettings”,选中按回车。再将SR-IOV支持开关设置为“Enabled”。

1、将光标移动到“Processor”标签页,再选中“ProcessorConfigration”,将“VMX”与“SMX”的值设置为“Enabled”。

2、再从”Processor”下找到“IIOConfiguration”,进入后将“VT-d”功能打开,即可。


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/129543.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-03-16
下一篇2023-03-16

发表评论

登录后才能评论

评论列表(0条)

    保存