Forum Discussion
Marwen_131086
Nimbostratus
Jan 13, 2014iRules replacing the destination IP
Hello,
We are configuring our LTM to NAT the public VIP ip with and a private internal ip address. This is done automatically when we put the private internal ip as a node on the pool assigned t...
IheartF5_45022
Nacreous
Jan 14, 2014So none of this tested or even applied to anything, but I guess you'd create a network (standard) virtual server something like this;
ltm virtual vs_xlate_pub_to_priv {
destination A.B.C.D:any
mask 255.255.255.0
profiles {
tcp { }
}
rules ir_xlate_pub_to_priv
translate-address enabled
translate-port disabled
}
and then an iRule like this;-
ltm rule ir_xlate_pub_to_priv {
when CLIENT_ACCEPTED {
Append 4th octet of destination address to internal private range
node "X.Y.Z.[getfield [IP::local_addr] . 4]"
}
}
This seems awfully like putting your privately addressed hosts on the internet.....
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