README 885 B

123456789101112131415161718
  1. The external interface makes it possible to connect the simulation with real
  2. networks.
  3. In this example the network consists of only one host. Currently the host
  4. can be used to run ICMP and SCTP as echo server or discard server.
  5. To run this example, some parameters have to be adjusted in the omnetpp.ini.
  6. - Make sure that you have libpcap-dev (v1.5.3 or later) installed on your machine.
  7. - Turn on the "Network Emulation" feature (In IDE / INET Project Properties / Project Features
  8. (if you forget this you will receive a 'Class "inet::cSocketRTScheduler" not found' error)
  9. - Rebuild INET.
  10. - Set **.ext[0].device to the device name of the interface of the computer
  11. running the simulation.
  12. - On your server, add a route to the host 10.1.1.1 and set the gateway to the
  13. IP address of the computer, on which the simulation is running.
  14. Start the simulation with root privileges.