README 528 B

123456789
  1. Demonstrates how Ethernet works with IP. Ethernet interfaces of hosts and
  2. routers (eth[0], eth[1] etc.) consist of EtherMAC, EtherEncap and ARP.
  3. Note that as the client host opens a TCP connection to the server, a Proxy ARP
  4. request is made to find the router.
  5. ARP operation can be followed by peeking into ARP packets, and examining
  6. the log from ARP either in the main window, or better, by opening text
  7. output windows for individual ARP modules (right-click the ARP module, then
  8. select Module Output... from the context menu).