Forum Discussion
Robert_47833
Aug 08, 2011Altostratus
Hi,
[root@tulip:Active] config b rule rule1 list
rule rule1 {
when HTTP_REQUEST {
log local0.info "rule1"
if {[HTTP::host] equals "www.srwd18.com"} {
snat automap
node 220.181.111.147 80
HTTP::header replace Host "www.baidu.com"
}
}
}
--but pool is in another datacenter,how can I add them in this datacenter?
Also,there are so many pools under this VS and need to forward to site2 and let site2's irule process the traffic.
Can I use VIP in this position?
you use GTM to work around this before?