Summary
In the network settings of the ActiveImage Protector Boot Environment, the fixed IP is always assigned to eth0.
Cause
The AIP bugs have been addressed. The issue with the fixed IP being assigned to eth0 has been resolved.
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.
(13451073182233)
Comments
0 comments
Article is closed for comments.