|
发表于 2005-10-5 16:36:56
|
显示全部楼层
Post by troll
base-config中好像有配置IP的部分,或修改/etc/network/interfaces文件。
# 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 static
address *.*.*.*
netmask *.*.*.*
network *.*.*.*
broadcast *.*.*.*
gateway *.*.*.*
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers *.*.*.*
dns-search XXX.XXX
这是interface的内容,可以在此直接修改
也可以用base-config选网络部分修改
http://hngyzx.cn |
|