[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:28368] Re: Note PC で IP アドレスの二重化
田中@タナゾーです。
From: Masaki Ikeda <masaki@xxxxxxxxxxxx>
Subject: [debian-users:28366] Re: Note PC で IP アドレスの二重化
Date: Mon, 14 May 2001 16:15:14 +0900
> > 私は、簡単なシェルスクリプトを書いて実現しています。
> > それから、
> > # cd /etc/rcS.d
> > # link -s ../init.d/ipalias S41ipalias
誤:link
正:ln
> > として、起動時に自動設定するようにしています。
>
> /etc/pcmcia/network.optsのstart_fn/stop_fnから呼び出せば良いのでは?
なるほど。
コマンドを直に書いてしまえばいいのかな?
> # あるいはスクリプトじゃなくてstart_fn/stop_fnにじかに書くとか
例えば、
.....
start_fn () {
ifconfig eth0:0 x.x.x.x netmask y.y.y.y broadcast z.z.z.z gateway w.w.w.w
ifconfig eth0:1 x.x.x.x netmask y.y.y.y broadcast z.z.z.z gateway w.w.w.w
.....
return;
}
stop_fn () {
ifconfig eth0:0 down
ifconfig eth0:1 down
....
return;
}
って事かな?
# これを実現している PC は公開マシンなので、簡単には試せないのだ。
以上、よろしくお願いいたします。
-----------------------------------------------
TANAZO Limited Partnership / Mitsuhisa TANAKA
0426-42-0321(FAX share) / 070-5582-0823(PHS)
http://www.tanazo.com/
http://tanazo.rocketbeach.net/ e-shop
http://www.tama-oss.org/ [tama open system studio]
Key fingerprint = A455 00C4 5585 8237 9EBB 12D9 3E2D 5A24 0B34 70B0