try putting manual bandwidth for WAN and LAN in the gui and see if that helps.


You mean under "Interfaces>WAN" and "Interfaces>LAN"?



Are you sure you get no errors when loading this?


Sorry, when loading what?

Todd

----- Original Message ----- From: "Dan Swartzendruber" <[EMAIL PROTECTED]>
To: <support@pfsense.com>
Sent: Wednesday, October 26, 2005 2:22 PM
Subject: Re: [pfSense Support] Traffic Shaping, killing my DSL link speed to less than 100k


At 03:15 PM 10/26/2005, you wrote:



this is really odd. no queue stuff at all? what happens if you manually type:

pfctl -f /tmp/rules.debug

any errors?

Try this:

###############
# System Aliases
lan = "{ sis0  }"
wan = "{ ng0  }"
pptp = "{ ng1 ng2 ng3 ng4 ng5 ng6 ng7 ng8 ng9 ng10 ng11 ng12 ng13 ng14 }"
pppoe = "{ ng1 ng2 ng3 ng4 ng5 ng6 ng7 ng8 ng9 ng10 ng11 ng12 ng13 ng14 }"
DMZ = "{ sis2 }"
# User Aliases

set loginterface sis1
set loginterface sis0
set loginterface sis2
set optimization normal

scrub on ng0 all max-mss 1452
altq on sis1 hfsc  queue {  qWANRoot } <=== bingo!
altq on sis0 hfsc  queue {  qLANRoot } <==== bingo!

If no bandwidth is in the GUI for an interface, it tries to guess by the interface name. For vlan (my problem) that doesn't work, so i get errors. dunno what ppoe does. try putting manual bandwidth for WAN and LAN in the gui and see if that helps. Are you sure you get no errors when loading this?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to