[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 问一下network的设¶ㄎ侍â!!



Pun Kuan Tou wrote:
>刚安装完woody后发现它没有lo的介面,每次开机都要手动
>ifconfig lo 127.0.0.1才行,如何设定在开机时自动做这动作.
>如果没有这个设定,esd就无法正常.......
>
>

请修改 /etc/network/interfaces 档案,
以下是我的 interfaces 内容:

# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback
# The first network interface
auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.0.28
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.254

关于 interfaces 档案的详细写法,请 man interfaces

-- 
To UNSUBSCRIBE, email to debian-chinese-big5-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

-- 
| This message was re-posted from debian-chinese-big5@lists.debian.org
| and converted from big5 to gb2312 by an automatic gateway.



Reply to: