Changes between Version 4 and Version 5 of GEC11NetworkingExperiments/Tutorial


Ignore:
Timestamp:
07/24/11 09:20:02 (13 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC11NetworkingExperiments/Tutorial

    v4 v5  
    568568   }}}
    569569
    570    * If your sliver is ready, login to the node
     570   * If your sliver is ready, login to the node (if your host is '''pg33''' or '''pg32''' please read the note):
    571571   {{{
    572572   ssh -i /ssh/<username>_key <username>@<host>
    573573   }}}
    574    '''NOTE:''' If you node is '''pg32.emulab.net''' or '''pg33.emulab.net''', you will need to do some extra work to login to the node. The control interface of these nodes is behind a firewall so we will login to our node through 'ops.pgeni.gpolab.bbn.com'. Run
     574
     575      For Alice, that has reserved nod pg46.emulab.net:
     576   {{{
     577   ssh -i /ssh/alice_key alice@pg46.emulab.net
     578   }}}
     579
     580   '''NOTE:''' If your node is '''pg32.emulab.net''' or '''pg33.emulab.net''', you will need to do some extra work to login to the node. The control interface of these nodes is behind a firewall so you will login to your node through 'ops.pgeni.gpolab.bbn.com'. Run
    575581   {{{
    576582   xterm -e ssh -i ssh/<username>_key -L2222:<host>:22 <username>@ops.pgeni.gpolab.bbn.com &
    577583   }}}
    578    This command forwards local port 2222 to go through the connection at ops.pgeni.gpolab.bbn.com and from there connect to our host on port 22.
    579    Now we are ready to login to our node
     584   This command forwards local port 2222 to go through the connection at ops.pgeni.gpolab.bbn.com and from there connect to your host on port 22.
     585   Now you are ready to login to your node
    580586   {{{
    581587   ssh -i /ssh/<username>_key <username>@localhost -p 2222
    582    }}}
    583    
    584    For Alice, that has reserved nod pg46.emulab.net:
    585    {{{
    586    ssh -i /ssh/alice_key alice@pg46.emulab.net
    587588   }}}
    588589