![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bandwidth montor | palm101 | IP Networking | 4 | 05-06-2008 02:48 PM |
| bandwidth | big123456 | IP Networking | 4 | 12-07-2006 02:29 AM |
| Bandwidth Regulation | Phobos | IP Networking | 2 | 02-14-2005 04:27 PM |
| AFP & FTP Bandwidth Monitoring? | l008com | UNIX for Advanced & Expert Users | 0 | 02-13-2005 11:56 PM |
| Bandwidth Caping With PF | nocturnal | IP Networking | 2 | 10-15-2003 03:54 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hello
I need to limit the bandwidth from a list of ip addresses. I was planning to use the dummynet with lookup tables, so i took the example given in the manual pages: Code:
ipfw pipe 1 config bw 1000Kbyte/s ipfw pipe 4 config bw 4000Kbyte/s ... ipfw table 1 add 192.168.2.0/24 1 ipfw table 1 add 192.168.0.0/27 4 ipfw table 1 add 192.168.0.2 1 ... ipfw pipe tablearg ip from table(1) to any Code:
ipfw pipe tablearg ip from table(1) to any
bash: syntax error near unexpected token `('
Code:
ipfw pipe tablearg ip from table 1 to any ipfw: bad command `tablearg' Could someone tell me what i'm doing wrong or where to find some info Thanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|