10-13-2011 11:40 AM - edited 03-07-2019 02:47 AM
I need help on configuring an RDP port map.
A few of the bosses want to be able to access their PC (inside the Office) from anywhere and that includes their
smart phones.
I know how to do this using a static NAT and open up the port but this will only allow me one entry.
I know i need to create a port-map however I can't find the command.
Example:
ip port-map "RDP" port 33787 list 100
If I'm not mistaken I will then need to add a statement to my access list 100 that goes like this:
access-list 100 permit 192.168.32.43
The problem I'm having is "RDP" isn't a valid command under the port-map. Does anyone know what I would put there to create this port map?
Thank you!
Solved! Go to Solution.
10-13-2011 12:11 PM
Hi,
I know how to do this using a static NAT and open up the port but this will only allow me one entry.
I know i need to create a port-map however I can't find the command.
I don't see the relationship between the 2, what do you want to achieve in your static nat exactly ?
just do this:
ip nat inside source static tcp x.x.x.x
ip nat inside source static udp x.x.x.x
Regards.
Alain.
10-13-2011 12:11 PM
Hi,
I know how to do this using a static NAT and open up the port but this will only allow me one entry.
I know i need to create a port-map however I can't find the command.
I don't see the relationship between the 2, what do you want to achieve in your static nat exactly ?
just do this:
ip nat inside source static tcp x.x.x.x
ip nat inside source static udp x.x.x.x
Regards.
Alain.
10-13-2011 12:24 PM
That was is it.
I guess I was making more complicated than it needed to be.
Thanks for your help!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide