My squid access log shows the following when I try to connect to runescape via ip 216.115.77.88:
45959 127.0.0.1 TCP_MISS/200 6734449 CONNECT mycompany.local:443 pogo11 DIRECT/192.168.0.3 -
238 127.0.0.1 TCP_MISS/200 1398 GET http:// 216.115.77.88/game.ws pogo11 DIRECT/216.115.77.88 text/html
565 127.0.0.1 TCP_MISS/200 7230 GET http:// world76.runescape.com/m0,j0 pogo11 DIRECT/64.79.147.67 text/html
0 127.0.0.1 TCP_DENIED/407 1795 GET http:// world76.runescape.com/loader-1967252684.jar - NONE/- text/html
603 127.0.0.1 TCP_MISS/200 33239 GET http:// world76.runescape.com/loader-1967252684.jar pogo11 DIRECT/64.79.147.67 application/octet-stream
254 127.0.0.1 TCP_MISS/200 1494 POST http:// ocsp.thawte.com pogo11 DIRECT/199.7.50.72 application/ocsp-response
298 127.0.0.1 TCP_MISS/200 7663 GET http:// world76.runescape.com/error_game_js5connect.ws pogo11 DIRECT/64.79.147.67 text/html
243 127.0.0.1 TCP_MISS/200 379 GET http:// world76.runescape.com/blank.ws pogo11 DIRECT/64.79.147.67 text/html
110 127.0.0.1 TCP_MISS/200 422 GET http:// www .google-analytics.com/__utm.gif? pogo11 DIRECT/74.125.47.102 image/gif
I issued the following commands to bypass the proxy to 216.115.77.88(runescape ip) from 192.168.0.11(workstation ip)
mkdir -p /etc/e-smith/templates-custom/etc/rc.d/init.d/masq
cd /etc/e-smith/templates-custom/etc/rc.d/init.d/masq
wget -O 35transproxy
http://bugs.contribs.org/attachment.cgi?id=1410wget -O 90adjustTransProxy
http://bugs.contribs.org/attachment.cgi?id=2178config setprop squid BypassProxyTo 216.115.77.88
config setprop squid BypassProxyFrom 192.168.0.11/24
expand-template /etc/rc.d/init.d/masq
/etc/init.d/masq restart
no joy. I am still asked by java for a username & password for the proxy and I end up with the same error message. It would appear the java is failing to authenticate with the proxy server and I've done something wrong here because it is not bypassing the proxy.
Please let me know if there is anything wrong with this command sequence and/or if the logs shed some light on the prob.
would I be able to fix the java auth prob by setting up a automatic proxy configuration script on the sme server?