Difference between revisions of "Archive:Racnoss"
From Tardis
(→Telnet Ports) |
m (Arkan moved page Racnoss to Archive:Racnoss) |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
==Hardware== | ==Hardware== | ||
− | Racnoss is a Cisco 2511 router with one breakout cable to connect 8 asynchronous serial devices. We could do with another similar cable as it has another port for 8 more devices. | + | Racnoss is a [http://www.cisco.com/en/US/docs/routers/access/2500/software/user/guide/acsvrug.html Cisco 2511] router with one breakout cable to connect 8 asynchronous serial devices. We could do with another similar cable as it has another port for 8 more devices. |
− | It currently provides serial consoles for some of Tardis' PCs. | + | It currently provides serial consoles for some of Tardis' PCs. |
==OS== | ==OS== | ||
Line 12: | Line 12: | ||
=== Telnet Ports === | === Telnet Ports === | ||
− | Access from | + | Access from [[ace]] with |
$ telnet cisco-serial <port> | $ telnet cisco-serial <port> | ||
Line 19: | Line 19: | ||
! Host !! Line !! Telnet Port | ! Host !! Line !! Telnet Port | ||
|- | |- | ||
− | | | + | | [[delphon]] || 1 || 2001 |
|- | |- | ||
− | | | + | | [[midnight]] || 2 || 2002 |
|- | |- | ||
− | | | + | | [[king]] || 3 || 2003 |
|- | |- | ||
− | | | + | | [[ace]] || 4 || 2004 |
+ | |- | ||
+ | | [[piper]] || 5 || 2005 | ||
+ | |- | ||
+ | | [[mantis]] || 6 || 2006 | ||
+ | |- | ||
+ | | [[WOTAN]] || 7 || 2007 | ||
+ | |- | ||
+ | | [[oracle]] || 8 || 2008 | ||
|- | |- | ||
|} | |} | ||
Line 47: | Line 55: | ||
[[category:infrastructure]] | [[category:infrastructure]] | ||
− | [[Category:Systems | + | [[Category:Retired Systems]] |
− |
Latest revision as of 17:37, 12 December 2014
Hardware
Racnoss is a Cisco 2511 router with one breakout cable to connect 8 asynchronous serial devices. We could do with another similar cable as it has another port for 8 more devices.
It currently provides serial consoles for some of Tardis' PCs.
OS
It runs Cisco IOS Version 10.2(8a).
Usage
Telnet Ports
Access from ace with
$ telnet cisco-serial <port>
Host | Line | Telnet Port |
---|---|---|
delphon | 1 | 2001 |
midnight | 2 | 2002 |
king | 3 | 2003 |
ace | 4 | 2004 |
piper | 5 | 2005 |
mantis | 6 | 2006 |
WOTAN | 7 | 2007 |
oracle | 8 | 2008 |
Administration
Racnoss runs a telnet server and is also connected to the Spiderport for administration. To setup a new port connect to Racnoss and run the following:
Racnoss>en Password: Racnoss#conf t Enter configuration commands, one per line. End with CNTL/Z. Racnoss(config)#int a Racnoss(config)#int async 5 Racnoss(config-if)#description HOSTNAME Racnoss(config-if)#no ip address Racnoss(config-if)#async mode interactive Racnoss(config-if)#exit Racnoss(config)#exit Racnoss#