@ronmwhite said in Proxy or Squid Alternatives:
Here is the NAT:
Interface Protocol Source Address Source Ports Dest. Address Dest. Ports NAT IP NAT Ports Description
LAN ANY 192.168.1.246 * WAN address * 192.168.1.1 * Redirect Router for any LAN Address
WAN ANY * * 192.168.1.246 * 192.168.1.1 * Redirect Router for any WAN Address
You might want to set the destination to any instead WAN address. I don't think that the AP uses your WAN address as destination.
The rule on WAN might be superfluous. Traffic from the AP on the LAN will not enter pfSense on the WAN.
Here is an example of the states I see now:
LAN tcp 192.168.1.246:36352 -> 54.185.135.21:443 ESTABLISHED:ESTABLISHED 1.819K / 1.82K 93 KiB / 99 KiB
WAN tcp 174.17.63.23:56928 (192.168.1.246:36352) -> 54.185.135.21:443 ESTABLISHED:ESTABLISHED 1.819K / 1.82K 93 KiB / 99 KiB
Not sure, it the AP is happy with the redirection. It obviously connects to an SSL port, so it might expect to get an SSL certificate from the server. But try it out.