Changes between Initial Version and Version 1 of CORNET/HowToUseCORNET

Show
Ignore:
Timestamp:
05/30/10 16:22:53 (14 years ago)
Author:
trnewman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORNET/HowToUseCORNET

    v1 v1  
     1== Current Testbed Operational Status == 
     2 
     3 
     4=== '''NOTE:'''  The preliminary testbed has not been completely SHUTDOWN.  A limited portion of the regular testbed is now open. === 
     5 
     6All CORNET nodes currently have private IP addresses, and are behind the CORNET firewall.  However, the 
     7ssh port for each individual node is still directly accessible through the firewall.  To access the CORNET nodes you must ssh to the CORNET gateway, ''128.173.221.40'', using a specific port that is unique to each CORNET node.   The CORNET gateway redirects the ssh traffic to the appropriate CORNET node ssh server. 
     8 
     9For information on the physical locations of the RF portion of the node, see here: [wiki:CORNET/NetworkTopography CORNET Node Location and Status Information][[BR]] 
     10 
     11The port list is as follows: 
     12 
     13 * '''Node1-1''': 7001  
     14 * '''Node1-2''': 7002  
     15 * '''Node1-3''': 7003  
     16 * '''Node1-4''': 7004  
     17 * '''Node1-5''': 7005  
     18 * '''Node1-6''': 7006 
     19 * '''Node1-7''': 7007  
     20 * '''Node1-8''': 7008  
     21 * '''Node1-9''': 7009 
     22 * '''Node1-10''': 7010  
     23 * '''Node1-11''': 7011  
     24 * '''Node1-12''': 7012 
     25 * '''Node2-1''': 7013  
     26 * '''Node2-2''': 7014  
     27 * '''Node2-3''': 7015  
     28 * '''Node2-4''': 7016  
     29 * '''Node2-5''': 7017  
     30 * '''Node2-6''': 7018 
     31 * '''Node2-7''': 7019  
     32 * '''Node2-8''': 7020  
     33 * '''Node2-9''': 7021 
     34 * '''Node2-10''': 7022  
     35 * '''Node2-11''': 7023  
     36 * '''Node2-12''': 7024 
     37 * '''Node3-1''': 7025  
     38 * '''Node3-2''': 7026  
     39 * '''Node3-3''': 7027  
     40 * '''Node3-4''': 7028  
     41 * '''Node3-5''': 7029  
     42 * '''Node3-6''': 7030 
     43 * '''Node3-7''': 7031  
     44 * '''Node3-8''': 7032  
     45 * '''Node3-9''': 7033 
     46 * '''Node3-10''': 7034  
     47 * '''Node3-11''': 7035  
     48 * '''Node3-12''': 7036 
     49 * '''Node4-1''': 7037 
     50 * '''Node4-2''': 7038  
     51 * '''Node4-3''': 7039  
     52 * '''Node4-4''': 7040  
     53 * '''Node4-5''': 7041  
     54 * '''Node4-6''': 7042 
     55 * '''Node4-7''': 7043  
     56 * '''Node4-8''': 7044  
     57 * '''Node4-9''': 7045 
     58 * '''Node4-10''': 7046  
     59 * '''Node4-11''': 7047  
     60 * '''Node4-12''': 7048 
     61 
     62For example, to access node1-3, ssh to the IP address ''128.173.221.40'' using port 7003.  
     63 
     64=== Accessing the network from Windows === 
     65From a windows machine, an SSH client is required in order to remotely access the CORNET nodes individually. A popular windows SSH client is [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY]. 
     66 
     67=== Accessing the network from Linux === 
     68From a linux machine simply issue the following command where the port is 7000 + the node # you want to log into. 
     69 
     70{{{ 
     71# ssh -X <username>@128.173.221.40 -p <7000 + node#> 
     72}}} 
     73 
     74Note: the -X allows X11 forwarding for running X11 applications remotely.   
     75 
     76For example, to login to CORNET node1-2 with the login name "testuser" do the following: 
     77 
     78{{{ 
     79# ssh -X testuser@128.173.221.40 -p 7002 
     80}}} 
     81 
     82To login to CORNET node1-3 with the login name "testuser" do the following: 
     83 
     84{{{ 
     85# ssh testuser@128.173.221.40 -p 7003 
     86}}} 
     87  
     88=== Obtaining Remote Access Login Information === 
     89To obtain a username for the CORNET nodes, please email Dr. Timothy Newman (trnewman@vt.edu). 
     90 
     91=== Node Software === 
     92Each node contains the following software: 
     93 
     94 * Ubuntu Linux 9.04 Client Version 
     95 * GNU Radio 3.3.0 
     96 
     97 
     98 
     99