Dear List Members,<br><br>Since last three days i am trying to implement LVS through Piranha under testing but unfortunately i have no success.<br><br>I have configured <a href="http://lvs.cf" target="_blank">lvs.cf</a> via piranha web interface and followed all instruction provided by the RHEL5_Virtual_Server_Administration.pdf for direct routing as well as NAT routing.<br>

<br>My problem is pulse daemon is getting started properly and ips are also getting alias in Ethernet interfaces but when i am firing netstat command to see if port is listing as per my configuration then netstat command is not showing any port.<br>

<br>My <a href="http://lvs.cf" target="_blank">lvs.cf</a> and netstat is attached.<br><br>ipvsadm output:<br><br>[root@lvs1 ~]# ipvsadm -L -n<br>IP Virtual Server version 1.2.1 (size=4096)<br>Prot LocalAddress:Port Scheduler Flags<br>
  -> RemoteAddress:Port           Forward Weight ActiveConn InActConn<br>
TCP  <a href="http://192.168.56.254:80" target="_blank">192.168.56.254:80</a> wlc persistent 600<br>  -> <a href="http://192.168.56.103:80" target="_blank">192.168.56.103:80</a>            Route   1      0          0<br>
<br>netstat output<br><br>[root@lvs1 ~]# netstat -an |grep 80<br>
unix  3      [ ]         STREAM     CONNECTED     10580  /tmp/orbit-root/linc-a55-0-10162d195a1e1<br>unix  3      [ ]         STREAM     CONNECTED     9801   /var/run/dbus/system_bus_socket<br>unix  3      [ ]         STREAM     CONNECTED     9800<br>

unix  3      [ ]         STREAM     CONNECTED     7680<br>unix  2      [ ]         DGRAM                    7280<br>unix  2      [ ]         DGRAM                    6806<br>[root@lvs1 ~]#<br><br><a href="http://lvs.cf">lvs.cf</a> <br>
<br>serial_no = 29<br>primary = 192.168.56.104<br>service = lvs<br>backup_active = 0<br>backup = 0.0.0.0<br>heartbeat = 1<br>heartbeat_port = 539<br>keepalive = 6<br>deadtime = 18<br>network = direct<br>nat_nmask = 255.255.255.255<br>
debug_level = NONE<br>virtual HTTP_Cluster {<br>     active = 1<br>     address = 192.168.56.254 eth0:1<br>     vip_nmask = 255.255.255.0<br>     port = 80<br>     persistent = 600<br>     send = "GET / HTTP/1.0\r\n\r\n"<br>
     expect = "HTTP"<br>     use_regex = 0<br>     load_monitor = none<br>     scheduler = wlc<br>     protocol = tcp<br>     timeout = 6<br>     reentry = 15<br>     quiesce_server = 0<br>     server <a href="http://real1.example.com">real1.example.com</a> {<br>
         address = 192.168.56.103<br>         active = 1<br>         port = 80<br>         weight = 1<br>     }<br>}<br><br>I am unable to send port 80 traffic to its public ip as port is not listing. Please help...<br><br>
For you info i have tried nat and direct routing both and no luck.<br>
<br>Regards<br>Tapan Thapa<br>