Rodrigo_N_Soare
Oct 15, 2014Nimbostratus
Problema policy forward url to pool
hello people,
I'm having trouble using URL to forward specific policy pool. follows the configuration:
----------Policy----------
Name: rewrite_extranet_ssl Configuration: forward_pool_portaleconomiario http-host all equals test.extranet.box http-uri all equals /Portalonline forward select pool /Common/Pool_Portalonline
----------Virtual Server
ltm virtual vs_extranet_ssl {
destination 192.168.100.130:https
ip-protocol tcp
mask 255.255.255.255
persist {
source_addr {
default yes
}
}
policies {
rewrite_extranet_ssl
}
pool Pool_Extranet
profiles {
box_extranet_ssl {
context clientside
}
http_with_redirect_rewrite { }
rewrite_extranet_ssl { }
stream { }
tcp { }
}
rules {}
source 0.0.0.0/0
source-address-translation {
type automap
}
vs-index 1576
}
Turns out he is not headed for the pool specified in the policy but for the VS default pool
Any idea?