11-28-2001 12:54 PM - edited 03-01-2019 07:32 PM
Does anyone know how to redirect tcp ports destined for an internal host that is being hidden by a router running PAT? or NAT?
Objective: I want to telnet from the internet to the ip address of my Cisco 768 DSL router and have that session be redirected to a router on the inside. I would then have telnet access to my home lab from a client site.
12-07-2001 06:56 AM
Not possible with PAT. With NAT you can set a one-to-one translation to that host and telnet to that address. Of course, youll need to get another IP address from your ISP.
12-31-2001 06:20 AM
I have used this statement to redirect web traffic, you might want to try it for telnet, it should work.
ip nat inside source static tcp x.x.x.x(inside address) 80 x.x.x.x (outside address) 80
I used this in conjunction with dynamic PAT and it works fine.
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