[bwm-tools-tech] Port Shaping (Andrew Niemantsverdriet)
Brought to you by:
nkukard
From: Ian M. <bwm...@in...> - 2006-02-15 09:13:27
|
Hi Andrew. You had a problem on http://sourceforge.net/mailarchive/forum.php?thread_id=8397407&forum_id=3379 3 which seems to have no reply. You quote the following for limiting NNTP traffic. <class name="nntp_in"> <address name="news1" proto="tcp" src-port="119" /> </class> <flow name="flow_1_2" max-rate="16384" nfmark="1003" report-timeout="60"> nntp_in; </flow> I would imagine that src-port is incorrect, you want destination port. Source port is likely to be a random port above 1024. Regards, Ian Macintosh. |