Forum Discussion
Salvador_del_Re
Feb 01, 2010Historic F5 Account
select server without a pool
I want redirect the trafic to a specific server but the server not´s belong to any pool.
I create a Virtual server without a pool and want pass the traffic to a server whith a iRule
My i...
Salvador_del_Re
Feb 01, 2010Historic F5 Account
The final rule
rule acepta_conexiones {
when CLIENT_ACCEPTED {
log "la ip de origen es ===== $::ip_origen ===== y el puerto es ==== $::
puerto_origen ==== [IP::client_addr]"
set ip_destino $::ip_origen
set puerto_destino $::puerto_origen
log "puerto destino $puerto_destino ip_destino $ip_destino"
node $ip_destino $puerto_destino
}
The variables gets for the another rule applied to another VS
when CLIENT_ACCEPTED {
set ::ip_origen [IP::client_addr]
set ::puerto_origen [TCP::local_port]
snat 10.10.1.100
}
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