On 1/4/07, Holger Bauer <[EMAIL PROTECTED]> wrote:
Do you mean the pfSense itself has to go to the internet through a
proxy? This is not supported and there are no settings for it. The
package manager tries to access the package repository at pfsense.com
and is not able to utilize a proxy for that. Maybe you can setup rules
at the proxy to allow only the pfsense transparently through or
unproxied access?

Actually, not entirely true :)  If you feel like editing code, this is
a simple change.

/etc/inc/xmlrpc_client.inc around line 645 you should see:
   /**
    * The name of the proxy server to use, if any
    * @var string
    */
   var $proxy = '';

Put your proxy server inside the single quotes.  Read the next couple
of comment blocks for other settings.  This naturally won't stay
through an upgrade, but should get you running until we have a more
configurable way to do it.  For some reason I thought we already did
:-/

--Bill

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

Reply via email to