Dummynet Question

Nikos Vassiliadis nvass at teledomenet.gr
Tue Sep 26 03:27:00 PDT 2006


On Tuesday 26 September 2006 05:00, Sushant Sharma wrote:
> Hi all,
> I have installed dummynet on a machine-2 which I am using to introduce
> delay between the packets that I'll be sending from machine-1 to machine-3.
> I am using ping to confirm that ICMP/TCP packets are getting delayed. I
> know both UDP/TCP fall under ip, so UDP packets should also be getting
> delayed but just to confirm, do you guys know of any utility that I can use
> to check if UDP packets are also getting delayed.

Use traceroute. Or you could run tcpdump on both ingress and egress
interfaces and check the timestamps. netcat can send udp packets,
bash can(if it's built this way) cat >/dev/udp/192.168.0.1/snmp for example

Or you could simply trust dummynet/ipfw. They work:)

HTH, Nikos


More information about the freebsd-questions mailing list