After I have run squid in the Linux server, I want the workstations (Windows
NT) can use the proxy server to go online without setting anything. To
start the transparent proxy. I do the following steps:
1. Edited the /etc/squid/squid.conf file, with these options:
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
2. Type this command in terminal:
/sbin/ipchains -A input -p TCP -d 0/0 --dport 80 -j REDIRECT 3128
I don't see any error message, but the client still cannot go online without
setting proxy. And I found that after typing the above command, I cannot
nslookup localhost. And if I use lynx to go to localhost, it will have "503
service unavailable error". Why so strange (actually I don't really what the
above command is doing)?
I have also tried setting the default gateway of the Windows client pointing
to the Linux server, still the same.
Can anybody please tell me where did I do wrong? And can I setup transparent
proxy using Webmin? Or is there any other way can let a Windows client use
the proxy server provided by Linux without setting anything itself?
Thanks in advance. I'm using Red hat Linux 7.0.
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list