Re: service monitoring and pf load balancing

2006-08-05 Thread NetNeanderthal
On 8/4/06, Hasan USTUNDAG <[EMAIL PROTECTED]> wrote: http://www.bsdforums.org/forums/showthread.php?t=33480 script works fine for me. You can also use ping to check host availibilty or perl module Net::Telnet to check port availibilty for other protocols. That pf.conf looks ok, but his script i

Re: service monitoring and pf load balancing

2006-08-04 Thread Hasan USTUNDAG
http://www.bsdforums.org/forums/showthread.php?t=33480 script works fine for me. You can also use ping to check host availibilty or perl module Net::Telnet to check port availibilty for other protocols. On 8/4/06, Stephan A. Rickauer <[EMAIL PROTECTED]> wrote: Spruell, Darren-Perot wrote: > From

Re: service monitoring and pf load balancing

2006-08-04 Thread Stephan A. Rickauer
Spruell, Darren-Perot wrote: > From: [EMAIL PROTECTED] >> CARP comes very close to solving the problem, but it's not specific to >> individual tcp ports afaik. So it would help if a box becomes >> completely unreachable, but if only the service stops working it's not >> that useful. >> >> Essential

Re: service monitoring and pf load balancing

2006-08-04 Thread Siju George
On 8/3/06, Bill Marquette <[EMAIL PROTECTED]> wrote: Very. I haven't updated the site since taking over the maintainer role. The code in CVS should compile and run on 3.9 cleanly - as soon as I've tested it myself I was planning on rolling out a 1.3 release (and I suppose I should check for it

Re: service monitoring and pf load balancing

2006-08-03 Thread Bill Marquette
On 8/3/06, Siju George <[EMAIL PROTECTED]> wrote: On 8/3/06, Bill Marquette <[EMAIL PROTECTED]> wrote: > > slbd - http://slbd.sourceforge.net/ might be what you're looking for. > The CVS code has numerous fixes that aren't in the 1.2 release. > > Disclaimer: I'm the current maintainer (but not th

Re: service monitoring and pf load balancing

2006-08-03 Thread Siju George
On 8/3/06, Bill Marquette <[EMAIL PROTECTED]> wrote: slbd - http://slbd.sourceforge.net/ might be what you're looking for. The CVS code has numerous fixes that aren't in the 1.2 release. Disclaimer: I'm the current maintainer (but not the author) of that code. This is great Bill :-) Does it

Re: service monitoring and pf load balancing

2006-08-02 Thread Bill Marquette
On 8/2/06, ben <[EMAIL PROTECTED]> wrote: I'm using a pf to round-robin redirect incoming requests (in this case http) to a pf address pool. I'm using pf to perform redirection in this situation instead of using a proxy specifically to avoid the source addresses in the log files as being that of

Re: service monitoring and pf load balancing

2006-08-02 Thread Jason Dixon
On Aug 2, 2006, at 7:53 PM, ben wrote: I'm using a pf to round-robin redirect incoming requests (in this case http) to a pf address pool. I'm using pf to perform redirection in this situation instead of using a proxy specifically to avoid the source addresses in the log files as being that of t

Re: service monitoring and pf load balancing

2006-08-02 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > CARP comes very close to solving the problem, but it's not specific to > individual tcp ports afaik. So it would help if a box becomes > completely unreachable, but if only the service stops working it's not > that useful. > > Essentially I'm looking for a very simple da

service monitoring and pf load balancing

2006-08-02 Thread ben
I'm using a pf to round-robin redirect incoming requests (in this case http) to a pf address pool. I'm using pf to perform redirection in this situation instead of using a proxy specifically to avoid the source addresses in the log files as being that of the proxy server. I'm aware of tools that