Forum Discussion
Liquid_22_54866
Nimbostratus
May 15, 2007Load Balancing Question
Hi All,
The company I work for recently inherited a F5-BIG-LTM-1500 v.9.1.2. We do have a support contract but I thought I would ask this question here first as we are having issues in getting our environment setup.
It's a basic configuration, or so I think. We want to load balance 3 servers running IIS 6. The F5 is on the same network segment, a DMZ, as the servers to be load balanced, which all are attached to a switch. The management interface of the F5 is on a different network segment however.
I have created the nodes, a pool, and a virtual server. We have 1 VLAN created with a self-ip, all of which is on the DMZ subnet, 192.168.199.x / 24.
One question is on the servers where should the default gateway point? To the self-ip or the router?
The traffic flow is as follows:
--> ---> --->
Attached to the :
I've read the deployment docs in full but still feel I'm missing something.
I'd appreciate any further insight anyone could offer.
- JRahm
Admin
Your configuration is refered to as BigIP-on-a-stick, or classically vip-bounceback.virtual iis-vip { destination 10.10.10.250:http snatpool iis-snat pool iis-pool } snatpool iis-snat { member 10.10.10.250 } pool iis-pool { monitor all tcp_80 member 10.10.10.252:http member 10.10.10.253:http member 10.10.10.254:http }
- Liquid_22_54866
Nimbostratus
Great, thank you.} node 192.168.199.10 { screen server a } node 192.168.199.20 { screen server b } node 192.168.199.30 { screen server c } pool iis_web_pool { lb method member least conn monitor all http and tcp member 192.168.199.10:80 member 192.168.199.20:80 member 192.168.199.30:80 } snatpool iis_snat { member 192.168.199.50 } virtual vs_iis { destination 192.168.199.50:80 snatpool iis_snat ip protocol tcp profile http tcp pool iis_web_pool }
- JRahm
Admin
Are you pinging from a different subnet? Does the bigip also default to 192.168.199.1? Do you have ACL's anywhere? There are a lot of reasons why ping would not work. The real question is does the app work? - JRahm
Admin
OK, a couple things here. The management network is not part of the TMM. Default route for tmm would be shown at the command line with the command b route list. This route should be to your server's default gateway as well, because this is where client traffic is coming from. So the NAT on your router/firewall should be for your vip. Now, for your testing, you need to be on a network that can succesfully route to the public translation, or be local on the server network. Trying to route through your management interface won't work. - Liquid_22_54866
Nimbostratus
Gotcha - I didn't think it was but just wanted to make sure. - Liquid_22_54866
Nimbostratus
I added the following:route default inet { gateway 192.168.199.1 }
- JRahm
Admin
Can you ping the default gateway or the servers when ssh'd into the F5? If not, you may want to do a bigstart restart (which will be service impacting if any services are active) - Liquid_22_54866
Nimbostratus
Yes, - Liquid_22_54866
Nimbostratus
I have good news. I ran the bigstart restart command for grins and now I can ping the virutal IP from both my workstation, the servers and from SSH. - JRahm
Admin
Any time. Post back if you get stuck.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects