I just need to create an Inbound NAT. Traffic coming from Outside at this address 172.21.16.5 and going to 10.5.1.200.
Would I do it like this?
ip nat pool web-nat-pool-1 static
local 10.5.1.200 10.5.1.200 global 172.21.16.5 172.21.16.5
Also would I have to put anything under this part?
ip policy-class outside
Thanks,
Yes that was correct and working for me now.
Yes that was correct and working for me now.