Forum Discussion
genseek_32178
Nimbostratus
Feb 15, 2013Rules
Hi Experts,
We ve the following iRule,
rule rule_mix {
when CLIENT_ACCEPTED {
if { [IP::addr [IP::local_addr]/8 equals 10.112.1.0] }{
snat none
}
else { ...
nitass
Employee
Feb 15, 2013i think running tcpdump on bigip would be helpful to see what happens.
i do not think irule is not hit. for logging, you may start by logging ip and port.
e.g.
when CLIENT_ACCEPTED {
log local0. "[IP::client_addr]:[TCP::client_port] > [IP::local_addr]:[TCP::local_port]"
if { [IP::addr [IP::local_addr]/8 equals 10.112.1.0] }{
snat none
} else {
snatpool pool_mix
pool AX
}
}
when SERVER_CONNECTED {
log local0. "[IP::local_addr]:[TCP::local_port] > [IP::remote_addr]:[TCP::remote_port]"
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects