|
|
Re: Kerio Control 7.4.2 transparent proxy dont work :( [message #120485 is a reply to message #120480] |
Sun, 05 April 2015 18:22   |
milenjs
Messages: 5 Registered: April 2015
|
|
|
|
I'm read this manual but problem is not here.
With PC and Windows XP all is working fine, all clients browsers is finding automatically proxy settings.
With other PC (running server 2012) this not work. I export configuration from XP machine and import on 2012 server. Client computers have internet only with manual proxy entered. When select in browser automatically detect proxy - internet is missing.
|
|
|
Re: Kerio Control 7.4.2 transparent proxy dont work :( [message #120504 is a reply to message #120480] |
Tue, 07 April 2015 09:40  |
GMarciales
Messages: 8 Registered: April 2015 Location: Pullman / WA / USA
|
|
 
|
|
Cisco IOS
ip dhcp pool VLAN10
network 10.10.10.0 255.255.255.0
update dns both override
domain-name domain.com
default-router 10.10.10.1
dns-server 172.16.1.130 172.16.1.131
netbios-node-type p-node
option 42 ip 172.16.1.129
option 252 ascii http //10.10.10.1:3128/pac/proxy.pac
lease 0 4
update arp
Look for in Google about DHCP option 252
Regards!
|
|
|