CentOS Failover Cluster - SIOCADDRT: No such process (when adding a loopback)

Posted by Steve Rolfe on Server Fault See other posts from Server Fault or by Steve Rolfe
Published on 2011-01-29T01:14:00Z Indexed on 2011/02/12 7:27 UTC
Read the original article Hit count: 463

Filed under:
|
|
|

I'm trying to configure two web servers for a load balancing server. The load balancing aspect works fine (it sees both server, kills 'em if it needs to, and seems to direct traffic fine). The only issue is with the servers looping:

/etc/sysconfig/network-scripts/ifcfg-lo:0

DEVICE=lo:0
IPADDR=<Virtual IP>
NETMASK=255.255.255.255
ONBOOT=yes
NAME=loopback

Everytime I try a "service network restart" I get a SIOCADDRT: No such process when loading the loopback interface.

Anyone have an idea what's causing this?

© Server Fault or respective owner

Related posts about networking

Related posts about centos