similar to: Re:Routing for Squid

Displaying 20 results from an estimated 100 matches similar to: "Re:Routing for Squid"

2004 Jan 20
4
Fair bandwidth oversubscribing ? How with HTB ?
Hopefully someone has a suggestion on how I might do this...as I can''t figure it out :( I need to be able to set up a group of seperate users who have a "bandwidth pool" they share, but also be able to limit their individual bandwidth as well. Example: I have 5 customers and would like to be able to provide them with a maximum of 256Kbit each, with a CIR of 33%. To do this,
2004 Feb 22
7
Neighbour table overflow
What is the cause for such a message while running kernel 2.6.1 on RH9 ? Neighbour table overflow. NET: 282 messages suppressed. Neighbour table overflow. Alex Iruc _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Mar 27
1
How to apply a patch ?
Hi, I''m using kernel 2.4.20 and like to use Stephen Hemminger ''s packet delay scheduler patch the patch is there : http://mailman.ds9a.nl/pipermail/lartc/2004q1/012112.html can anyone explain me how to apply it ? Regards Pascal OFFREDO _____________________________________________________________________ Un mot doux à envoyer? Une sortie ciné à organiser? Faites le en
2004 Jan 27
7
Whats wrong with my script?
I`m trying to shape both upload (eth0) and download(eth1). I made this script to acomplishthis but the filters are not working even though the classes and qdiscs are created. What am I doing wrong? #!/bin/bash tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1 htb default 10 r2q 5 tc qdisc del dev eth1 root tc qdisc add dev eth1 root handle 1 htb default 10 r2q 5 tc class add dev
2004 Apr 01
3
Control Bandwidth
Hi all, I need a little help, i am studing htb to control user bandwidth (download/upload) and I made a script as below to test. I am testing using ttcp tool from by linux box to other linux (192.168.200.51). my box <---- Linux = more than 128kbit mybot -----> Linux = get 128kbit But I want to control both ways, what am I missing? script: EXTIF=eth0 INTIF=eth1 TC=/sbin/tc DOWN=128
2004 Jan 15
2
Fw: Re:simple(?!?) source routing
Hi, Thanks for the reply. Thats where the problem starts. If I set ppp0 as the default gw the internet doesnt work anymore. This is how im doing it... route del default route add default gw 217.32.81.74 dev ppp0 if I put it back to ppp1... route del default route add default gw 217.32.68.73 dev ppp1 It works fine again. Whats up with that? Cheers, Chris ----- Original Message
2007 Apr 04
1
Use of cache_peer login=username:password
I'm running squid 2.6.11 on FreeBSD with a parent cache that requires authentication in order to access any web sites. It's been suggested to us by the department that runs the upstream cache that we can make some sites accessible without the client having to authenticate by getting our local squid to supply the username & password to the upstream cache for those sites. It users the
2016 Oct 29
2
Squid question
I'm having issues getting squid to send traffic through a specific upstream gateway. I need for a MS WSUS server and a Symantec Endpoint Protection Manager to get through a squid proxy to get out to Microsoft and Symantec respectively to get MS patches and Symantec DAT files. The traffic needs to go through the squid proxy, through a firewall, and through an upstream McAfee gateway
2004 Aug 13
1
CBQ REPORT
Hi all, I am controlling the bandwidth of 40 clients with cbq. When I type "tc -s -d qdisc show dev eth0" I see the traffic for each rule. Now my question is: is there any script to make possible to pass these results to a report like txt or html something like that? any tips will be helpfull. Thanks, __________________________________________________________________________
2004 Sep 03
1
bandwidth management
Hi all, I have a firewall central which a control the download/upload bandwidth with cbq of 9 differents networks. Now i need some help from you. I would like to use mrtg+snmp to reports these bandwidth to show per ip, how? any idea? tips? Thanks in advance, Anderson __________________________________________________________________________ Acabe com aquelas janelinhas que pulam na sua
2007 Dec 10
6
PAT HOW to - IPTABLES
Hi, I have a box running with iptables and iproute2. it has 3 ethernet cards. One for the internet. another for LAN and yet another for DMZ. @ DMZ ZONE I have 3 web servers. But I have only one real ip on my firewall. Now , I want to forward port 80 to theese 3 web servers. How can I do it? I searched a lot from google. But, still no luck. -- Thank you Indunil Jayasooriya
2004 Jan 04
3
problem whith htb script
Hi all && happy new Year ;) I''m try to made a script for shaping my outgoing traffic, but it doesn''t work fine. The script work good if all packets go thru the default class, but, if I try to send packets by other class, the packes doesn''t go by this class go also by the default class. This script is installed in a router linux with ip masquerading for the
2019 Jun 05
10
[PATCH 1/4] drm/virtio: Ensure cached capset entries are valid before copying.
From: David Riley <davidriley at chromium.org> virtio_gpu_get_caps_ioctl could return success with invalid data if a second caller to the function occurred after the entry was created in virtio_gpu_cmd_get_capset but prior to the virtio_gpu_cmd_capset_cb callback being called. This could leak contents of memory as well since the caps_cache allocation is done without zeroing.
2003 Aug 04
3
newbie question - devices
hi, I'm a newbie in this. I'm part of little company with 20 users, we need a pbx/central with access to and from the PSTN. i know that it is possible with asterisk, but i want to know which kind of devices i need, (interfaces and phones) thanks, -- santiago jos? ruano rinc?n administraci?n servidores y servicios de internet red de datos universidad del cauca -----BEGIN PGP
2008 Dec 10
1
First call to constructor fails (R.oo)
Hi all, I'm trying to do some object-oriented programming in R using the R.oo package. Right from the start I encountered a strange (at least for me) problem. I define a new class/constructor based on the R.oo documentation. However the first attempt to create an object fails: === Code: === library(R.oo); setConstructorS3("MyClass",function(param) { print(param);
2007 Dec 12
1
Re: LARTC Digest, Vol 34, Issue 12
Hey Marek, I´know that i must to works whith the INGRESS (instead of EGRESS), i´ve well formed my kernel. My others TC rules for source IP address (not for MAC address) does work fine...!!!, the problem is whith the MAC because is a not "IP PROTOCOL" and for that i must to use the "u32/u16 match" to solve it, and if i make an analogy from my others INGRESS rules applied to Src
2020 Jan 08
0
admin console
2020-01-08 09:59, Marvin Scholz wrote: > > On 6 Jan 2020, at 22:56, user wrote: > > > 2020-01-06 17:50, Philipp Schafft wrote: > >> Good evening, > >> > >> On Mon, 2020-01-06 at 10:24 +0000, user wrote: > >>> Hello. > >>> Is it possible to bind admin console on different port? > >>> > >>> icecast 2.4.4 >
2009 Dec 28
2
Samba4 and Squid3 with ntlm_auth
Hello there. I'm try to configure squid3 with samba4-alpha-10 autentication. My samba4 pdc work fine with a simple smb.conf: [globals] netbios name = PANTRO workgroup = MYDOMAIN realm = MYDOMAIN.LAN server role = domain controller [netlogon] path = /usr/local/samba/var/locks/sysvol/mydomain.lan/scripts read only = no
2003 Aug 12
1
usrobotics modem and pstn
hi, i have a external usrobotics modem, i want to use it with asterisk to interact with the pstn, what i have to do? thanks, -- santiago jos? ruano rinc?n administraci?n servidores y servicios de internet red de datos universidad del cauca -----BEGIN PGP MESSAGE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org
2007 Jan 23
1
DeStar 0.2.2 released!
Hello, I'm glad to announce that DeStar 0.2.2 version has been released. This release contains a large number of bugfixes and new features, see CHANGELOG.txt for the full list. You can find it in the usual place: http://developer.berlios.de/project/showfiles.php?group_id=2112 Thanks for using DeStar, Santiago Ruano Rinc?n http://destar.berlios.de -------------- next part -------------- A