ماشالله دوستان همه با دلار حرف می زنند :دی
حتما حساب پی پال باید باز کنند دیگه همه دوستان !!!
آموزش در زیر است اگر سوالی بود در خدمتم ... چند تا ریزه کاری داره البته !! دیگه وارد ریزه کاری ها نمی شوم ولی اگر لازم بود توضیح می دهم .
کد:
> yum install gcc
> yum install squid
> cd /etc/squid/
> wget http://www.squid-cache.org/contrib/squid_radius_auth/squid_radius_auth-1.10.tar.gz
> tar -zxvf squid_radius_auth-1.10.tar.gz
> cd squid_radius_auth-1.10
> make
> make install
> For Radious ... nano /usr/local/squid/etc/squid_radius_auth.conf
> For squid ... nano /etc/squid/squid.conf
> put this text
auth_param basic program /usr/local/squid/libexec/squid_radius_auth -f /usr/local/squid/etc/squid_radius_auth.conf
auth_param basic children 5
auth_param basic realm Squid *****-caching web server
auth_param basic credentialsttl 130 seconds
authenticate_ip_ttl 130 seconds
acl ip_limit max_user_ip -s 1
acl AuthUsers *****_auth REQUIRED
http_access deny ip_limit
http_access allow AuthUsers
visible_hostname serverdl.localdomain
> service httpd start
> service httpd restart
> service postgresql start
> service postgresql restart
> service squid start
> service squid restart
> service IBSng start
> service IBSng restart