Difference between revisions of "Solaris Servers in LVS/DR and LVS/TUN Clusters"

From LVSKB
Jump to: navigation, search
 
m
 
Line 15: Line 15:
 
* http://archive.linuxvirtualserver.org/html/lvs-users/2004-07/msg00138.html
 
* http://archive.linuxvirtualserver.org/html/lvs-users/2004-07/msg00138.html
 
* [[LVS/TUN mode with FreeBSD and Solaris realserver]]
 
* [[LVS/TUN mode with FreeBSD and Solaris realserver]]
 +
* [http://archive.linuxvirtualserver.org/html/lvs-users/1999-05/msg00068.html SMTP, POP3 using Qmail and Ident, also using Solaris as real servers]
  
 
[[Category:ARP Issue]]
 
[[Category:ARP Issue]]

Latest revision as of 03:05, 12 November 2006

Introduction

In the Solaris operating systems, ip addresses configured on the loopback interface will not participate the ARP protocol.

Disable ARP for VIP

In LVS/DR clusters, we can disable ARP for VIP on Solaris as follows:

ifconfig lo0:1 plumb
ifconfig lo0:1 VIP/32 netmask 255.255.255.255 up

These two commands can be added just after configuring loopback command in the /etc/rc.S/S??network, so that VIP can be brought up after system boots up.

References