Why does the system fail to create listening socket?
Instances will not start (and were working). I am getting a message in the syslog stating Failed to create listening socket for 10.0.4.1: Cannot assign requested address
.
There is none else in our net with this subnet range.
Here is my localrc config network section, as you can see, pretty simple:
FLOATING_RANGE=192.168.1.160/27
FIXED_RANGE=10.1.0.0/24
FIXED_NETWORK_SIZE=256
FLAT_INTERFACE=eth0
Anybody out there got a hint of where I should look?