Changes between Version 40 and Version 41 of GENIExperimenter/Tutorials/ClickExample/Execute


Ignore:
Timestamp:
07/16/14 14:07:20 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ClickExample/Execute

    v40 v41  
    196196
    197197Now you'll use your two edge hosts, '''hostA''' and '''hostB''' to send traffic along your network.  Since these end hosts are not running your modified protocol, they'll rely on the '''top''' and '''bottom''' routers to transform their IP packets into your modified protocol on entry to the core network and back into IP packets on exit.
    198   i. In your terminal window on '''hostB''', instruct '''nc''' to listen for a UDP connection on port 24565 (or some other port that catches your fancy).
    199   {{{
     198 i. In your terminal window on '''hostB''', instruct '''nc''' to listen for a UDP connection on port 24565 (or some other port that catches your fancy).
     199{{{
     200#!div style="background: #ffd; border: 2px ridge; width: 450px;"
     201   {{{
    200202[mberman@hostb ~]$ nc -ul 24565
    201 }}}
    202   i. Connect to it from your terminal window on '''hostA''':
    203   {{{
     203   }}}
     204}}}
     205 i. Connect to it from your terminal window on '''hostA''':
     206{{{
     207#!div style="background: #fdd; border: 2px ridge; width: 450px; margin-left:200px;"
     208   {{{
     209#!sh
    204210[mberman@hosta ~]$ nc -u hostb 24565
     211   }}}
    205212}}}
    206213