Summary
In the network setting of the [ActiveImage Protector Boot Environment], the fixed IP is always assigned to eth0.
Cause
Bugs of the AIP.
Fixed IP that was assigned to eth0 is available.
Workaround
To other “eth” assign a fixed IP.
bash-4.1#ifconfig eth1 “IP address” netmask “net mask” broadcast “broadcast address”
e.g.
bash-4.1# ifconfig eth1 10.1.0.246 netmask 255.255.255.0 broadcast 10.1.0.255
* input of broadcast is only if necessary
* The numbers of eth1 shows the n-th NIC. Numbers can be changed.
Comments
0 comments
Article is closed for comments.