Changes between Version 22 and Version 23 of NetServTutorialInstruction


Ignore:
Timestamp:
03/09/12 19:52:49 (12 years ago)
Author:
jae@cs.columbia.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NetServTutorialInstruction

    v22 v23  
    271271}}}
    272272
    273 6. Ping a fake IP host address in the TAP subnet.
     2736. Ping an IP host address in the TAP subnet, so that the ping request would go through the TAP interface to !NetServ.
    274274
    275275{{{
     
    280280  You can stop the ping by pressing <CTRL> + C in its terminal window.
    281281
    282 7. Set up a manual ARP table entry for the fake address.
     2827. Set up a manual ARP table entry for the ping destination address.
    283283
    284284{{{
     
    286286}}}
    287287
    288 8. Ping again the fake IP host address.
     2888. Ping again.
    289289
    290290{{{
     
    298298  By removing the UDP echo module the ping will stop receiving replies.
    299299
     30010. Take a look at the UDP echo code.
     301
     302{{{
     303gedit /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
    300308== Please take a quick survey ==
    301309