bman_12685
Aug 15, 2012Nimbostratus
npath dsr configuration ltm 11.x
I've been following the guide at
http://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/ltm-implementations-11-1-0/6.html
however it may be that some of the guide appears from 2 different sources ( different vip's mentioned ) that may be causing some confusion for me.
Basically I've got an ltm test system setup and server as so
f5 test vip
10.10.220.63
perf fastL4 profile with Loose Close off
i.e.
vip is as so
ltm virtual npath_tcp {
destination 10.10.220.63:any
ip-protocol tcp
mask 255.255.255.255
pool npath_ipip_pool
profiles {
fastl4_npath_pva { }
}
translate-address disabled
translate-port disabled
vlans-disabled
}
pool was created per doc as well
ltm pool npath_ipip_pool {
allow-nat no
members {
10.10.220.66:any {
address 10.10.220.66
session monitor-enabled
state down
}
}
monitor min 1 of { t.ipip }
profiles {
ipip
}
}
on the host
module ipip is loaded
all settings are loaded into proc as document and the interfaces are set as
eth0- 10.10.220.66
lo:0 - 10.10.220.63
tunl0 - 10.10.220.66
if I run tcpdump on the interfaces and attempt to connect from the other end I see no traffic
what am I doing wrong?