Anay 2c547e60f4 Inet framework 6 anos atrás
..
ChangeLog 2c547e60f4 Inet framework 6 anos atrás
README 2c547e60f4 Inet framework 6 anos atrás
Router5.mrt 2c547e60f4 Inet framework 6 anos atrás
Router6.mrt 2c547e60f4 Inet framework 6 anos atrás
Traceroute.ned 2c547e60f4 Inet framework 6 anos atrás
cli1.mrt 2c547e60f4 Inet framework 6 anos atrás
cli2.mrt 2c547e60f4 Inet framework 6 anos atrás
cli3.mrt 2c547e60f4 Inet framework 6 anos atrás
cli4.mrt 2c547e60f4 Inet framework 6 anos atrás
cli5.mrt 2c547e60f4 Inet framework 6 anos atrás
cli6.mrt 2c547e60f4 Inet framework 6 anos atrás
cli7.mrt 2c547e60f4 Inet framework 6 anos atrás
cli8.mrt 2c547e60f4 Inet framework 6 anos atrás
extRouter.mrt 2c547e60f4 Inet framework 6 anos atrás
omnetpp.ini 2c547e60f4 Inet framework 6 anos atrás
router1.mrt 2c547e60f4 Inet framework 6 anos atrás
router2.mrt 2c547e60f4 Inet framework 6 anos atrás
router3.mrt 2c547e60f4 Inet framework 6 anos atrás
router4.mrt 2c547e60f4 Inet framework 6 anos atrás
run 2c547e60f4 Inet framework 6 anos atrás

README

The external interface makes it possible to connect the simulation with real
networks.

In this example the network consists of eight clients, four switches,
three routers, and an extRouter, which connects the simulation
to a real host.

This network can be used to apply traceroute, a tool to trace the
path through the network to a specified host.

To run this example, some parameters have to be adjusted in the omnetpp.ini.

- Make sure that you have libpcap-dev (v1.5.3 or later) installed on your machine.
- Turn on the "Network Emulation" feature (In IDE / INET Project Properties / Project Features.
(if you forget this you will receive a 'Class "inet::cSocketRTScheduler" not found' error)
- Rebuild INET
- Set **.ext[0].device to the device name of the interface of the computer
running the simulation.
- On your server, add a route to the nets 10.2. and 10.3., and set
the gateway to the IP address of the computer on which the simulation is
running.

Start the simulation with root privileges. To get realistic round trip times
you should choose the express mode.

Type traceroute 10.2.1.1 at the command prompt of the external machine.