I'm new here. I've already searched in the community forum, but didn't find the solution yet. Maybe I don't see it, please just forward me to the correct post.
SITUATION:
eth0 = WAN
eth1 = LAN, 192.168.123.0/24, gateway:192.168.123.253 (=ERL)
I've a web proxy (Synology DS) on 192.168.123.1:3128.
QUESTION:
I want that my clients on the LAN uses the web proxy for al requests regarding www (port 80).
WHAT I'VE ALREADY TRIED:
set service dns forwarding options dhcp-option=252,http://192.168.123.1/wpad.dat
set service dhcp-server shared-network-name LAN1 subnet 192.168.123.0/24 wpad-url http://192.168.123.1/wpad.dat
With the wpad.dat the following (standard by Synology) information:
function FindProxyForURL(url, host) { return "PROXY 192.168.123.1:3128; DIRECT"; }
But those are not succesfull, it depends on the clients if they want to use it.
The only solution that stays is to push the ERL the request transparantly to the web proxy. I've seen some posts about it, but I don't know if it responds to my needs or are complete. Can someone help me further in this?
The objective is to create a step-by-step manual for newbies.