首页 > 系统 > Linux > 正文

Ubuntu Linux系统的网卡设置

2024-08-28 00:20:37
字体:
来源:转载
供稿:网友
#网卡设置

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 (重启网络)
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表