From: Scott Wrobel (saw424_at_xeomail.com)
Date: Thu Mar 11 2004 - 03:45:53 CET
From: "Scott Wrobel" <saw424@xeomail.com> Date: Thu, 11 Mar 2004 02:45:53 +0000 Message-Id: <E1B1GCn-0003oM-K0@wh7.korambayil.com> Subject: [suse-slstd-e] windows to squid to internet
I am trying to set up two windows boxes to connect to the internet throught my linux box using squid. I have made my own squid.conf file as shown below.
I have gone into the windows computers (2000 pro (192.168.1.27) and 98 (192.168.1.25)) and told them both to use the proxy server over a network, address: localhost and port: 3128, however i am getting no results.
The windows computers are manually configured to be in the same workgroup, gateway, netmask, and have the same first 3 segments of the ip addres as the server and can ping the server.
Samba is running and is working.
DHCP is giving me problems now that i have finally gotten it working.
The modem in the linex box does connect to the internet.
Any help / opinions / reasons why this is not related to a security mailing list ;) / etc. will be accepted warmly.
http_access allow src 192.168.1.25
http_access allow src 192.168.1.27
http_access allow all
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 192.168.1.25/255.255.255.0
acl localhost src 192.168.1.27/255.255.255.0
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
FadMart - http://www.fadmart.com - An Associate of the World's Largest Store!
---------------------------------------------------------------------
To unsubscribe, e-mail: suse-slstd-e-unsubscribe@suse.com
For additional commands, e-mail: suse-slstd-e-help@suse.com
This archive was generated by hypermail 2.1.7 : Thu Mar 11 2004 - 03:46:40 CET