Forum Discussion
Elias_O_16228
Nimbostratus
Mar 27, 2013IP Forwarding Config for single server
I want to create incoming smtp traffic for a single server mail relay, no load balancing necessary.
The document I read states that you can IP forward directly to node as "destination IP ...
Ajmal_2608
Nimbostratus
Mar 27, 2013If you don't want to load balance then why don't you NAT the IP addresses instead of creating virtual addresses?
Option-1: Use an IP address that is not routed to the LTM and NAT it with the node IP on your firewall itself
Option-1: NAT on LTM (you should have a forwarding VIP configured to forward the SMTP traffic)
Sample forwarding VIP to forward all traffic:
virtual ForwardingVIP {
ip forward
destination any:any
mask 0.0.0.0
profiles fastL4{}
}
still if you wanted to get it through the LTM, then create a VS, Pool and the node as pool member like any traditional VS, and since you do not want the traffic to return, then do not attach any SNAT configuration to it.
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