I have a network with 9 clients: 192.168.1.0/24
I need to redirect all traffic from 192.168.1.208 and 192.168.1.209 to an outside proxy server.
---------------
|192.168.1.201|--------|
--------------- |
|192.168.1.202|-----| |
--------------- | |
|192.168.1.203|--| | | access internet with IP from my ISP
--------------- | | | --------------------- ----------
|192.168.1.204|--|--|--|--|PFSENSE 192.168.1.1|----|INTERNET|
--------------- | | | --------------------- ----------
|192.168.1.205|--| | |
--------------- | |
|192.168.1.206|-----| |
--------------- |
|192.168.1.207|--------|
--------------- access internet with IP from my proxy server
|192.168.1.208|--| --------------------- -------------- ----------
--------------- |--------|PFSENSE 192.168.1.1|----|proxy server|----|INTERNET|
|192.168.1.209|--| --------------------- -------------- ----------
---------------
I want all trafic from 192.168.1.208 and 192.168.1.209 to access the internet using a proxy server (ip:port)
My question is: how do I setup pfsense to forward all traffic from 192.168.1.208 and 192.168.1.209 to some proxy and from that proxy to access the internet?