LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

nat problem

To: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: nat problem
From: "Samson Kao" <samsonkao@xxxxxxxxxxxxxx>
Date: Thu, 21 Dec 2000 12:21:50 +0800
Hi :
 
I set a nat cluster but can't work . ( redhat 6.2  default rpm & config by piranha gui with no kernel patch )
If I stop the nat , the gui shutdown my eth0 & eth1:0 .
I try to telnet x.y.a.c 80 but shows connection refused ( sometimes show server busy ).
Please geve me some suggestions and thanks for your help.
 
Samson
 
machine A: virtual server with 2 NIC card  & gateway bind with eth0 (x.y.a.b)
machine B & C : real server with 1 NIC : gateway 192.168.61.13 and can connect to public ip
 
/etc/lvs.cf
primary = x.y.a.b
nat_router = 192.168.61.13 eth0
service = lvs
                                                                               
virtual develop {
        address = x.y.a.c eth1:0
        active = 1
        load_monitor = ruptime
                                                                               
        server lvs1 {
                address = 192.168.61.12
                active = 1
        }
        server lvs2 {
                address = 192.168.61.17
                active = 1
        }
}
 
<Prev in Thread] Current Thread [Next in Thread>