Re: Remote access to your rack

From: Mathew Fernando (mathewfer@gmail.com)
Date: Mon Aug 21 2006 - 02:56:56 ART


Hi Edouard,

Here it is.

You should be able to telnet to 10.10.10.2 port 80.
Try this and it should work with this NAT.

!
interface Loopback100
 description -- For reverse telnet & NAT
 ip address 1.1.1.1 255.255.255.255
 ip nat inside
!
interface Ethernet0/0
 ip address 10.10.10.2 255.255.255.0
 ip nat outside
!
ip nat inside source static tcp 1.1.1.1 23 10.10.10.2 80
!

Thanks

Mathew



This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:57 ART