Networking :: CentOS 5 System With Squid 2.6 - How To Enable Delay Pools

Apr 2, 2011

I have install squid 2.6 in my cent os 5 system. The proxy server is working perfect using the following method.
Code:
[root@localhost squid-2.6.STATBLE22]# ./configure@--prefix=/usr/local/squid

I want to enable delay pools feature in it.For that purpose I do as following
Code:
[root@localhost squid-2.6.STATBLE22]# ./configure --enable-delay-pools && "configuration successful"

The question is should I configure it as I do it for squid
./configure --enable-delay-pools--prefix=/usr/local/squid
To enable delay pools may I need the correction in the steps which I have taken.
[root@localhost squid-2.6.STATBLE22]#make
[root@localhost squid-2.6.STATBLE22]# make install

In short to enable delay pools may I just use
# ./configure --enable-delay-pools
then
#make
#make install

View 3 Replies


ADVERTISEMENT

Server :: Using CentOS 5 For Squid - Delay Pools Settings

Apr 24, 2011

I am using centos 5 for squid. I have enabled delay pools in it. The scenario is I have two clients machines have IP address 192.168.1.200 (The Manager) and 192.168.1.201 (Manager Assistant). The issue is I assign 512kbps to the Manager IP address and 128 to his assistant. When either of them download it start from 60 KB/Sec they finally get 11 KB/Sec which is wrong. If I disable the assistant delay pools settings then the Manager get 60KB/Sec continuously. By enabling both squid does not show any error.

Following is my line of code taken from squid.conf
Code:
acl our_512kbps src "/usr/local/squid/etc/our_512kbps"
acl our_128kbps src "/usr/local/squid/etc/our_128kbps"
http_access allow our_512kbps
http_access allow our_128kbps
http_access deny all

#Now Delay Pools
delay_pools 1
delay_class 1 1
delay_parameters 1 65536/65536 #512/8*1024=65536
delay_access 1 allow our_512kbps
delay_access 1 deny all

#Now delay class 2
delay_class 1 2
delay_parameters 1 65536/65536 16384/16384 #128/8*1024=16384
delay_access 1 allow our_128kbps
delay_access 1 deny all

View 4 Replies View Related

CentOS 5 Server :: Creating A Squid Config With 2 Delay Pools?

Aug 1, 2011

We have a squid-proxy configured with 1 delay pool to limit the bandwith to 6M. I have to create a kind of exception for a specific
remote host for which we want to reserve 1M which is not included within the 6M. How should I do that? Here is our actual configuration of the delay pools

acl all_network src 0.0.0.0/0.0.0.0
delay_pools 1
delay_class 1 1

[code]....

View 1 Replies View Related

Networking :: How To Apply Delay Pools On Squid

Mar 7, 2011

I am using squid 2.6 on my cent os 5.We r using 4 Mb/s link. I want to assign bandwidth allowcation to my boss like 512 Kb/s and 256 kb/s to its assistant.both are using class c IP address. How can I allocate bandwidth of their IP address.

View 1 Replies View Related

General :: Squid Delay Pools Configuration For 3 Types Of Clients

Mar 4, 2011

I want to configure squid delay pool for the following scenario:

Internet Connection Speed: 7Mbps
3 Types of clients
Type 1: unlimited access to bandwidth
Type 2: 1.5 Mbps
Type 3: 512 Kbps

Unlimited access ip address 192.168.4.1,2,5,10
1.5 mbps ip addresses 192.168.4.3,4,6-9,11
512 mbps ip addresses 192.168.4.12-14

How to create acl for these ip's and delay pools for above speed.

View 5 Replies View Related

Server :: Delay Pools - Managing Internet Bandwidth Thru Squid Proxy

Jan 2, 2010

I have configured a normal squid & now I want to manage internet bandwidth thru. "squid" proxy only.
Squid proxy server ip is :- 192.168.17.30
Client PC ip addres is 192.168.17.25
Total bandwidth avaialable :- 2 Mbps
Now, I want to limit bandwith of 400 kbps for the ip address 192.168.17.25 pc only. So, is there any method available for bandwidth limiting for a single pc?

View 2 Replies View Related

Networking :: How To Enable Squid Service

Apr 5, 2011

I have installed squid 2.6 in my cent os 5 machine. The installation location was

Code:

# ./configure@--prefix=/usr/local/squid
Normally with RPM base squid,to start and stop squid we use
# service squid start
# service squid stop

Now with source code based installation the start and stop services are not working.

View 19 Replies View Related

Fedora :: Recompile Squid To Enable - Enable-storeio - Coss

Aug 11, 2010

How to recompile squid under fedora 13 to insert this arguments ---> --enable-storeio=diskd,coss

View 2 Replies View Related

Networking :: DHCP - Creating Multiple Subnet Pools For Different Hosts?

Jul 16, 2010

I am trying to configure dhcpd to provide two different pools of IPs- one for dynamically named hosts specific to MAC addresses, and another for everyone else.So, a machine with X MAC address connects, gets an IP from e pool, and the server updates DNS with the address under a specific hostname.For the other pool, it just assigns the IP, no DNS updates.The "class" function doesn't appear to allow anything but pattern matching, and I can't find anything that specifies what "allow" and "deny" options therere for the pool command.Here's my config so far - will this do what I want?

Code:
key dhcpd {
algorithm hmac-md5;

[code]...

View 2 Replies View Related

CentOS 5 :: Enable Xfs File System?

Aug 28, 2009

I just loaded 5.3 from the CD's. How do I enable XFS file system support.

View 10 Replies View Related

CentOS 5 :: Enable Repo Media For Standalone System

Jun 3, 2010

I've installed a standalone system (no internet connection), and now I would like to add more software from the 7CD I used for the clean installation. I've enabled the 'media-repo' and disabled any other, but when I go to the main menu '->remove/install software' the System shows the message 'Can't find repomd.xml file...' and stops.

What can I do to enable this method?

View 1 Replies View Related

CentOS 5 Server :: Squid Proxy Configuration SQUID 2.6.STABLE21

Jan 17, 2011

I would like to ask some help and tutorial for setting up and how to configure squid proxy server in my (Home PC Server). I am a newbie in Linux Centos. I already installed in my system the CentOS 5.5 . Now, I want to configure it as my internet server, all of my 4 system running in Windows including the laptop I want to connect through my CentOS pc with username authentication. I assign all IP address by static. see tthe attachement in my set up. [url] I just want to know what I need to change and add in my squid config file. And how can I configure properly my CentOS with 2 LAN card as internet server.

View 1 Replies View Related

CentOS 5 Networking :: Install Web Proxy On VPS With Squid?

Jan 2, 2011

I need to install web proxy on my VPS, means, i'll get ip:port (without login and password) to add on firefox and to connect throught that Proxy ....

I have successfully installed Squid (with the command line : yum install squid)

Now, i need to know how to change squid.conf to be able to use that ip:port on firefox .

View 1 Replies View Related

Networking :: Finished Reconfiguring My 1st PC Centos 5.5 With Squid And Dansguarian?

Feb 8, 2011

I have finished reconfiguring my 1st PC Centos 5.5 with Squid and Dansguarian. Works fine the configuration is basic.lets name it to 1st PCeth0 - modem ip (public)eth1 - 172.16.1.1 (LAN)Then I've decided to change and add another Centos 5.5 for Firewall Service that is directly connected to the modem and then shares internet connection and some ports to 1st PC.

lets name it to 2nd PC, it also has two NICSeth0 - modem ip (public)eth1 - 10.0.0.1 (ip to connect to the 1st pc with squid services)so I changed the ip of the 1st PC with theseeth0 - 10.0.0.2eth1 - 172.16.1.1 (LAN)and connects the eth0 (10.0.0.2) of the 1st PC to the eth2 (10.0.0.1) of the 2nd PCthen I've tried browsing on the network but it does not work...is there a simple iptables command for the 1st PC and 2nd PC?

2nd PC (firewall to be)
#vi /home/user1/fw.sh
#!/bin/sh

[code]....

View 1 Replies View Related

CentOS 5 Networking :: OPEN Port In Squid Transparent Proxy

Jan 26, 2010

Here is my network diagram ADSL router----firewall--LAN inside the LAN my squid is running. currently all users are working with out proxy server. I installed the proxy server inside the LAN. now all users can access web browsing ,but no other ports are working , like POP3, smtp, then some other TCP port based applications are not working. My firewall ( juniper) is created and tested the rules to allow the POP3 and smtp and selected poprts which is working , but I redirected through squid proxy server the clients are not able to access. where do I have to create rules?

** in squid proxy( i already did in safe port list stillnot working)
** IP tables?

View 6 Replies View Related

CentOS 5 Networking :: Load Balancing Multi WAN On Squid Proxy Server?

Aug 12, 2009

How To: Load Balancing & Failover With Dual/ Multi WAN on Linux proxy server I have 3 WANs connection (2 ADSL and 1 Wimax). And 30 clients on LAN.

eth0 connect with Wimax
ip= 172.23.x.x
eth1 connect with ADSL1
ip=10.10.6.x
eth2 connect with ADSL2
ip= 10.10.5.x
eth3 connect with LAN
ip=192.168.1.x

how to do Load Balancing & Failover With Dual/ Multi WAN on Linux proxy server.

View 1 Replies View Related

CentOS 5 Networking :: Install The Latest Kmod-r8168 Rpm - It Failed To Enable The Networking Support

Dec 30, 2010

I had the elrepo kmod-r8168 driver running smooth for a while on my development box.
Yesterday, I did a clean install on it and when I tried to install the latest kmod-r8168 rpm, it failed to enable the networking support:

# yum --enablerepo=elrepo install kmod-r8168

The install performed all proper steps to disable the 8169 driver, I double checked to be sure.This is not a connectivity issue. If I remove the kmod-r8168 rpm, reboot the server and run the ifconfig eth0 up to activate the interface, everything works as expected. I use the latest kernel (2.6.18-194.26.1.el5 x86_64).

First, I performed a clean install, activated the eth0 and did a yum update, then installed the kmod-r8168 with yum. Then, I reinstalled the OS again, activated the eth0 and installed the kmod-r8168 on a 5.5 CD based kernel, same fail results. The only hiccup is: every time I start the box, I have to activate the eth0 interface (with default CentOS 8169 driver):

# ifconfig eth0 192.168.1.3
# ping -c 3 192.168.1.1 (no packets lost)
# ifconfig eth0 up

Once I do this, I have network connectivity.

View 3 Replies View Related

Ubuntu Networking :: Enable FTP For PHP On System?

Mar 4, 2010

I'm just want to know how i could enable FTP for PHP on a ubuntu system... I found a few links but they mostly say that when you install it you have to run

Code:
./configure --enable-ftp

How can i enable it if PHP was installed when we set up the server the 1st time?

View 1 Replies View Related

CentOS 5 Networking :: Check If Clamav Is Scanning HTTP Traffic Squid Proxy Server?

May 21, 2011

I'm trying to setup a Centos 5.6 Squid Proxy Server with Content Filtering & Antivirus Scanning Incoming HTTP Traffic from the Internet

I then proceeded to setup an configure the Proxy Server, i was able to test and confirm that Squid and Dansguardian Content Filter is working, however i dont know if Clamav is scanning HTTP traffic before it hits the client/server. Is there a way i can check if the Antivirus scanning is working.. is there some log file or real world test i can i can do to confirm that Clamav is scanning incoming traffic or even blocking potential viruses ??

Anyone who has squid proxy server with Clamav configured and its working can share there settings/setup with me and how they tested it ??

View 1 Replies View Related

Fedora Networking :: Can't Enable System Connection In KDE NetworkManager?

May 25, 2011

I'm using Fedora 15 with KDE, and in the NetworkManager settings I can't set my Ethernet connection to be a System Connection. The box is greyed out. I assume only root can enable this option, but GUI apps typically ask for an administrator password. I did add my user to the "Administrator" group when I installed and I can use sudo and all that.

View 2 Replies View Related

CentOS 5 Networking :: Unable To Enable Iwl 3945 On 5.3

May 5, 2009

have read [URL] lspci | grep Wireless 10:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02

[Code]...

have read [URL] but still could not issue the problem how should I resolve my wireless isusues?

View 19 Replies View Related

CentOS 5 Networking :: How To Enable Load Balancing In Box

Oct 27, 2010

I am using centos with two physical LAN cards. Some times one of our internet link goes down so the entire network stop. Now there are two different ISP internet lines coming into a single computer in their respactive lan cards for load balancing.
Kindly guide me that how can I enable Load Balancing in my Linux Box.

If one ISP goes down the load balancing server will use teh second one and vice virsa.

View 1 Replies View Related

Ubuntu Installation :: Post-GRUB 2 Delay - Troubleshoot This And Determine What Is Causing The Delay

May 11, 2011

After GRUB 2 comes up (I'm running Ubuntu 10.10) and I choose the OS to boot, there is about a 5 second delay where nothing appears to happen after I make the selection -- no disk activity. It happens consistently every time I boot. Again, this is after I choose the OS to boot, so it shouldn't have anything to do with the standard delay to allow me to choose the appropriate OS.Is there a good way to troubleshoot this and determine what is causing the delay?

View 4 Replies View Related

Networking :: Enable Duel Ipv4 / Ipv6 Stack On System?

Mar 12, 2010

How do you I use duel stack i.e How do I use ipv6 packet inside ipv4 packet using fedora kernel 12 ?

View 1 Replies View Related

CentOS 5 Networking :: Cannot Initialize Ethernet Card / Enable This?

Jun 7, 2010

I recently installed CentOS on a really old computer and while most things are running well, I am unable to connect to the internet. Using a Damn Small Linux live CD I am able to connect just fine and was able to see that that 'hp100' was being used as the netcard driver. When I tried to set up the network card using that adapter (HP10/100VG ....) it gives me the following error code...

View 1 Replies View Related

CentOS 5 Networking :: Getting Start W/ Centos Networking \ Ssh Commands But Not Setting Up A System And Stuff?

Feb 19, 2010

I just started setting up a linux box in the office...I have some experience with ssh commands but not setting up a linux system and stuff.The box is connected to our network but I have no clue how to make windows & osx talk with it. How can I go by doing that and also setting up an apache server to be able to connect through network. Right now I have apache/linux/mysql running it works when i go to localhost, but I would also like to let all the computers in office to access it. I would guess that will deal with virtual host which I know how to setup. I just need to setup an IP.

View 19 Replies View Related

CentOS 5 :: GDM Delay At Startup?

Mar 5, 2010

I'm having a problem with GDM very similar to the one described in the thread below, though they did not find a solution.

[URL]

Basically when I boot the machine I first see the terminal login, then after a moment I get what looks like some graphical corruption followed by GDM appearing.

I've already attempted reinstalling GNOME and X, then manually reinstalling GDM, but none have solved the problem. I'm currently in the process of enabling boot logging as described in the thread, so I'll post that soon.

View 11 Replies View Related

General :: Enable High Availability Between Two Squid Proxy Servers Acting As One?

Sep 29, 2010

I have setup proxy server as squid Now i would like to enable High Availability between two squid proxy servers acting as one.

View 6 Replies View Related

Ubuntu :: Sluggish System, Delay To Every Action?

Sep 19, 2010

I am running 10.04.1 and despite everything I have tried I cannot suss out why my machine is so slow. It runs fine in the other OS installed but in Ubuntu there is a lag to every action, eg if I drag a window it follows about 3 seconds later. Basically everything is delayed for some reason. It is becoming very annoying and I am contemplating a reinstall, could someone please prevent this. The system is running on an old Athlon 2800 and I have attached a screenshot of running processes.

View 1 Replies View Related

General :: Delay Automatic System Shut Down?

Aug 3, 2010

I am using Ubuntu 9.04. Years ago, I did UNIX and DOS line commands, but I am 66 and dim, though my doctor says he still thinks I have my marble.Anyway, my Linux shuts down automatically faster than I want it to.How does one control this?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved