cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
531
Views
0
Helpful
2
Replies

Forward Public to Private IP

cscisco_admin
Level 1
Level 1

Hi!

I have cisco 837 Router with ADSL connection with fixed Public IP and one LAN IP 192.168.1.1. The LAN interface is connected to a LAN Switch where an application server 192.168.1.2 is also connected.

Is it possible to forward the telnet traffic hitting the public ip of the ADSL Router to private IP 192.168.1.2 automatically without asking the users any user name and password for telnet?

I need to allow this only traffic coming for one public ip and not the whole internet.

Example: A user having the public ip telnets to the public ip of the ADSL Router. The Router should see if the traffic is coming from the allowed public IP and then automatically forward that traffic to 192.168.1.2.

Thanks!

2 Replies 2

paolo bevilacqua
Hall of Fame
Hall of Fame

Yes, the only problem is that if forward telnet you will not be able to telnet to the router itself. So it's recommended that you use a different external port eg:

ip nat inside source static tcp 192.168.1.2 23 interface dialer0 230

Alternatively you've to disable telnet to the router so to use 23 as external port.

Hope this helps, please rate post if it does!

Thanks! Will try.

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:

Review Cisco Networking products for a $25 gift card