Changes between Version 22 and Version 23 of GEC11NetServTutorialInstruction
- Timestamp:
- 07/21/11 20:32:30 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEC11NetServTutorialInstruction
v22 v23 148 148 This SETUP request contains a non-existing IP address as the packet destination, which will make the !NetServ node drop the incoming packets. 149 149 150 == RunNetServ node locally ==150 == (Optional) Run !NetServ node locally == 151 151 152 1. 152 1. Open another terminal window and start the !NetServ router. 153 154 {{{ 155 cd /netserv-root/core/linux/ 156 sudo su 157 . setenv-i386-ubuntu 158 ./run-controller.sh 159 }}} 160 161 2. 162 163 3. 164