InfoSec_38553
Mar 05, 2011Nimbostratus
Is possible to get muti floating IP?
Hello,
It hard for me to explain my issue this why I explain it twice. I hope it will be clear and asked for any more clarify.
I'm working to let our F5 able to connect with different destinations.
According to our need I should let F5 connect with different floating IP, but same zone of the first floating IP.
For example:
I have myvlan and the following self IP:
10.0.10.11
10.0.10.12 as floating
I need another floating to work with myvlan2 such as:
10.0.10.13 as floating
When I tried to do that the following error appears:
01070354:3: Self IP 10.0.10.13 / ***.***.***.***: This network is defined on two vlans (myvlan and myvlan2)
Is it possible to set multi floating each one in different interface for same netwrok?
Do you have another way to do this? I didn't want to create different network IP if possible.
--------------------------------------------------------------------------------------------------------
For more explanation:
F5 go out to end servers by public IP.
We have two public IP for different service, when F5 goes out it should have one of these IPs.
example public IP:
- 212.212.212.222
- 212.212.212.333
To assign F5 floating IP to public IP (using NAT) it couldn't assign it with two IPs
We can't assign 10.0.10.12 to get 212.212.212.222
and same time 10.0.10.12 to get 212.212.212.333
my solution was to set 10.0.10.12 to get 212.212.212.222
and assign 10.0.10.13 to get 212.212.212.333
After that the following message appears:
01070354:3: Self IP 10.0.10.13 / ***.***.***.***: This network is defined on two vlans (myvlan and myvlan2)
Maybe the solution to get another IP with different network, but I don't prefers this one.
Note:
10.0.10.12 member of myvlan
10.0.10.13 member of myvlan2
and I used myvlan2 with different interface than myvlan.
Please guide me.