Forum Discussion
almudena_3796
Nimbostratus
Oct 08, 2013F5 LTM VE 10.2.3: ip forward virtualserver
Hi all, I've got the following virtualservers:
virtual vs_ERIF_1521 { translate address disable translate service disable ip forward destination 172.16.176.33:ncube-lm ip protocol tcp profiles p...
Cory_50405
Noctilucent
Oct 09, 2013Yes, this is a simple one:
rule TCP_logging {
when CLIENT_ACCEPTED {
set remote [IP::remote_addr]:[TCP::remote_port]
set vip [IP::local_addr]:[TCP::local_port]
log "Rule TCP_logging fired, from $remote to vip $vip"
}
}
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