Changes between Version 11 and Version 12 of GEC11NetServTutorialInstruction


Ignore:
Timestamp:
07/21/11 19:52:26 (13 years ago)
Author:
jae@cs.columbia.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC11NetServTutorialInstruction

    v11 v12  
    6464  The traffic will be redirected to D2 (the node on the lower right) and !NetServ.Example will be added to the list of !NetServ modules currently installed.
    6565
    66 5. Send a REMOVE message to the !NetServ router to remove the module.
     665. The SETUP message looks like this:
     67
     68{{{
     69$ cat setup-request-1.txt
     70SETUP NetServ.Example_1.0.0 NETSERV/0.1
     71url: http://pc487.emulab.net/modules/user50/example.jar
     72user: user50
     73ttl:  600
     74filter-ipv4: 10.10.2.2
     75filter-proto: udp
     76filter-port: 20050
     77properties: debug = false, ip = 10.10.3.2
     78
     79}}}
     80
     816. Send a REMOVE message to the !NetServ router to remove the module.
    6782
    6883{{{
     
    7085}}}
    7186
    72 6. Open Example.java with gedit or your favorite editor.
     877. The REMOVE message looks like this:
     88
     89{{{
     90$ cat remove-request.txt
     91REMOVE NetServ.Example_1.0.0 NETSERV/0.1
     92user: user50
     93
     94}}}
     95
     968. Open Example.java with gedit or your favorite editor.
    7397
    7498{{{
     
    76100}}}
    77101
    78 7.
     1029.
     103
    79104==  ==