08-27-2012 02:00 PM
Hi ,
I have a sittuation where I'd like soft phone clients to work from a public IP addressing space without having to traverse our VPN. As such I want to see if I can have our SRX device forward incoming requests from it's outside interface to an inside IP address based off of the destination port.
Will this be possible?
Solved! Go to Solution.
08-28-2012 02:35 AM
If I really understand your need, yes it's possible to do a nat destination based on the destination port.
You have to configure the public IP adress on your SRX with a proxy-arp.
Then, just write the destination nat rules corresponding to this adress and a destination-nat pool with the port needed by your application.
08-29-2012 01:54 PM
Any chance you could elaborate on the nat pool for this type of configuration?
And, thank you for the response. ![]()
08-30-2012 03:18 AM
Hi,
Have a read here:
http://kb.juniper.net/library/CUSTOMERSERVICE/tech
and here:
http://kb.juniper.net/InfoCenter/index?page=conten
09-05-2012 08:35 PM
Thank you for all of your feedback!