|
发表于 2005-11-14 18:18:09
|
显示全部楼层
- auto eth0
- iface eth0 inet static
- address 192.168.0.2
- netmask 255.255.255.0
- network 192.168.0.0
- broadcast 192.168.0.255
- # dns-* options are implemented by the resolvconf package, if installed
- dns-search homenetwork
复制代码
你怎么是eth1,还有块网卡? |
|