Difference between revisions of "Telnet Access - Almond 2012"

From SecuriWiki
Jump to: navigation, search
(Resized images)
Line 1: Line 1:
[[Category:Almond]]'''Starting the Telnet daemon on your Router'''
+
[[Category:Almond]]<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 12: Line 12:
  
 
[[File:Almond-WebUI-Console-Screen.png|800px]]
 
[[File:Almond-WebUI-Console-Screen.png|800px]]
 
 
 
  
 
3. Like this:  
 
3. Like this:  
  
 
[[File:Almond-WebUI-Start-Telnet-daemon.png|800px|Type "telnetd" in the command box]]
 
[[File:Almond-WebUI-Start-Telnet-daemon.png|800px|Type "telnetd" in the command box]]
 
 
 
 
  
 
The above steps will start the Telnet daemon (server) on the Almond.   
 
The above steps will start the Telnet daemon (server) on the Almond.   
  
'''Testing the Telnet daemon'''
+
<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.  
 
'''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.  
Line 34: Line 27:
 
'''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).
 
'''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'')''':  
+
<big>'''Example (''from Linux'')''':</big>
  
 
[[File:Almond-WebUI-Telnet-example.png|800px]]
 
[[File:Almond-WebUI-Telnet-example.png|800px]]

Revision as of 20:57, 27 March 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" screeen on the Almond

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