Changes between Initial Version and Version 1 of xo_serial_access


Ignore:
Timestamp:
Jan 8, 2009, 11:14:11 PM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xo_serial_access

    v1 v1  
     1= In XO/Bandcon Serial Console access =
     2
     3Note: if you are trying to connect to a server in our Telehouse facility, see our [wiki:telehouse_serial_access Telehouse serial access page].
     4
     5More detailed instructions are coming!
     6
     7== Physical Setup ==
     8
     9Console server: paley.mayfirst.org
     10
     11 * Port 1: pianeta (asm)
     12 * Port 2: axiom (CritPath)
     13 * Port 3: naomi.mayfirst.org
     14 * Port 4: bufflehead (Riseup)
     15 * Port 5: ottorene.mayfirst.rg
     16 * Port 6: roy.mayfirst.org
     17
     18== Connecting to your serial console ==
     19
     20{{{
     21ssh -p PORTNUMBER SERVERNAME-console@b.console.mayfirst.org
     22}}}
     23
     24Replace PORTNUMBER with 3000 plus the number of your port. For example:
     25
     26{{{
     27ssh -p 3001 pianeta-console@b.console.mayfirst.org
     28}}}
     29
     30At the moment, we only have password-based auth working.
     31
     32== Connecting to paley as sysadmin ==
     33
     34You can also connect directly via paley with:
     35
     36{{{
     37ssh sysadmin@paley.mayfirst.org
     38connect direct deviceport 1
     39}}}
     40
     41== Creating a new serial line/user ==
     42
     43These need to be improved - not sure how to do this via the command line - so far I'm doing this via the web interface at https://paley.mayfirst.org.
     44
     45 1. Configure the device by going to Devices -> Device Port. Then select the port you want to configure and click configure
     46  * Provide a name (after the server name)
     47  * Check the box that says ssh in
     48  * Change Baud to 115200
     49 1. Configure the user by doing to User Authentication -> Local/Remote Users and click Add/Edit User
     50  * Enter a login (servername-console)
     51  * Create a password
     52  * Change the listen, data, and clear port settings to just the number of the port they should have access to