[Armadillo:01287] Re: armadillo230のIPアドレス設定について(追記)
email@hidden
2006年 10月 9日 (月) 16:58:45 JST
ご回答ありがとうございます。
現在試しているのですが、br0の設定をコメントアウトし、ブリッジbr0もアクティブにしないで起動すると、ifconfigで確認するとeth0だけIPアドレスがstaticで割り振れてました。
ifup eth1を行うとeth0にもIPを割り振られているのが確認できました。
けれど・・・
各インタフェイス(eth0、eth1)とも同じネットワーク内では通信可能なのですが、ルーティングなどはどのように行えばいいのでしょうか?
routeコマンドで経路設定かなと思い、やってはみたのですが、設定が悪かったのかおかしくなりました。
他のLINUXではIPフォワーディング機能も有効にする必要があるのでしょうか?
それとも、ブリッジ機能を使ってルーティングを行うのでしょうか?
実際にルータとして起動したときのメモなどがあればお教え願えればと思います。
よろしくお願いします。
環境としてはこんな感じです
armadillo eth0 192.168.2.230
eth1 192.168.3.230
PC1 192.168.2.1 default gateway→192.168.2.230
PC2 192.168.3.1 default gateway→192.168.3.230
<email@hidden> wrote:
> こんばんは。
>
> 下記のbr0の記述を消すか、コメントアウトしてやってみてください。
>
> > auto br0
> > iface br0 inet static
> > address 192.168.1.230
> > netmask 255.255.255.0
> > broadcast 192.168.1.255
> > gateway 192.168.1.254
>
> 私も230をルーターとして使っていますがとても快適ですよ!
>
> 230で2ポートですが、さらに8ポートくらいまでの製品があればインテリジェント・スイッチの自作も出来たりして楽しそうですね。
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> 小俣光之(Mitsuyuki Komata)
> 日本シー・エー・ディー株式会社
> TEL:03-3565-3011(直)・2011(代) FAX:03-3565-3611
> E-Mail: email@hidden
> Office-URL: http://www.ncad.co.jp/
> Private-URL: http://www.ncad.co.jp/~komata/
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ----- Original Message -----
> From: <email@hidden>
> To: <email@hidden>
> Sent: Sunday, October 08, 2006 6:49 PM
> Subject: [Armadillo:01285] armadillo230のIPアドレス設定について(追記)
>
>
> > すみません。
> > 先ほどの/etc/config/interfaceは間違いでした
> > 実際の/etc/config/interfaceはこのような感じです
> >
> > auto lo
> > iface lo inet loopback
> >
> > auto eth0
> > iface eth0 inet static
> > adderess 192.168.1.230
> > netmask 255.255.255.0
> > broadcast 192.168.1.255
> > gateway 192.168.1.254
> >
> > auto eth1
> > iface eth1 inet static
> > address 192.168.11.230
> > netmask 255.255.255.0
> > broadcast 192.168.11.255
> > gateway 192.168.11.254
> >
> > auto br0
> > iface br0 inet static
> > address 192.168.1.230
> > netmask 255.255.255.0
> > broadcast 192.168.1.255
> > gateway 192.168.1.254
> >
> > ご存知であれば、返答やアドバイスなど宜しくお願いします
> > _______________________________________________
> > armadillo mailing list
> > email@hidden
> > http://lists.atmark-techno.com/mailman/listinfo/armadillo
>
> _______________________________________________
> armadillo mailing list
> email@hidden
> http://lists.atmark-techno.com/mailman/listinfo/armadillo
>
armadillo メーリングリストの案内