<div dir="ltr"><div><div><div><div><div>well, for that, then it's a:<br></div>match ip src/dst <a href="http://10.208.208.0/21">10.208.208.0/21</a><br></div>appended onto your tc.<br></div>To emulate loss, you'd use netem as well and just append a loss 1% to the end.<br><br></div>Lastly, to get a proper range you'd want to change delay 100ms to the average and then the range, so like:<br>delay 175ms 75ms loss 1%<br><br></div>It's all in the same tc module, so man tc-netem will be a lot more helpful than me.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 24, 2016 at 6:17 PM, Bryan O'Neal <span dir="ltr"><<a href="mailto:Bryan.ONeal@theonealandassociates.com" target="_blank">Bryan.ONeal@theonealandassociates.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Can't mess with IP tables on the server. Well I could but that would require a week of paperwork ;)<div><br></div><div>Something like match ip src <a href="http://10.208.208.0/21" target="_blank">10.208.208.0/21</a> match ip should work in tc but how do I say not port? I know I can say sport but not sure about port and I have no idea how to say "not port"</div><div><br></div><div>as for latency range delay takes 2 arguments so it would be netem delay 100ms 150ms would be from 100ms-250ms delay. IIRC </div><div><br></div><div>Also you are using outbound/root, which I know is more full featured. Trying to get something to work on inbound... I think I may just be too tired and should probably call it a day and try tomorrow... Unless an expert show up with a magic pill for me so I don't have to think at 7am :)</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 24, 2016 at 6:06 PM, Todd Millecam <span dir="ltr"><<a href="mailto:tyggna@gmail.com" target="_blank">tyggna@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><pre><code>tc qdisc add dev eth0 root netem delay 100ms<br></code><span>iptables </span><span>-</span><span>A INPUT </span><span>-</span><span>m statistic </span><span>--</span><span>mode random </span><span>--</span><span>probability </span><span>0</span><span>.0</span><span>1</span><span> </span><span>-</span><span>j DROP<br><br><br></span></pre><pre><span>That should get you started</span><br></pre></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Wed, Feb 24, 2016 at 5:52 PM, Bryan O'Neal <span dir="ltr"><<a href="mailto:Bryan.ONeal@theonealandassociates.com" target="_blank">Bryan.ONeal@theonealandassociates.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">I am looking for a tc command that will add 100-250ms of latency <div>to all traffic that is not on port 22 </div><div>to/from an ip range like <a href="http://10.208.208.0/21" target="_blank">10.208.208.0/21</a>.<div><br></div><div>Bonus:</div><div>I would also like 0-1% packet loss</div></div><div>I would like this on inbound (ingress) not outbound (root) traffic</div><div><br></div><div>Any one able to help?</div></div>
<br></div></div>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><span><font color="#888888"><br></font></span></blockquote></div><span><font color="#888888"><br><br clear="all"><br>-- <br><div>Todd Millecam</div>
</font></span></div>
<br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br></div>
</div></div><br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Todd Millecam</div>
</div>