Changes between Version 11 and Version 12 of GEC11NetServTutorialInstruction
- Timestamp:
- 07/21/11 19:52:26 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC11NetServTutorialInstruction
v11 v12 64 64 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. 65 65 66 5. Send a REMOVE message to the !NetServ router to remove the module. 66 5. The SETUP message looks like this: 67 68 {{{ 69 $ cat setup-request-1.txt 70 SETUP NetServ.Example_1.0.0 NETSERV/0.1 71 url: http://pc487.emulab.net/modules/user50/example.jar 72 user: user50 73 ttl: 600 74 filter-ipv4: 10.10.2.2 75 filter-proto: udp 76 filter-port: 20050 77 properties: debug = false, ip = 10.10.3.2 78 79 }}} 80 81 6. Send a REMOVE message to the !NetServ router to remove the module. 67 82 68 83 {{{ … … 70 85 }}} 71 86 72 6. Open Example.java with gedit or your favorite editor. 87 7. The REMOVE message looks like this: 88 89 {{{ 90 $ cat remove-request.txt 91 REMOVE NetServ.Example_1.0.0 NETSERV/0.1 92 user: user50 93 94 }}} 95 96 8. Open Example.java with gedit or your favorite editor. 73 97 74 98 {{{ … … 76 100 }}} 77 101 78 7. 102 9. 103 79 104 == ==