Posts Tagged share internet connection

Basic Squid Proxy Server Tutorial Part 2 of 3

Posted by admin on Friday, 27 January, 2012

This video will help you share your Internet connection to your workstation, plus having the benefit of filtering content by redirecting port 80 to port 3128 of Squid.

Related Information

Basic Squid Proxy Server Tutorial Part 3 of 3

Posted by admin on Sunday, 25 September, 2011

Final step to configure and share Internet connection with Squid Proxy on a server with 2 NIC’s. We explain a little about iptables so it can jump and masquerade the workstations. Also, 2 things I forgot to mention which I added an annotation at the end of the video 1. Pls. don’t forget to edit your /etc/squid/squid.conf and put: http_port 3128 transparent 3128 is the Squid’s port number. Transparent means you don’t have to manually specify the proxy server on each workstation so that if you have 20 clients you don’t have to go to each one of them. 2. Pls. also make sure that your client’s /etc/resolv.conf is pointing to your router or dns-nameserver that is add this line anywhere in that file. nameserver 192.168.0.254 192.168.0.254 – is the router’s IP address. Good luck!

Related Information

[Guide] Share internet connection between 2 computers with a proxy server

Posted by admin on Saturday, 6 November, 2010

have you ever wanted to share your internet connection between your computers without the need of ICS ? .. or your firewall alwyas blocked your shared connection ? then try this new way to share internet

Related Information