bfllinux的ChinaUnix博客bfllinux.blog.chinaunix.net
bfllinux
全部博文(44)
2013年(6)
2011年(38)
小雅贝贝
kevin336
超级无敌
13995653
shiningL
lantian5
paullee2
wuxinghu
dbwatche
murderco
sunyl919
分类: LINUX
2011-02-16 16:59:54
Ubuntu的网络参数保存在文件 /etc/network/interfaces中,默认设置使用dhcp,内容如下: # The primary network interface auto eth0 iface eth0 inet dhcp 按你的修改:1)编辑 /etc/network/interfaces
vim /etc/network/interfaces
auto eth0 iface eth0 inet static address 192.168.1.183 ###### ip地址 netmask 255.255.255.0 ###### 子网掩码 gateway 192.168.1.1 ###### 网关
2)编辑 /etc/resolv.conf,设置dns
vi /etc/resolv.conf
nameserver 110.120.119.114
上一篇:用Ubuntu破解Windows(以及防御措施)
下一篇:将终端添加到右键菜单中
登录 注册