Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2003 11:43:56 +0300 (EEST)
From:      Evgeny Ivanov <eivanov@abv.bg>
To:        freebsd-ipfw@freebsd.org
Subject:   IPFW + DUMMYNET
Message-ID:  <546303870.1054629836663.JavaMail.nobody@storage.ni.bg>

next in thread | raw e-mail | index | archive | help

  Hello there . :)) 

 The last week I am trying to create a traffic shaping rules on my FBSD BOX . 
 The goal of the rules is to set 2 different type of flows for 2 groups of networks . Example 

 I want to set incoming ( to my local subnet ) speed for { 1.2.3.4 or 2.3.4.5 or 3.4.5.6 } to be up to 256Kbit/s and for all other networks the incoming speed to be 64Kbit/s . 

 The rules looks like that : 

 ipdw add skipto 1000 pipe 1 all from any to mylocalnet in 

 ipfw add pipe 1 all from { 1.2.3.4 or 2.3.4.5 or 3.4.5.6 } to any in 

 ipfw add pipe 2 all from any to mylocalnet in 


 ipfw pipe 1 config 

 ipfw pipe 2 config . 

 But the thing is not working . 

   Can you please give me some advice - where the hell I am wrong . :)) 

    Thanks in advance . 
 Regards 
 Evgeny 


-----------------------------------------------------------------
http://kino.GBG.bg - ÍÀ×ÀËÎ | ÊÈÍÎ ÏÐÅÌÈÅÐÈ | ÏÐÎÃÐÀÌÀÒÀ | ÍÎÂÈÍÈ | DVD È ÂÈÄÅÎ | ÊÈÍÎ ÈÑÒÎÐÈß



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?546303870.1054629836663.JavaMail.nobody>