-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

+--- On Tuesday, March 04, 2003 14:13, [EMAIL PROTECTED] proclaimed:
|
| How do you change tcp port for telnet on a router?
|

supposing you wanted to telnet to the router using port 10023...

! ingress interface for telnet session
!
int e0
ip addr 192.168.0.1 255.255.255.0
ip access-group TELNET_PT_ACL in
ip nat outside
!
int loop0
ip addr 1.1.1.1 255.255.255.255
ip nat inside
!
ip nat inside source static 1.1.1.1 23 192.168.0.1 10023 extend
!
ip access-list ex TELNET_PT_ACL
deny tcp any 192.168.0.1 0.0.0.0 eq 23
permit any


- -- 
+---------------------------------------+------------------------------+
|        Michael W. Oliver, CCNP        | "The tree of liberty must be |
|                                       | refreshed from time to time  |
|        [EMAIL PROTECTED]         | with the blood of patriots   |
|    http://michael.gargantuan.com/     | and tyrants."                |
|   ASpath-tree, Looking Glass, etc.    | - President Thomas Jefferson |
|                                       +------------------------------+
|       gpg key - http://michael.gargantuan.com/gnupg/pubkey.asc       |
+----------------------------------------------------------------------+


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+ZSUtsWv7q8X6o8kRAvVlAJ4uKsNBW9N+vsaDZnR1suXT6R7dTACgs2vs
kTkaV8JLc4P+qm6Y00ymLAU=
=VJcF
-----END PGP SIGNATURE-----




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=64402&t=64402
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to