View Single Post
Old 11th December 2008
ivanatora ivanatora is offline
Real Name: Ivan
Fdisk Soldier
 
Join Date: Jul 2008
Location: Bulgaria
Posts: 51
Default

The purpose of that queueing is that I have a content web server that is reached via another link at my ISP. The situation is as follows:
1) Our network --> the GW I'm working on
2) the GW I'm working on --> our ISP
3.1) our ISP --> Internet
3.2) our ISP ----> content server at different link

The link to that content server is at very limited bandwidth, that's why I want to make sure noone could 'takeover' all the bandwidth.
So you say that queue download and queue upload should be swapped here?
Code:
pass in log (all to pflog0) quick on $int_if from <network> to <tusite> keep state tag to_data label "to_data" queue upload
pass out log (all to pflog1) quick on $ext_if tagged to_data label "from_data" queue download
You are right, I will check that a bit later.

Last edited by ivanatora; 11th December 2008 at 09:35 AM.
Reply With Quote