SSH and telnet port open

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2010 09:09 AM
hello I have a question know there sometimes someone how you the port of SSH and telnet putting on Cisco 800 series
who can help me please
- Labels:
-
Remote Access

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2010 05:19 AM
Postages ???
Use english, or you will not be understood.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2010 05:30 AM
postages > poort

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2010 01:52 AM
That's not english either.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2010 04:22 AM
poort > port

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2010 01:18 PM
And your question/problem is what exactly ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2010 01:34 PM
The problem is how can you open the port for ssh and telnet resident ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2010 04:30 AM
What are you trying to do? "open port" does not mean anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2010 04:34 AM
open port for ssh and telnet ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2010 10:38 AM
I gave up, it is impossible to understand what you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2010 10:48 AM
sorry that you can understand me not well but I am simply of Belgium I want the port for telnet and open SSH on the router
sorry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 01:42 PM
If you are trying to CONNECT to a router using SSH or Telnet, you want to use the "transport input" command to indicate what protocols may be used to connect to the router. Example:
line vty 0 5 !(or whatever range you like)
transport input telnet
transport input ssh
telnet uses TCP port 23, SSH uses TCP port 22, so if you use access-lists you need to open the ports.
You need to enable some form of login credential checking, or connections will not be allowed.
SSH config notes:
http://www.cisco.com/en/US/tech/tk583/tk617/technologies_tech_note09186a00800949e2.shtml
Tips on Telnet Configuration:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 02:24 PM
how can you set up access-list for telnet and SSH?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2010 03:16 PM
There are two options:
1) If you want to RESTRICT PACKETS at the router, you can use access-list + access-group on the interfaces.
2) If you want to RESTRICT CONNECTIONS you can use access-list and access-class on the vtys
If you are just trying to limit which IP addresses are allowed to connect, (2) is the best practice. If you have greater paranoia and don't even want to see connection attempts reach the OS from disallowed IP addresses, (1) is the way to go, but is not the best practice.
You may want to read http://articles.techrepublic.com.com/5100-10878_11-1052538.html.
When you use the access-class command, it applies to all incoming transports, incluidng SSH and telnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2010 06:36 AM
that has already done but if I want remote I inlogen on Cisco get I the report time out
