概要
Ubuntuベースの起動環境(Boot Environment)のネットワーク設定において、固定IPが常にeth0へ割り当てられます。
原因
既知の問題です。
eth0に割り当てた固定IPは利用可能です。
回避策
他の "eth" へ固定IPを割り当てます。
bash-4.1# ifconfig eth1 "IP address" netmask "net mask" broadcast "broadcast address"
例
bash-4.1# ifconfig eth1 10.1.0.246 netmask 255.255.255.0 broadcast 10.1.0.255
* broadcastの入力は必要な場合のみ
* eth1の数字はn番目のNICを示します。数字は変更可能です。
対象製品
- ActiveImage Protector 2016 Windows
- ActiveImage Protector 2016 Linux
- ActiveImage Protector 4.x Linux
- ActiveImage Protector 3.5
コメント
0件のコメント
記事コメントは受け付けていません。