1 | ########################################################################### |
---|
2 | NSRC Lab Ð Instructions for accessing equipment remotely |
---|
3 | ########################################################################### |
---|
4 | |
---|
5 | All network equipment in the remote lab will be managed using their serial console ports. Access to the consoles is available via a terminal server using secure shell (ssh). |
---|
6 | |
---|
7 | Use the topology diagram and the following list to identify your devices and ssh to the terminal server. |
---|
8 | |
---|
9 | Group 1: |
---|
10 | Routers : R11, R12, R13 |
---|
11 | Switches : BB11, BB12, SW11, SW12 |
---|
12 | Workstations : ws1, ws6 |
---|
13 | |
---|
14 | Group 2: |
---|
15 | Routers : R21, R22, R23 |
---|
16 | Switches : BB21, BB22, SW21, SW22 |
---|
17 | Workstations : ws2, ws7 |
---|
18 | |
---|
19 | Group 3: |
---|
20 | Routers : R31, R32, R33 |
---|
21 | Switches : BB31, BB32, SW31, SW32 |
---|
22 | Workstations : ws3, ws8 |
---|
23 | |
---|
24 | Group 4: |
---|
25 | Routers : R41, R42, R43 |
---|
26 | Switches : BB41, BB42, SW41, SW42 |
---|
27 | Workstations : ws4, ws9 |
---|
28 | |
---|
29 | Group 5: |
---|
30 | Routers : R51, R52, R53 |
---|
31 | Switches : BB51, BB52, SW51, SW52 |
---|
32 | Workstations : ws5, ws10 |
---|
33 | |
---|
34 | |
---|
35 | If using Putty on Windows: |
---|
36 | |
---|
37 | 1. In the `Host Name' box, enter con.lab.nsrc.org |
---|
38 | 2. In `Connection type', select "SSH" |
---|
39 | 3. Press the `Open' button, and type the username as: |
---|
40 | |
---|
41 | nsrc:R11 |
---|
42 | nsrc:R12 |
---|
43 | etc. |
---|
44 | |
---|
45 | From a Linux shell: |
---|
46 | |
---|
47 | ssh nsrc:R11@con.lab.nsrc.org |
---|
48 | |
---|
49 | ssh nsrc:R12@con.lab.nsrc.org |
---|
50 | |
---|
51 | |
---|
52 | Your instructor will provide the passwords. |
---|
53 | |
---|
54 | Access to the Linux workstations is via SSH, for example: |
---|
55 | |
---|
56 | ssh nsrc@ws1.lab.nsrc.org |
---|
57 | |
---|
58 | |
---|