感谢支持
我们一直在努力

Ubuntu Linux系统的网卡设置

#网卡设置

sudo vi /etc/network/interfaces

#iface eth0 inet dhcp (默认,注释掉)
iface eth0 inet static (设置成使用静态IP)

address 192.168.0.88 (IP地址)

netmask 255.255.255.0 (掩码)

gateway 192.168.0.1 (网关)

保存退出后:

sudo /etc/init.d/networking restart (重启网络)

赞(0) 打赏
转载请注明出处:服务器评测 » Ubuntu Linux系统的网卡设置
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏