24-Nov-2014 22:17
Hello, I am trying to setup a new virtual server (port 80) on F5 BIG-IP. I can ping the VIP and all its member IP. I can ping to the self IP of the F5 from the member server. Service is http and it's running normaly when I'm accessing the server directly, but it gave me a blank page if I access it using the VIP.
When I check the pool statistics, it shows bits & packet IN but no bits & packets OUT. I am totally new into this BIG-IP thing, can someone please guide me as clear as possible of what I should do to get this working?
Thanks in advance 🙂
24-Nov-2014
22:22
- last edited on
02-Jun-2023
11:28
by
JimmyPackets
can you post the virtual server and pool configuration?
tmsh list ltm virtual (name)
tmsh list ltm pool (name
24-Nov-2014 23:33
24-Nov-2014
22:22
- last edited on
02-Jun-2023
11:28
by
JimmyPackets
can you post the virtual server and pool configuration?
tmsh list ltm virtual (name)
tmsh list ltm pool (name
24-Nov-2014 23:33
24-Nov-2014 23:19
24-Nov-2014 23:52
can you try snat automap under virtual server setting?
25-Nov-2014 01:59
25-Nov-2014 02:19
26-May-2017 23:57
The above solution worked
in virtual server properties, configure source address translation to automap.
thanks nitass
16-Dec-2021 09:00
It helped me. Thanks a lot.
25-Nov-2014 01:59
25-Nov-2014 02:19
26-May-2017 23:57
The above solution worked
in virtual server properties, configure source address translation to automap.
thanks nitass
25-Nov-2014 15:33
dear all,
thank you for your effort to help, but I managed to solve it. I dont know why but creating another self IP in same VLAN and check the floating IP options is what makes the magic possible :) I thought floating IP is used for failover between 2 BIG-IP (in my place we only use 1 BIG-IP), can someone explain about this?