Changes between Version 16 and Version 17 of NetServTutorialInstruction


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

draft of layer 2 scenario added

Legend:

Unmodified
Added
Removed
Modified
  • NetServTutorialInstruction

    v16 v17  
    226226  Type something again in the Netcat client window and see what happens.
    227227
     228== (Optional) Process Layer 2 frames in !NetServ ==
     229
     230compile with layer 2 functionality
     231
     232NETSERV_TRANSPORT=tap make all
     233
     234set up TAP interface
     235
     236ip link set netserv101 up
     237ip add 10.0.0.1/24 dev netserv101
     238
     239check the interface
     240
     241ifconfig
     242
     243set up a manual ARP table entry for a fake address
     244
     245arp -s 10.0.0.99 01:02:03:04:05:06
     246
     247install udp echo
     248
     249ping 10.0.0.99
     250
     251remove and setup again
     252
    228253== Please take a quick survey ==
    229254