|

楼主 |
发表于 2005-10-20 01:46:42
|
显示全部楼层
Post by starboys
改/etc/network/interface
把里面的dhcp改成static下面加上address,netmask,broadcast,gateway等。
DNS好像在/etc/resolv.conf里写
nameserver *****
谢谢
可否给个示例文件
我的interface下边没有address,netmask,broadcast,gateway。。。等设置
我的interface
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- # The loopback network interface
- auto lo
- iface lo inet loopback
- # The primary network interface
- auto eth0
- iface eth0 inet dhcp
复制代码
多谢! |
|