I've got several Proxmox 3.1 machines that have a peculiar problem. After booting them up, an extra route is created that has to be deleted before the machine can talk to others on the same subnet. After booting, the routes look like this (public IPs masked):
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
208.XXX.XXX.0 * 255.255.255.0 U 0 0 0 vmbr0
default 208.XXX.XXX.1 0.0.0.0 UG 0 0 0 vmbr0
The 208.XXX.XXX.0 route blocks the server from communicating with any other servers in this same subnet. After deleting this route, everything is fine again. But, after rebooting, this route is back again. What is creating this route?
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
208.XXX.XXX.0 * 255.255.255.0 U 0 0 0 vmbr0
default 208.XXX.XXX.1 0.0.0.0 UG 0 0 0 vmbr0
The 208.XXX.XXX.0 route blocks the server from communicating with any other servers in this same subnet. After deleting this route, everything is fine again. But, after rebooting, this route is back again. What is creating this route?