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]

Reply via email to