Difference between revisions of "Telnet Access - Almond 2012"

From SecuriWiki
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Almond]]<big>'''Starting the Telnet daemon on your Router'''</big>
+
[[Category:Almond 2012]]
 +
<big>'''Starting the Telnet daemon on your Router'''</big>
  
 
The original Almond permits shell access to the Router. There is no SSH server provided on the original Almond, There is a Telnet server available,  but it is not enabled by default.   
 
The original Almond permits shell access to the Router. There is no SSH server provided on the original Almond, There is a Telnet server available,  but it is not enabled by default.   
Line 6: Line 7:
 
   
 
   
  
1. Select the "Console" screeen on the Almond
+
1. Select the "Console" tile on the Almond WebUI:
  
 
[[File:Almond-WebUI-Console-Tile.png|frameless]]
 
[[File:Almond-WebUI-Console-Tile.png|frameless]]
Line 19: Line 20:
  
 
The above steps will start the Telnet daemon (server) on the Almond.   
 
The above steps will start the Telnet daemon (server) on the Almond.   
 +
  
 
<big>'''Testing the Telnet daemon'''</big>
 
<big>'''Testing the Telnet daemon'''</big>
  
'''Windows users''':  Microsoft ''does'' provide a telnet daemon with all recent copies of Windows, but it is not enabled by default. Many Windows users prefer to use 3rd Party Telnet/SSH clients on their Windows machines.  One of the most popular ones is PuTTY,  a freely available SSH/Telnet client,  which has favourable licencing that permits it to be used even in Corporate environments. Click [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html here] to download PuTTY.
 
  
'''OS X users''':  Apple provides a Telnet client. To access your Almond via telnet simply open up "Terminal",  and type "telnet Almond-IP-address", by default the Almond lives at 10.10.10.254, so the following command will work if you are using default settings on your Almond: "telnet 10.10.10.254". (Substitute the IP address of your Almond if it does not live at 10.10.10.254).  
+
:'''Windows users''':  Microsoft ''does'' provide a telnet daemon with all recent copies of Windows, but it is not enabled by default. Many Windows users prefer to use 3rd Party Telnet/SSH clients on their Windows machinesOne of the most popular ones is PuTTY,  a freely available SSH/Telnet client,  which has favourable licencing that permits it to be used even in Corporate environments. Click [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html here] to download PuTTY.  
 +
:
  
'''Linux users''':  Most Linux distros provide a telnet client. To access your Almond via telnet simply open up "Terminal", "Xterm" or similar,  and type "telnet Almond-IP-address", by default the Almond lives at 10.10.10.254,  so the following command will work if you are using default settings on your Almond: "telnet 10.10.10.254". (Substitute the IP address of your Almond if it does not live at 10.10.10.254).
+
:'''OS X users''':  Apple provides a Telnet client. To access your Almond via telnet simply open up "Terminal",  and type "telnet Almond-IP-address", by default the Almond lives at 10.10.10.254,  so the following command will work if you are using default settings on your Almond: "telnet 10.10.10.254". (Substitute the IP address of your Almond if it does not live at 10.10.10.254).  
 +
:
  
<big>'''Example (''from Linux'')''':</big>
+
:'''Linux users''': Most Linux distros provide a telnet client. To access your Almond via telnet simply open up "Terminal", "Xterm" or similar,  and type "telnet Almond-IP-address", by default the Almond lives at 10.10.10.254,  so the following command will work if you are using default settings on your Almond: "telnet 10.10.10.254". (Substitute the IP address of your Almond if it does not live at 10.10.10.254).
  
[[File:Almond-WebUI-Telnet-example.png|800px]]
+
 
 +
<big>'''Example (''from Linux'')''':</big>
 +
:
 +
:[[File:Almond-WebUI-Telnet-example.png|800px]]

Latest revision as of 02:31, 18 April 2014

Starting the Telnet daemon on your Router

The original Almond permits shell access to the Router. There is no SSH server provided on the original Almond, There is a Telnet server available, but it is not enabled by default.

Almond customers desiring shell access to the Almond, can temporarily enable Telnet access to the router, by simply starting the "telnetd" daemon from the "Console" screen within the TouchUI of the router.


1. Select the "Console" tile on the Almond WebUI:

Almond-WebUI-Console-Tile.png

2. Type "telnetd" in the "comnand box"

Almond-WebUI-Console-Screen.png

3. Like this:

Type "telnetd" in the command box

The above steps will start the Telnet daemon (server) on the Almond.


Testing the Telnet daemon


Windows users: Microsoft does provide a telnet daemon with all recent copies of Windows, but it is not enabled by default. Many Windows users prefer to use 3rd Party Telnet/SSH clients on their Windows machines. One of the most popular ones is PuTTY, a freely available SSH/Telnet client, which has favourable licencing that permits it to be used even in Corporate environments. Click here to download PuTTY.
OS X users: Apple provides a Telnet client. To access your Almond via telnet simply open up "Terminal", and type "telnet Almond-IP-address", by default the Almond lives at 10.10.10.254, so the following command will work if you are using default settings on your Almond: "telnet 10.10.10.254". (Substitute the IP address of your Almond if it does not live at 10.10.10.254).
Linux users: Most Linux distros provide a telnet client. To access your Almond via telnet simply open up "Terminal", "Xterm" or similar, and type "telnet Almond-IP-address", by default the Almond lives at 10.10.10.254, so the following command will work if you are using default settings on your Almond: "telnet 10.10.10.254". (Substitute the IP address of your Almond if it does not live at 10.10.10.254).


Example (from Linux):

Almond-WebUI-Telnet-example.png