Displaying 14 results from an estimated 14 matches similar to: "squid"
2007 Jan 08
2
shorewall/dansguardian/squid problem
ive got a config thats
client -> server ->Dansguardian->Squid -> onward adn I want to
transparently redirect web traffic to DG/Squid
Not sure where the problem lies - hoping you guys can help me and at
least tell me that its NOT my shorewall config
heres the configs
When I point a browser straight at 3128 or 3129 I get web pages back
and the appropriate stuff in the logs .
I get a
2005 May 29
17
Plans for 2.4.0
Hi folks,
Has anyone tested the changes to multiple ISPs/load balancing or
routestopped in 2.4.0-RC1 yet? We need to talk about what criteria we
will use for determining whether 2.4.0 is ready for release.
I''ve started configuring a firewall at work with the multiple ISPs
support, but its kernel doesn''t have connection marking support, so it''s
going to be a couple of
2009 Apr 29
5
Shorewall Settings to view internal websites
We are trying to configure shorewall as follows:
1. We have shorewall running at gateway (172.16.1.1) with NAT.
2. We have a number of web servers (172.16.1.x/24). These web servers are
accessed through port forwarding at the gateway (172.16.1.1) and websites
are visible through virtual hosting through a web re-director.
3. Presently the proxy server runs in a transparent mode, i.e., all web
1998 Oct 13
5
compare / contrast of linux fw and others
Hi,
I was wondering how a linux box configured as a firewall stacked up
against some of the commercial products like checkpoint-1 and gauntlet.
Can someone direct me to a good book or online doc that compares linux
to some other firewall methods?
Mind you, I''m not talking about a firewall in the classical sense, ie
ip forwarding turned off and used as a proxy, but the typical Linux box
2015 Mar 02
1
Update
I do not understand that you say me????
> Any reason you are not using the git protocol?
>
> git://git.samba.org
>
> David
> ------------------------------------------------------------------------
> Dr David Holder CEng FIET MIEEE
>
> Erion Ltd, An Cala, Inverkirkaig, Lochinver, Sutherland, IV27 4LR, UK
>
> Reception: +44 (0)1422 207000
>
> Direct Dial: +44
2011 May 22
2
[LLVMdev] [PATCH] OpenCL half support
On May 20, 2011, at 6:48 AM, Anton Lokhmotov wrote:
> Hi Chris,
>
>> Sorry for dropping this. Can you resend your current patch? Lets just
>> start and iterate on the llvm patch first.
> Please find the LLVM patch attached.
Hi Anton,
This looks like a great start, but it needs a lot of testcases showing that these things constant fold, handle conversions correctly, and
2004 Jul 27
2
icmp traceroute from dmz behind proxy-arp - icmp code 11 ?
hello there,
im running a 3interface inet, dmz, loc. i have some public ip addresses.
one public address is the router of the provider, the second one is the
linux box running shorewall. all other public interfaces are on the dmz
nic with proxy-arp.
now whenever i do a traceroute (the dmz boxes are windows, icmp
traceroute) the very first hop gets timeout/stars, then the router of
the provider
2018 Feb 21
7
alternative for multiple if_else statements
Hi, I am having trouble trying to figure out why if_else is behaving the way it is, it may be my code or the way the data is structured.
Below is a snapshot of a database am working on and it represents a longitudinal survey of study participants in a trial with weekly follow up.
The variable "survey_start" represents the start of the study-defined one year follow up (which we called
2018 Feb 22
0
alternative for multiple if_else statements
I don't fully understand the logic you are trying to implement, but
something along the lines of
foo <- cut(trialData$date,
breaks = as.Date(c("2007-01-01",
"2008-05-01",
"2009-04-01",
"2010-05-01",
2018 Feb 26
0
alternative for multiple if_else statements
That many ifelse statements is obviously rather a pain.
Would you not have got what you want with
... paste("survey", year, sep="_")
?
If that is not what you're looking for (eg because 'year' is the observation year and not the study start year), perhaps something that picks the minimum year for a subject or other relevant group might work? For example
2018 Feb 22
0
alternative for multiple if_else statements
Hi Kevin,
I ran the code on the full data set and was able to reproduce the problem
that you are facing.
My guess is that you have an error in your intuition and/or logic, and that
this relates to the use of the subscript [1].
Specifically, on the full dataset, the condition
trialData$date[trialData$survey_start == "Y" & trialData$year == 2013 &
trialData$site ==
2006 May 17
3
Rails "Application Error" with apache and mod_fcgid
Hello,
I have a gentoo system that I am trying to remotely develop rails
applications on using apache and fcgi. I created the simple hello world
example from Dave Thomas'' book to test the system and I receive an
"application error" when I try to go to the page. I can startup webrick
and use links to view the page just fine, but nothing doing through
apache.
I have
2004 Sep 30
1
Multiple Controllers to auth against
Hello,
I am currently using samba along side of squid to do ntlm
authentication. I have a primary, and secondary NT4.0 controllers, and
have listed in smb.conf as such:
password server: server1 server2
I expected that when server1 went down, server2 would be queried next.
This was not the case for me. I actually had server1 go down, and samba
continued to attempt and fail against server1.