[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:35236] Re: LANカード2枚以上の設定
- From: Naotaka YAMAMOTO <naotaka@xxxxxxxxxxxxxx>
- Subject: [debian-users:35236] Re: LANカード2枚以上の設定
- Date: Fri, 8 Nov 2002 09:42:19 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-spam-level: ***
- X-spam-status: No, hits=4.0 required=10.0 tests=IN_REP_TO,ISO2022JP_CHARSET,PLING,ISO2022JP_BODY, CASHCASHCASH,UPPERCASE_25_50,HTTP_CTRL_CHARS_HOST, HTTP_ESCAPED_HOST,WEIRD_PORT version=2.31
- References: <000201c286bb$bb9fe5e0$1964a8c0@matsu>
- Message-id: <20021108.093905.73383698.naotaka@xxxxxxxxxxxxxx>
- X-mail-count: 35236
- X-mailer: Mew version 3.1rc1 on Emacs 21.2 / Mule 5.0 (SAKAKI)
松藤様、
はじめまして。山本直孝です。
> はじめまして、松藤 といいます。
> woody をインストールして、kernel をあげたのですが、 kernel 2-4-18で、LANカー
> ドを2枚さすと、正常に認識してくれません。(eth0だけしか動作しません)
> ちなみに1枚ずつの時は正常に動作しているのですが・・
> 何か設定が必要なのでしょうか?
> dmesgではeth1は存在するのですが・・・
> どなたか助言よろしくお願いします。
ここまでうまくいっていらっしゃるようでしたら、
/etc/network/interfaces を書くだけだと思います。
console で使っているなら、
/etc/init.d/networking stop
で、一旦、ネットワークを止めてから、書き直して
/etc/init.d/networking start
で再設定がよろしいかと思います。
# /etc/init.d/networking restart でも問題はないかも知れませんが。
私の /etc/network/interfaces は以下のようになっています。
2枚の利用方法が分からないので直接的なお答えにはならないですが。
eth0 が dhcp 取得で、eth1 でプライベートIPアドレスを固定で設定しています。
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
iface lo inet loopback
# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
----------
産総研・グリッド研究センター http://unit.aist.go.jp/grid/
太陽系観隊 http://centaurs.mtk.nao.ac.jp/swat/
山本直孝 Naotaka Yamamoto
E-mail: naotaka@xxxxxxxxxxxxxx