-
Using a Web Service.
-
Open http://wpad/wpad.dat.
-
Figure the proxy out from the contents it returns.
-
-
Use the command
netstat
. This is a universal way and is especially helpful when http://wpad/wpad.dat is not available.-
Inspect the output of
netstat -an | egrep "EST|Proto"
("EST" is …
-