Before run the script I can get connection for all my servers, but when I run
it I lost connecion and the only difference in the route table is this:
10.2.2.71 dev lo scope link src 10.2.2.71
this line does not appear before run the script however if I remove it after
run ther scrpit and I add my default gw is still without connect the servers.
In resume before run the script all servers work well, after run the script
all fails :((((
Thank you very much :))
On Thursday 15 January 2004 15:12, Joseph Mack wrote:
> Rafael Morales wrote:
> > When I put ip route show this appears
> >
> > 10.2.2.71 dev lo scope link src 10.2.2.71
> > 10.2.2.0/24 dev eth0 scope link
> > 169.254.0.0/16 dev eth0 scope link
> > 127.0.0.0/8 dev lo scope link
> > default via 10.2.2.254 dev eth0
> >
> > Where my gateway is 10.2.2.254 and my VIP is 10.2.2.71. However my
> > servers can not connect to internet. You say me I use ip route del xxxx
> > table xxx but what it means the xxxx ????
>
> you don't have any special routing, so forget about what I said.
>
> > > > [root@squid3 root]# ./rc.lvs.dr
> > > > [root@squid3 root]# route add -net default gw MY_GATE
> > > > [root@squid3 root]# telnet www.cisco.com 80
>
> try with a website that's a little closer (eg at your work, but
> on a different network to the VIP)
>
> > > > Trying 198.133.219.25...
> > > >
> > > > However my servers can not connect to internet.
> > > > I hope to be clear :) thanks and regards
>
> hmm,
>
> can the realservers connect to the target website before you run the
> rc.lvs_dr script?
>
> If yes, what is the difference in the routing tables etc.
>
> Can you ping a target website before/after running the script?
>
> Joe
|