05-14-2013 09:13 AM
Dear all,
I feel quit stupid, but is that a valid design?? I'm not 100% sure because of VLAN 20...LB is working everyhting is fine, but from the Server itself, I have trouble to reach other systems..ping, trace, other services are not working..
Design attached..
regards,
Sebastian
05-19-2013 02:26 AM
Hello Sebastian, the general design seems fine I think, but there are a few things we may need to check to see why you cannot get to the server.
Please confirm that the server in vlan 20 can ping the x.x.20.1 (default gateway)
And where are you trying to ping or traceroute from?
Please rate useful posts & remember to mark any solved questions as answered. Thank you.
05-19-2013 02:50 AM
The Servers behind the LB are not able to ping the DG x.x.20.1 the DG of VLAN 20 but they are able to ping its new DG the LB x.x.20.251. It is the alias IP of the LB not the VIP.
It try the ping and the trace from the Server behind the LB, he needs to be able to communicate with other devices in our network, no matter where it is located. From everywhere I'm able to access/reach the server but from the server I'm not abte to reach something.
05-19-2013 03:16 AM
From the loadbalancer can you ping x.x.20.1 and y.y.21.1 ?
This sounds like you havent got a route on the LoadBalancer. Pehaps you need to have a default route on the loadbalancer pointing towards the layer 3 switch.
ip route 0.0.0.0 0.0.0.0 x.x.20.1 or ip route 0.0.0.0 0.0.0.0 y.y.21.1
Please rate useful posts & remember to mark any solved questions as answered. Thank you.
05-20-2013 05:20 AM
As I have seen it in the config guide the route is pointing to the user sides default gateway..y.y.21.1.
just for fun I added a second default one to x.x.20.1 and it works..
So I asked now the server guys if everything is working as they need..and will reply to you..
I guess I need a deeper look at this design and the background as soon as I got the time..
Thanks!
regards,
Sebastian
05-20-2013 08:04 AM
That makes sense - your load balancer needs a default gateway out to the 20 network since VIP is in vlan 20 and also the rservers it will be responding from vlan 20 towards its own default gateway (in vlan 20)
Thanks for testing that - it also cleared my doubt :-)
Please rate useful posts & remember to mark any solved questions as answered. Thank you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide