Forum Discussion
daviddaoud2_205
Apr 25, 2008Nimbostratus
iRule to change IP destination
Hello,
I want to define an iRule for the following scenario:
A----- BIGIP ----> B
when A sends a packet to B, BIGIP should send it to C_pool. In C_pool, there is only one...
hooleylist
Apr 28, 2008Cirrostratus
Actually, I just read your post again and saw "Same if I use the command node.".
So what about taking the opposite approach and enabling address translation on the VIP, but setting the destination address to what the client requested if it's not a NOTIFY request?
when CLIENT_ACCEPTED {
Check if the SIP method is not NOTIFY
if {not ([SIP::method] equals "NOTIFY")} {
node [IP::local_addr] 5060
}
}
Else, if this doesn't work, I'm interested to hear what F5 has to say.
Aaron
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