allow all UDP from internet host

Started by wfhausmann, January 24, 2019, 03:14:28 AM

Previous topic - Next topic
I need to allow all UDP traffic to hit a NAT policy that forwards to a single inside host. when making the NAT rule, I'm forced to enter a destination port. once the policy is applied, I see the inbound UDP traffic redirected to that port. I need the original destination port preserved. Now can I do that?

Thanks in advance!

-Bill

I should stipulate in this that I would be locking it down to one internet host. So basicly it looks like: OUTSIDE HOST->UDP-10000:20000->FW->NAT->UDP-10000:20000->INTERNAL HOST for example.