cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
455
Views
0
Helpful
1
Replies

Setting remote access on Cisco 888EA

0917725929a
Level 1
Level 1

Hi all,

First, I apologize for my bad english. It's not my native language.

My problem:

I installed a new Cisco router (model 888EA) at my office. I want to create a remote acces to one of the computers in my LAN. Is someone know what are the commands for open some ports on the router (Apple Remote Desktop ports) and redirect the WAN IP to the computer IP in the LAN ?

If you need more infos or if you don't understand me, say it to me.

Thank you in advance for your help

Ben

1 Reply 1

You need to set up port forwarding for the ARD-ports and allow the traffic on the outside ACL.

A config for that could be like the following. Probably it has to be adjusted to your used interfaces:

interface Dialer1

  ! your WAN-interface

  ip nat outside

  ip access-group OUTSIDE-IN in

!

interface Vlan1

  ! your LAN-interface

  ip nat inside

!

! in this example 10.10.10.10 is the internal PC

ip nat inside source static udp 10.10.10.10 3283 interface Dialer1 3283

ip nat inside source static tcp 10.10.10.10 5900 interface Dialer1 5900

!

ip access-list extended OUTSIDE-IN

  permit udp any any eq 3283   ! ADR-Port

  permit tcp any any eq 5900   ! VNC-Port

-- 
Don't stop after you've improved your network! Improve the world by lending money to the working poor:
http://www.kiva.org/invitedby/karsteni

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: