Hi,
Upon connection, the Windows vpn client E80.62 creates a wrong pac file ![Smiley Sad Smiley Sad](/i/smilies/16x16_smiley-sad.png)
It generates its own pac file from my current one, but the result contain error and browsers (chrome, firefox) can't use it. So my internet is not working ![Smiley Sad Smiley Sad](/i/smilies/16x16_smiley-sad.png)
I already posted to "old" forum, and then I found there is now a new forum... Sorry for the cross post.
Faulty statement is:
if ( isInNet(resolvedIP, "10.0.0.0", "255.255.0.0") ||
isInNet(resolvedIP, "43.193.248.0", "255.255.255.0") ||
isInNet(resolvedIP, "43.193.251.0", "255.255.255.0") ||
isInNet(resolvedIP, "43.217.64.0", "255.255.252.0") ||
isInNet(resolvedIP, "172.17.0.0", "255.255.0.0")
(resolvedIP== "127.0.0.1") ||
(host=="127.0.0.1") ||
(url=="127.0.0.1"))
return "DIRECT";
else
return CPSCFindProxyForURL(url, host);
Notice the missing "||" after isInNet(resolvedIP, "172.17.0.0", "255.255.0.0")
Any suggestion?
Thx!