Help with portforwarding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2014 04:39 PM - edited 03-07-2019 07:38 PM
Good Afternoon,
I am studying for my CCNA and i just started to configure port forwarding on my router. I have a Cisco 2800 Series Router and i am trying to forward the port 25565.
Here is what i am putting into the CLI:
ip nat inside source static tcp 10.227.10.8 22565 1.1.1.14 22565 extendable
1.1.1.14 being my external IP address.
Am i doing this right?
if not what should i be doing differently?
Thanks,
Donnie
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2014 02:55 AM
Syntax looks good!
Don't forget to define you 'ip nat inside' and 'ip nat outside' on your interfaces.
Have a look here: http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/13772-12.html
