Hello,
I think I've found a bug that was introduced just recently.
DA v1.31.5 running on CentOS 5.x 64-bit:
When I remove IP via CMD_IP_MANAGER, it's removed from the list on CMD_IP_MANAGER page, but it's not removed from ifconfig for some reason, so adding this IP to another server in the same subnet causes IP conflict.
Here is the version where it works fine: DA v1.27.2 running on CentOS 4.x 64-bit.
If you encounter this problem, you can fix it by running the following commands as root (Linux only):
I think I've found a bug that was introduced just recently.
DA v1.31.5 running on CentOS 5.x 64-bit:
When I remove IP via CMD_IP_MANAGER, it's removed from the list on CMD_IP_MANAGER page, but it's not removed from ifconfig for some reason, so adding this IP to another server in the same subnet causes IP conflict.
Here is the version where it works fine: DA v1.27.2 running on CentOS 4.x 64-bit.
If you encounter this problem, you can fix it by running the following commands as root (Linux only):
Code:
ifdown eth0; ifup eth0
service startips start