Scott_C_16492
Feb 15, 2011Nimbostratus
Network Virtual Servers
Hi I'm trying to create a single virtual for a range of IPs pointing to the same pool.
All added ok via the gui, here's the config looks like:
virtual address 94.136.40.224 {
mask 255.255.255.248
}
virtual wildcard-test.vs {
pool http.linweb.pool
destination 94.136.40.224:http
mask 255.255.255.248
ip protocol tcp
profiles
http
tcp
}
So I'm expecting everything in 94.136.40.224/29 to listen to port 80 and forward traffic through to the pool http.linweb.pool
This doesn't work as expected though.
Doing a tcpdump on the LTM, I see my router arp'ing for the IP, but the LTM doesn't respond:
[me@biggerip01:Active] ~ tcpdump -i vlan704 net 94.136.40.224/29
tcpdump: listening on vlan704
14:39:02.406927 arp who-has 94.136.40.224 tell 94.136.40.254
14:39:05.411933 arp who-has 94.136.40.224 tell 94.136.40.254
Running a pair of 6400s with 9.4.8 HF4
Any ideas what I'm doing wrong, or is this not how the network VIPs work?
Scott