LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Ldirectord and tunneling

To: <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Ldirectord and tunneling
From: Brian Sheets <bsheets@xxxxxxxxxxxxx>
Date: Fri, 23 Feb 2007 15:30:40 -0800
I have 2 real servers on different networks,

If I understand correctly, I should be able to use tunneling to forward to
the real server on the different network.

Here is my config

virtual=172.16.13.40:25
        real=172.16.13.41:25 gate
        real=172.16.13.42:25 gate
        real=172.27.20.80:25 ipip
        protocol=tcp
        service=smtp
        checktype=connect
        scheduler=wlc

And on the real server

auto tunl0
iface tunl0 inet static
  address 172.16.13.40
  netmask 255.255.255.255
  pre-up ifconfig tunl0 0.0.0.0 up ; sysctl -p > /dev/null


I also have the appropriate /etc/sysctl.conf, /etc/network/options entries.

When I bring up ldirectord it adds all real servers, but I can't connect via
the vip.

Ideas what I'm missing?

Thanks



<Prev in Thread] Current Thread [Next in Thread>