Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-31 Thread Mark Kane
On Thu, Mar 29, 2007, at 13:52:53 -0400, Scott Ullrich wrote:
> Revisit the traffic shaping wizard, on the "Peer to Peer networking"
> screen check "Lower priority of Peer-to-Peer traffic" and then check
> "p2pCatchAll".

That appears to have fixed it, thanks!

I thought it was setup like that before since all other traffic
except FTP was going to the p2p queues properly and the rules read as if
all other traffic would be caught into qP2PUp/Down (meaning it had
entries for "LAN to *" and "* to LAN" after the VoIP rules...which
were even named the "p2pCatchAll" by the wizard).

Sorry for the confusion.

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

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



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-29 Thread Scott Ullrich

P2PCatch all is not enabled then.

Here is what my host shows:

# php -f test.php
1
Array
(
   [step2] => Array
   (
   [download] => 3000
   [upload] => 250
   [inside_int] => lan
   [outside_int] => wan
   )

   [step3] => Array
   (
   [provider] => Generic
   [address] =>
   [bandwidth] => 32
   )

   [step4] => Array
   (
   [address] =>
   [bandwidthup] =>
   [bandwidthdown] =>
   )

   [step5] => Array
   (
   [bandwidthup] =>
   [bandwidthdown] =>
   [enable] => on
   [p2pcatchall] => on
   )

   [step7] => Array
   (
   [msrdp] =>
   [vnc] =>
   [appleremotedesktop] =>
   [pcanywhere] =>
   [irc] =>
   [jabber] =>
   [icq] =>
   [aolinstantmessenger] =>
   [msnmessenger] =>
   [teamspeak] =>
   [pptp] =>
   [ipsec] =>
   [streamingmp3] =>
   [rtsp] =>
   [http] =>
   [smtp] =>
   [pop3] =>
   [imap] =>
   [lotusnotes] =>
   [dns] =>
   [icmp] =>
   [smb] =>
   [snmp] =>
   [mysqlserver] =>
   [nntp] =>
   [cvsup] =>
   )

   [step6] => Array
   (
   [enable] => on
   [counterstrike] => on
   )

)

Revisit the traffic shaping wizard, on the "Peer to Peer networking"
screen check "Lower priority of Peer-to-Peer traffic" and then check
"p2pCatchAll".

Scott


Scott

On 3/29/07, Mark Kane <[EMAIL PROTECTED]> wrote:

On Thu, Mar 29, 2007, at 12:29:37 -0400, Scott Ullrich wrote:
> Please open Diagnostics -> Command Prompt and in the PHP command box
> type in:
>
> echo isset($config['ezshaper']['step5']['p2pcatchall']);

This didn't return anything.

> And:
>
> print_r($config['ezshaper']);

Array
(
[step2] => Array
(
[download] => 5120
[upload] => 615
[inside_int] => lan
[outside_int] => wan
)

[step3] => Array
(
[enable] => on
[provider] => Generic
[address] => VoIP
[bandwidth] => 384
)

[step6] => Array
(
[msrdp] =>
[vnc] =>
[appleremotedesktop] =>
[pcanywhere] =>
[irc] =>
[jabber] =>
[icq] =>
[aolinstantmessenger] =>
[msnmessenger] =>
[teamspeak] =>
[pptp] =>
[ipsec] =>
[streamingmp3] =>
[rtsp] =>
[http] =>
[smtp] =>
[pop3] =>
[imap] =>
[lotusnotes] =>
[dns] =>
[icmp] =>
[smb] =>
[snmp] =>
[mysqlserver] =>
[nntp] =>
[cvsup] =>
)

[step4] => Array
(
[p2pcatchall] => on
[enable] => on
)

)


Thanks.

-Mark

--
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

-
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]



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-29 Thread Mark Kane
On Thu, Mar 29, 2007, at 12:29:37 -0400, Scott Ullrich wrote:
> Please open Diagnostics -> Command Prompt and in the PHP command box
> type in:
> 
> echo isset($config['ezshaper']['step5']['p2pcatchall']);

This didn't return anything.

> And:
> 
> print_r($config['ezshaper']);

Array
(
[step2] => Array
(
[download] => 5120
[upload] => 615
[inside_int] => lan
[outside_int] => wan
)

[step3] => Array
(
[enable] => on
[provider] => Generic
[address] => VoIP
[bandwidth] => 384
)

[step6] => Array
(
[msrdp] => 
[vnc] => 
[appleremotedesktop] => 
[pcanywhere] => 
[irc] => 
[jabber] => 
[icq] => 
[aolinstantmessenger] => 
[msnmessenger] => 
[teamspeak] => 
[pptp] => 
[ipsec] => 
[streamingmp3] => 
[rtsp] => 
[http] => 
[smtp] => 
[pop3] => 
[imap] => 
[lotusnotes] => 
[dns] => 
[icmp] => 
[smb] => 
[snmp] => 
[mysqlserver] => 
[nntp] => 
[cvsup] => 
)

[step4] => Array
(
[p2pcatchall] => on
[enable] => on
)

)


Thanks.

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

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



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-29 Thread Scott Ullrich

On 3/28/07, Mark Kane <[EMAIL PROTECTED]> wrote:

The latest snapshot seems to be the same as the previous one (still
going to qlandef but doesn't seem to affect other traffic much).

1.0.1-SNAPSHOT-03-27-2007
built on Wed Mar 28 21:01:28 EDT 2007

# ps awux | grep pftpx
proxy550  0.0  0.1   656   420  ??  Is   10:23PM
0:00.04 /usr/local/sbin/pftpx -q qlandef -c 8021 -g 8021 192.168.1.1
root1492  0.0  0.2  1552   660  p0  R+   10:26PM   0:00.01 grep
pftpx


Please open Diagnostics -> Command Prompt and in the PHP command box type in:

echo isset($config['ezshaper']['step5']['p2pcatchall']);

And:

print_r($config['ezshaper']);

And please paste the results.

Thanks!

Scott

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



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-28 Thread Mark Kane
On Wed, Mar 28, 2007, at 15:49:24 -0400, Scott Ullrich wrote:
> On 3/28/07, Mark Kane <[EMAIL PROTECTED]> wrote:
> > On Wed, Mar 28, 2007, at 14:28:00 -0400, Scott Ullrich wrote:
> > > So you do not have P2P Catch all option enabled?
> >
> > I do, and all other traffic gets caught by it fine. Here are
> > screenshots of the shaper rules and the queues page with an HTTP
> > download going.
> >
> > http://tntpowerhost.com/mixx941/pfsense_shaperrules_20070328.png
> > http://tntpowerhost.com/mixx941/pfsense_queues_20070328.png
> >
> > And with an FTP download going:
> >
> > http://tntpowerhost.com/mixx941/pfsense_queues_ftp_20070328.png
> >
> 
> Okay, try a new snapshot about 2 hours from now.

The latest snapshot seems to be the same as the previous one (still
going to qlandef but doesn't seem to affect other traffic much).

1.0.1-SNAPSHOT-03-27-2007
built on Wed Mar 28 21:01:28 EDT 2007

# ps awux | grep pftpx
proxy550  0.0  0.1   656   420  ??  Is   10:23PM
0:00.04 /usr/local/sbin/pftpx -q qlandef -c 8021 -g 8021 192.168.1.1
root1492  0.0  0.2  1552   660  p0  R+   10:26PM   0:00.01 grep
pftpx

Thanks,

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

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



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-28 Thread Scott Ullrich

On 3/28/07, Mark Kane <[EMAIL PROTECTED]> wrote:

On Wed, Mar 28, 2007, at 14:28:00 -0400, Scott Ullrich wrote:
> So you do not have P2P Catch all option enabled?

I do, and all other traffic gets caught by it fine. Here are
screenshots of the shaper rules and the queues page with an HTTP
download going.

http://tntpowerhost.com/mixx941/pfsense_shaperrules_20070328.png
http://tntpowerhost.com/mixx941/pfsense_queues_20070328.png

And with an FTP download going:

http://tntpowerhost.com/mixx941/pfsense_queues_ftp_20070328.png



Okay, try a new snapshot about 2 hours from now.

Scott

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



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-28 Thread Mark Kane
On Wed, Mar 28, 2007, at 14:28:00 -0400, Scott Ullrich wrote:
> So you do not have P2P Catch all option enabled?

I do, and all other traffic gets caught by it fine. Here are
screenshots of the shaper rules and the queues page with an HTTP
download going.

http://tntpowerhost.com/mixx941/pfsense_shaperrules_20070328.png
http://tntpowerhost.com/mixx941/pfsense_queues_20070328.png

And with an FTP download going:

http://tntpowerhost.com/mixx941/pfsense_queues_ftp_20070328.png

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

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



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-28 Thread Scott Ullrich

So you do not have P2P Catch all option enabled?

Scott


On 3/28/07, Mark Kane <[EMAIL PROTECTED]> wrote:

On Wed, Mar 28, 2007, at 14:08:48 -0400, Scott Ullrich wrote:
> On 3/28/07, Mark Kane <[EMAIL PROTECTED]> wrote:
> > With the updated snapshot, incoming FTP traffic still goes into the
> > qlandef queue instead of qP2PDown but it doesn't seem to kill the
> > other traffic anymore. Is that what the change was supposed to do?
>
> Please issue this command from a shell:
>
> ps awux | grep pftpx

# ps awux | grep pftpx
proxy548  0.0  0.1   656   424  ??  Ss8:49PM
0:00.72 /usr/local/sbin/pftpx -q qlandef -c 8021 -g 8021 192.168.1.1
root   98551  0.0  0.3  1528   988  p0  R+1:14PM   0:00.01 grep
pftpx

-Mark

--
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

-
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]



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-28 Thread Mark Kane
On Wed, Mar 28, 2007, at 14:08:48 -0400, Scott Ullrich wrote:
> On 3/28/07, Mark Kane <[EMAIL PROTECTED]> wrote:
> > With the updated snapshot, incoming FTP traffic still goes into the
> > qlandef queue instead of qP2PDown but it doesn't seem to kill the
> > other traffic anymore. Is that what the change was supposed to do?
> 
> Please issue this command from a shell:
> 
> ps awux | grep pftpx

# ps awux | grep pftpx
proxy548  0.0  0.1   656   424  ??  Ss8:49PM
0:00.72 /usr/local/sbin/pftpx -q qlandef -c 8021 -g 8021 192.168.1.1
root   98551  0.0  0.3  1528   988  p0  R+1:14PM   0:00.01 grep
pftpx

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

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



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-28 Thread Scott Ullrich

On 3/28/07, Mark Kane <[EMAIL PROTECTED]> wrote:

With the updated snapshot, incoming FTP traffic still goes into the
qlandef queue instead of qP2PDown but it doesn't seem to kill the other
traffic anymore. Is that what the change was supposed to do?


Please issue this command from a shell:

ps awux | grep pftpx

Scott

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



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-28 Thread Mark Kane
On Tue, Mar 27, 2007, at 19:28:05 -0400, Scott Ullrich wrote:
> I have commited a fix that should solve this problem for you.  Please
> try a snapshot about 2 hours after you receive this.
> 
> Scott

With the updated snapshot, incoming FTP traffic still goes into the
qlandef queue instead of qP2PDown but it doesn't seem to kill the other
traffic anymore. Is that what the change was supposed to do?

Thanks!

-Mark

-- 
Internet Radio:
Party107 (Trance/Electronic) - http://www.party107.com
Rock 101.9 The Edge (Rock) - http://www.rock1019.net

IRC:
MIXXnet IRC Network - irc.mixxnet.net (Nick: MIXX941)

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



Re: [pfSense Support] Incoming FTP Traffic To Wrong Queue

2007-03-27 Thread Scott Ullrich

On 3/27/07, Mark Kane <[EMAIL PROTECTED]> wrote:

Hi everyone.

I've recently noticed that incoming FTP traffic is not being sent to
the proper queue. I have traffic shaping setup per the wizard with VoIP
traffic going to qVOIPUp/Down and a catch-all for everything else
to qP2PUp/Down. For the most part this has been working excellent.

Incoming FTP traffic however gets sent to the "qlandef" queue for some
reason which effectively kills everything else. When downloading
something via FTP, everything else slows down to a crawl or stops.
IRC gets completely lagged out, streaming radio dies, web pages don't
load, etc. FTP uploads go into qP2PUp properly though.

My goal was to prioritize VoIP traffic and have everything else share
the rest (qP2PUp/qP2PDown). Again, all other general incoming traffic
such as http, streaming audio/video, nntp, etc all go into qP2PDown
properly but incoming FTP is not. I'm not sure when this started
happening since normally I only upload via FTP, but recently I've
needed to back some files up via FTP as well.

Thanks very much in advance.


I have commited a fix that should solve this problem for you.  Please
try a snapshot about 2 hours after you receive this.

Scott

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