Quote:
Originally Posted by browdan
Hi I am fairly new to linux and am trying to set up a linux pc as a firewall box for a Windows XP PC.
Thanks
|
Squid could be used as one of the solution for your scenario.
However i've already created & posted a squid.conf on LQ.
Go through this thread..
http://www.linuxquestions.org/questi...d.php?t=388261
& second last post is the one in which i have posted a complete squid.conf.
Go thru it & you need to modify the ip series mentioned in red with your local lan series.
acl mylan src 192.168.10.0/255.255.255.0
Thats it. You are done.
Copy & paste all this conf over to new file, name it as squid.conf & replace it with existing /etc/squid.conf. Go to your XP box, set your local lan eth ip as proxy server ip & port as 8080.
Surf the net.
In case you still need some help, come back to LQ n reply to this thread with your queries. Someone sure gonna help you.
..amit..