Thread: Problem with PF
View Single Post
  #7   (View Single Post)  
Old 12th August 2015
roggy roggy is offline
Port Guard
 
Join Date: Nov 2013
Posts: 41
Default

jggimi,

then you are saying to use
Quote:
pass in on $INT_INTERNAL proto tcp from <NOPROXY> to any port 80 rdr-to $HOST_PROXY port 8080
pass in on $INT_INTERNAL proto tcp from <NOPROXY> to any port 443 rdr-to $HOST_PROXY port 8080
pass in on $INT_INTERNAL proto tcp from 192.168.50.2 to 200.200.200.200 port { 80 443 }
as opposed to
Quote:
match in on $INT_INTERNAL proto tcp from <NOPROXY> to any port 80 rdr-to $HOST_PROXY port 8080
match in on $INT_INTERNAL proto tcp from <NOPROXY> to any port 443 rdr-to $HOST_PROXY port 8080
match in on $INT_INTERNAL proto tcp from 192.168.50.2 to 200.200.200.200 port { 80 443 }
?
Reply With Quote