I did like it you say me, however I still can not to connect. So I built my
LVS with tunnel and it seems to work well (with -dh option), but when one
server fall or I disconnect one of them the service stops and the proxy does
not work. This happen with any server, because I could disconnect the server
1 and the 2 and 3 stop to work, and if I disconnect th server 3 the 1 and 2
stop to work and so on. Has someone have a trouble like mine ????. What could
I read about this ???
Thanks and regards
On Monday 12 January 2004 14:46, Joseph Mack wrote:
> Rafael Morales wrote:
> > OK.
> > I did a LVS with 4 proxy servers and 1 director, using the lvs-dr script.
> > The director was working well after run the script, but in the servers
> > after running the script and adding the gateway they lost the connection
> > to internet :
> > This what I did.
> >
> > [root@squid3 root]# ./rc.lvs.dr
> > [root@squid3 root]# route add -net default gw MY_GATE
> > [root@squid3 root]# telnet www.cisco.com 80
> > Trying 198.133.219.25...
> >
> > However my servers can not connect to internet.
> > I hope to be clear :) thanks and regards
>
> ah
>
> the routes were added with `ip route` and aren't see with `route`.
> To see the routes do
>
> # ip route show
>
> To delete them you'll have to do something like
>
> # ip route del xxxx table xxx
>
> and then your default route will become active
>
> Joe
|