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
Hi Orglub,
That was removed a long time ago. What are you using it for? Maybe we can find an alternative.
Cheers,
Franco
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
Ah, add the following to /usr/local/etc/pkg.conf
pkg_env: {
http_proxy: "http://myproxy:3128",
}
Cheers,
Franco