Results 1 to 4 of 4

Thread: Redirect a port in a Cisco router

  1. #1
    Join Date
    Mar 2009
    Posts
    54

    Redirect a port in a Cisco router

    hi,
    I have a Cisco 800 router and I would like to redirect port 3389 to IP address 10.13.187.59 (internal address) to the remote desktop.I did not find the web interface, so it seems that I must connect with a cable and made connection with hyperterminal by typing commands.when I do ipconfig 10.13.187.1 and when I type ip in the address bar, nothing happens,can not display the page ...

    I just want to connect to my desktop computer from any pc.

  2. #2
    Join Date
    Jan 2006
    Posts
    3,792

    Re: Redirect a port in a Cisco router

    you can connect the serial port on computer and run the hyperterminal on com1 and leave the rest default.

    enable
    show ip interface
    show ip nat translations
    configure
    ip nat inside source static tcp 10.13.187.59 3389 interface BVI1 3389
    10.13.187.59 is the address.
    CTRL and Z.

  3. #3
    Join Date
    Jan 2009
    Posts
    106

    Re: Redirect a port in a Cisco router

    first Log into the machine which you want to connect and set it to enable mode.

    Change to config mode: # conf term

    to redirect port 22 from the out site ip address to the another (internal) machine:
    (config)# ip nat inside source static tcp internal ip adrresss inside port out side ip address out side port.Press ctrl-Z to exit the configuration terminal mode.

  4. #4
    Join Date
    May 2008
    Posts
    2,945

    Re: Redirect a port in a Cisco router

    hi,
    try to connect computer in the serial port, run the hyperterminal on com1and leave the rest default.
    Type Enter to see if you have a login prompt or welcome to test the connection.

Similar Threads

  1. Replies: 3
    Last Post: 04-01-2012, 11:20 AM
  2. How to perform Port forwarding in Cisco Router using switching to IP?
    By Eashta^devata in forum Networking & Security
    Replies: 3
    Last Post: 01-10-2011, 01:49 AM
  3. Cisco 1921 router vs. Cisco 1941 router
    By gMALI in forum Networking & Security
    Replies: 6
    Last Post: 22-07-2011, 07:29 PM
  4. Blocking IP port on Cisco Router
    By Iroquois in forum Networking & Security
    Replies: 6
    Last Post: 12-05-2010, 09:45 AM
  5. Problem of Cisco 7920 VoIP phone on Cisco 870 router
    By Wguy2008 in forum Networking & Security
    Replies: 4
    Last Post: 30-11-2008, 11:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,579,400.53862 seconds with 17 queries