Changes between Version 22 and Version 23 of NetServTutorialInstruction
- Timestamp:
- 03/09/12 19:52:49 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NetServTutorialInstruction
v22 v23 271 271 }}} 272 272 273 6. Ping a fake IP host address in the TAP subnet.273 6. Ping an IP host address in the TAP subnet, so that the ping request would go through the TAP interface to !NetServ. 274 274 275 275 {{{ … … 280 280 You can stop the ping by pressing <CTRL> + C in its terminal window. 281 281 282 7. Set up a manual ARP table entry for the fakeaddress.282 7. Set up a manual ARP table entry for the ping destination address. 283 283 284 284 {{{ … … 286 286 }}} 287 287 288 8. Ping again the fake IP host address.288 8. Ping again. 289 289 290 290 {{{ … … 298 298 By removing the UDP echo module the ping will stop receiving replies. 299 299 300 10. Take a look at the UDP echo code. 301 302 {{{ 303 gedit /netserv-root/apps/udpecho/modules/src/NetServ/apps/UDPEcho/Activator.java & 304 }}} 305 306 Note that when using TAP transport ''processFrame()'' gets called instead of ''processPkt()''. 307 300 308 == Please take a quick survey == 301 309