<p style="margin-bottom: 0in;">Hello 
</p>



<p style="margin-bottom: 0in;">ipvsadm v1.24<br>
2.6.9-22.0.1.EL</p>


<p style="margin-bottom: 0in;">I have a LVS cluster ( 2 Dir, 3 real
servers) set up and working, but am having problems with director
failover. Everything works great during the failover process except
for one thing. When the backup director becomes active, all settings
transfer over except for the default gateway(dfgw). Not only dose the
correct dfgw not transfer over, but it erases the boxes curent one,
so there is no longer a dfgw. Why doesn't the dfgw transfer over, or
at least how can I make it so the box keeps its assigned dfgw? Am i
missing a line the the conf file (see below), or is it something
else? 
</p>

<p style="margin-bottom: 0in;"><br>
</p>




<p style="margin-bottom: 0in;">[cluster@RHC02 ha]# vi <a href="http://lvs.cf">lvs.cf</a><br>
serial_no = 278</p>
<p style="margin-bottom: 0in;">primary = xxx.xxx.xxx.100</p>

<p style="margin-bottom: 0in;">service = lvs</p>

<p style="margin-bottom: 0in;">backup_active = 1</p>

<p style="margin-bottom: 0in;">backup = xxx.xxx.xxx.101</p>

<p style="margin-bottom: 0in;">heartbeat = 1</p>

<p style="margin-bottom: 0in;">heartbeat_port = 539</p>

<p style="margin-bottom: 0in;">keepalive = 15</p>

<p style="margin-bottom: 0in;">deadtime = 25</p>

<p style="margin-bottom: 0in;">network = nat</p>

<p style="margin-bottom: 0in;">nat_router = <a href="http://192.168.0.1">192.168.0.1</a> eth0</p>

<p style="margin-bottom: 0in;">nat_nmask = <a href="http://255.255.255.0">255.255.255.0</a></p>

<p style="margin-bottom: 0in;">debug_level = NONE</p>

<p style="margin-bottom: 0in;">virtual http {</p>

<p style="margin-bottom: 0in;">     active = 1</p>

<p style="margin-bottom: 0in;">     address = <a href="http://150.176.247.100">150.176.247.100</a> eth1</p>

<p style="margin-bottom: 0in;">     vip_nmask = <a href="http://255.255.255.0">255.255.255.0</a></p>

<p style="margin-bottom: 0in;">     port = 80</p>

<p style="margin-bottom: 0in;">     send = "GET /
HTTP/1.0\r\n\r\n"</p>

<p style="margin-bottom: 0in;">     expect = "HTTP"</p>

<p style="margin-bottom: 0in;">     use_regex = 0</p>

<p style="margin-bottom: 0in;">     load_monitor = none</p>

<p style="margin-bottom: 0in;">      scheduler = wlc</p>

<p style="margin-bottom: 0in;">      protocol = tcp</p>

<p style="margin-bottom: 0in;">     timeout = 6</p>

<p style="margin-bottom: 0in;">     reentry = 15</p>

<p style="margin-bottom: 0in;">     quiesce_server = 0</p>

<p style="margin-bottom: 0in;">     server RHC03 {</p>

<p style="margin-bottom: 0in;">         address = <a href="http://192.168.0.21">192.168.0.21</a></p>

<p style="margin-bottom: 0in;">         active = 1</p>

<p style="margin-bottom: 0in;">         weight = 1</p>

<p style="margin-bottom: 0in;">     }</p>

<p style="margin-bottom: 0in;">     server RHC01 {</p>

<p style="margin-bottom: 0in;">         address = <a href="http://192.168.0.20">192.168.0.20</a></p>

<p style="margin-bottom: 0in;">         active = 1</p>

<p style="margin-bottom: 0in;">         weight = 1</p>

<p style="margin-bottom: 0in;">     }</p>

<p style="margin-bottom: 0in;">}<br>
 <br>
----------<br>
Thanks <br>
-----------<br>
</p>