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

Re: newbie... 基本上网设定



What it said is for Linux2.1 but not for potato.

Regards,

--Wen
wen@japan.email.ne.jp

volospin.bbs> 谢, 但我可以在那看到以下资料呢?
volospin.bbs> 我的 Learning Debian GNU/Linux - O'Reilly 有以下资料:
volospin.bbs> 
volospin.bbs> .. typical /etc/init.d/network file.
volospin.bbs> 
volospin.bbs> #! /bin/sh
volospin.bbs> ifconfig lo 127.0.0.1
volospin.bbs> route add -net 127.0.0.0
volospin.bbs> IPADDR=192.168.1.10
volospin.bbs> NETMASK=255.255.255.0
volospin.bbs> BROADCAST=192.168.1.255
volospin.bbs> GATEWAY=192.168.1.1
volospin.bbs> ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
volospin.bbs> route add default gw ${GATEWAY} metric 1
volospin.bbs> 
volospin.bbs> 而 Mastering Linux - Sybex 有以下资料:
volospin.bbs> 
volospin.bbs> start-up scripts, such as /etc/rc/d/rc.local...  typical rc.local file
volospin.bbs> 
volospin.bbs> /sbin/ifconfig eth0 100.100.100.10 netmask 255.255.255.0 up
volospin.bbs> /sbin/ifconfig lo 127.0.0.1 up
volospin.bbs> /sbin/route add -host 127.0.0.1 lo
volospin.bbs> /sbin/route add -net 100.100.100.0 netmask 255.255.255.0 eth0
volospin.bbs> /sbin/route add default gw 100.100.100.1 eth0
volospin.bbs> 
volospin.bbs> 以上 Mastering Linux 的 我有试过 work (每个 command 打)
volospin.bbs> 但就想知你打的 Setting 是从何来...
volospin.bbs> 
volospin.bbs> 是不是 specific Debian 的?
volospin.bbs> 
volospin.bbs> 【 在 evil (Lamer) 的大作中提到: 】
volospin.bbs> : 【 在 volospin (半个台湾人) 的大作中提到: 】
volospin.bbs> : : 谢, 那应在那个 file add 那些行才可以每次 autorun, 不用次次打呢?
volospin.bbs> : /etc/network/interfaces
volospin.bbs> : iface lo inet loopback
volospin.bbs> : iface eth0 inet static
volospin.bbs> :   address 192.168.0.220
volospin.bbs> :   netmask 255.255.255.0
volospin.bbs> :   gateway 192.168.0.1
volospin.bbs> : Copy and paste pls.
volospin.bbs> 
volospin.bbs> --
volospin.bbs> ※ 来源 □ e-Fever BBS @ bbs.e-fever.org □ [From: 202.71.197.38]
volospin.bbs> 
volospin.bbs> -- 
volospin.bbs> | This message was re-posted from debian-chinese-big5@lists.debian.org
volospin.bbs> | and converted from big5 to gb2312 by an automatic gateway.
volospin.bbs> 
volospin.bbs> 
volospin.bbs> --  
volospin.bbs> To UNSUBSCRIBE, email to debian-chinese-gb-request@lists.debian.org
volospin.bbs> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
volospin.bbs> 



Reply to: