On Thu, 2015-09-03 at 09:53 -0500, Erik Anderson wrote: > Hello, > > Shortly I'm going to need to deal with a situation I've never had to > sort out before - using pfSense to redirect outbound HTTP(S) from > clients to an iPrism proxy/filter appliance. > > We're running pfsense v2.2.4. > > Is this possible to do with pfSense in a transparent manner? Or will I > be forced to reconfigure each client to go through the proxy? > > I've had a search through the forum and mailing list archives, and > haven't seen anything on this topic. > > Thank you! > Erik
Eric You *may* be able to use NAT to do this (basically the opposite to the way you do inbound NAT for systems from the internet to internal): Create an alias for a list of ports eg 80, 443 Firewall -> NAT: Port Forward If LAN Proto TCP Src addr <LAN_SUBNET> Src ports any Dest addr any Dest ports <ALIAS_FOR_PROXY_PORTS> Redirect target IP <IP_OF_PROXY> Redirect target port <PROXY_PORT> Cheers Jon _______________________________________________ pfSense mailing list https://lists.pfsense.org/mailman/listinfo/list Support the project with Gold! https://pfsense.org/gold
