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

Dear,

I have the following rules on the link below for a test environment.
http://pastebin.com/BGHQvfRu

All IPs, with the exception of 192.168.50.4 are redirected to the proxy on port 8080.
I wonder how do I get requests coming from IP 192.168.50.2 on port 80 and 443 bound for 200.200.200.200, are not redirected to port 8080.
Below the proxy rules, I tried the following rule and not worked.
Code:
match in on $INT_INTERNAL proto tcp from 192.168.50.2 to 200.200.200.200 port  { 80 443 }
Thanks!!

Last edited by ocicat; 6th August 2015 at 02:05 PM. Reason: Please use [code] & [/code] tags when posting configurations.
Reply With Quote