<div>Andrew,</div><div><br></div>If you know perl and iptables you could modify the script on this page to introduce a random delay instead of a fixed delay:<div><br></div><div><a href="http://people.redhat.com/berrange/notes/network-delay.html">http://people.redhat.com/berrange/notes/network-delay.html</a></div>
<div><br></div><div><a href="http://people.redhat.com/berrange/notes/network-delay.html"></a>Essentially we take something off the iptables INPUT (from one or any of your interfaces configurable by the iptables INPUT rule), and send it to the QUEUE target. That's where the perl script is waiting to hold onto the packets for some arbitrary time.</div>
<div><br></div><div>You could also have it drop some small number of packets as well (instead of sending them to NF_ACCEPT) with a bit more perl scripting.</div><div><br></div><div>I actually like this approach compared to other tools I've used just because I'm more comfortable with Linux and iptables. It could be whipped up quickly and FREE.</div>
<div><br></div><div>-Jason<br><br><div class="gmail_quote">On Fri, Feb 25, 2011 at 9:15 PM, Andrew Yerofyeyev <span dir="ltr"><<a href="mailto:andrew@routeip.net">andrew@routeip.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello Team,<br><br>Can you recommend software which can simulate variable jitter , delay and packet loss between point A and point B ? I looked for Netdisturb (<a href="http://www.zti-telecom.com/EN/NetDisturb.html" target="_blank">http://www.zti-telecom.com/EN/NetDisturb.html</a>) but cannot get it to work .<br>

<br>To get it clear I looking for same software which can be installed on server with two network cards (or trunk with two vlans) and can modify transit traffic (assume server works as a bridge) to introduce configurable delay / packet loss and , what is more important for me , jitter.<br>

<br>Any advices will be highly appreciated.<br>
<br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>