在安装ubuntu8.04安装时忽略网卡的配置,安装成功后再通过命令行下进行设置的
配置ip地址,网关等的文件为/etc/network/interfaces,通过vi或nano打开修改,没有便添加新项
配置dns的文件为/etc/resolv.conf
Ubuntu网卡设置,ip,mask,gateway,dns
sudovi/etc/network/interfaces
//这个应该是决定是否启用这个端口
autoeth0
//静态设置IP
ifaceeth0inetstatic
address192.168.0.250
netmask255.255.255.0
#broadcast192.168.0.255
gateway192.168.0.1
//通过dhcp动态设置
ifaceeth0inetdhcp
//设置DNS服务器
sudovi/etc/resolv.conf//如果文件名不存在就新建该文件名,增加dns项
nameserver202.98.0.68
nameserver202.98.5.68
//修改网络设置后,重启,启用新设置
sudo/etc/init.d/networkingrestart
ubuntu 8.04配置网络ubuntu 8.04配置网络ubuntu 8.04配置网络ubuntu 8.04配置网络ubuntu 8.04配置网络ubuntu 8.04配置网络ubuntu 8.04配置网络ubuntu 8.04配置网络ubuntu 8.04配置网络ubuntu 8.04配置网络
阅读(799) | 评论(0) | 转发(0) |