22Oct/091
squid 2.6 – how to fast config
This post is about squid and how to configure it really fast, I’m putting here my config file of squid that works on core2duo 2 GB ram machine with 500GB hard drive.
First of all we need to install squid ( debian gnu linux)
apt-get install squid
Ok, after we need to go to /etc/squid and edit there few files.
First of all we need to create file flood.txt
20Oct/091
PPTP configuration
PPTPd configuration (debian linux)
for first we need to install PPTP server itself
apt-get install pptpdafter pptpd we need to edit /etc/pptpd.conf
we need to keep only 2 lines there
option /etc/ppp/pptpd-optionslogwtmp
localip 10.80.80.1 (change to your server side IP address)
remoteip 10.80.80.2-254 (change to your clients IP address)
we need to add few lines into /etc/ppp/pptp.options
Page 1 of 11

