OPNsense Forum

English Forums => General Discussion => Topic started by: orglub on March 18, 2019, 07:33:34 PM

Title: proxy configuration WAN outpout
Post by: orglub on March 18, 2019, 07:33:34 PM
Hello ,

Former user of PF ...... I went under opnsense.
I am currently having trouble configuring the proxy for the WAN-rated internet output.
Previously under PF .... I could do this via the menu System / Advanced / Miscellaneous then proxy support but impossible to find under opnsense.
Someone would have an idea for me to unlock this.
I am under the latest release.

Thank you .
Orglub
Title: Re: proxy configuration WAN outpout
Post by: franco on March 18, 2019, 08:25:46 PM
Hi Orglub,

That was removed a long time ago. What are you using it for? Maybe we can find an alternative.


Cheers,
Franco
Title: Re: proxy configuration WAN outpout
Post by: orglub on March 18, 2019, 08:56:18 PM
my firewall is between two network on a lan .
To do the  update the firewall need to use the proxy of my network side WAN .
For the side LAN the Station have the proxy in the navigator and it is ok .
But for my firewall impossible to make update .
Do you have a solution to use my proxy for update of the firewall ?

Thanks ,
Orglub
Title: Re: proxy configuration WAN outpout
Post by: franco on March 19, 2019, 07:52:59 AM
Ah, add the following to /usr/local/etc/pkg.conf

pkg_env: {
    http_proxy: "http://myproxy:3128",
}


Cheers,
Franco