Hi all,
I have got some problems with users on my server using email-to-SMS gateways.
They put .procmailrc like this one:
--
SENDMAIL=/usr/sbin/sendmail
:0c
* ^[EMAIL PROTECTED]
| $HOME/email2sms | $SENDMAIL -t
--
When the SMS gateway of someone's operator dies, the messages are bounced
On Tue, 10 Jul 2001, Marcin Sochacki wrote:
> Hi all,
>
> I have got some problems with users on my server using email-to-SMS gateways.
> They put .procmailrc like this one:
>
> --
> SENDMAIL=/usr/sbin/sendmail
> :0c
> * ^[EMAIL PROTECTED]
> | $HOME/email2sms | $SENDMAIL -t
> --
>
> Wh
Hi,
On Sat, Jul 07, 2001 at 01:47:44AM -0500, Sanjeev Gupta wrote:
> I am trying to "map" the structure of an ISP's network. A graphical tool
> that I could use to draw the diagrams, after it had done most of the work,
> would be great.
>
> Any suggestions? Tool should preferably run on:
Try
hi!!
how does the server monitoring system infoem the load
balancers about the health of the servers.I wanted to
know how basically its done.
please do reply
bye avinash
__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://per
I need to build a scalable webserver based on Apache. I'm not sure yet if
the application requires persistent TCP connections. If so, it will
require that after starting session all subsequent HTTP request in this
session will come to the same machine in the cluster. This requires load
ballancing
Hello,
> session will come to the same machine in the cluster. This requires load
> ballancing in 7th layer, so LVS doesn't help much.
check libapache-mod-backhand.
Package: libapache-mod-backhand
Priority: optional
Section: web
Installed-Size: 152
Maintainer: James Bromberger <[EMAIL PROTECTE
On Tue, Jul 10, 2001 at 01:34:03AM -0700, avinash naik wrote:
> how does the server monitoring system infoem the load
> balancers about the health of the servers.I wanted to
> know how basically its done.
> please do reply
> bye avinash
LVS ( Linux Virtual Server ) uses ldirectord. ldirector sen
On Tue, Jul 10, 2001 at 01:25:50PM +0200, Przemyslaw Wegrzyn wrote:
>
> I need to build a scalable webserver based on Apache. I'm not sure yet if
> the application requires persistent TCP connections. If so, it will
> require that after starting session all subsequent HTTP request in this
> sessi
I have to connect two networks together and the virtual link needs to
be safely encrypted (some users know SSH but some will just POP
blindly and LDAP in woody is not SSLized anyway).
I wonder what is the recommended way to setup an encrypted tunnel (to
make a VPN) between two Debian boxes:
- I
On Tue, Jul 10, 2001 at 05:36:08PM +0200, Stephane Bortzmeyer wrote:
> I have to connect two networks together and the virtual link needs to
> be safely encrypted (some users know SSH but some will just POP
> blindly and LDAP in woody is not SSLized anyway).
>
> I wonder what is the recommended
>I need to build a scalable webserver based on Apache. I'm not sure yet if
>the application requires persistent TCP connections. If so, it will
>require that after starting session all subsequent HTTP request in this
>session will come to the same machine in the cluster. This requires load
>ballan
Using an IPSec VPN is probably the "best" way to do it.
FreeS/WAN (http://www.freeswan.org) is a Linux implementation
of IPSec, but it's not the easiest thing in the world to
configure.
j.
--
Jeremy L. Gaddis <[EMAIL PROTECTED]>
-Original Message-
From: Stephane Bortzmeyer [mailto:[
On Tue, Jul 10, 2001 at 05:36:08PM +0200, Stephane Bortzmeyer wrote:
> I have to connect two networks together and the virtual link needs to
> be safely encrypted (some users know SSH but some will just POP
> blindly and LDAP in woody is not SSLized anyway).
>
> I wonder what is the recommended w
If you want an easy way to setup IPsec, contact a network security consultant that
understands it.
I think they are rare.
One organization that I know does understand IPsec is protectix. They offer a turn-key
solution which is designed around open source. The advantage of using protectix is
t
Hi all,
How well does zebra get interfaced with cisco routers (using bgp4) ?
Any of you've done some bench and/or comparison in performance for
a debian box + zebra + 2 fast ethernet NIC compared to an equivalent
config with a cisco (3600 + 2 fast ethernet NIC for ex) ?
Thank's for the answers.
Hi,
We use Zebra as a route collector on an alpha box running debian, we
have it peering with a cisco 7206 and one of our Juniper M40's, we get a
full routing table (104 thousand routes at them moment) on it in a couple
of minutes and works with no problem. It's not used to route or pass any
tra
[EMAIL PROTECTED] (Scott Kveton) wrote in message
news:<[EMAIL PROTECTED]>...
> Hello all,
>
> I'm working on a problem that seems like it should work and am looking for
> some help knocking out any obvious problems.
>
> We currently have several DSL lines that are used for crawling websites.
>
Just wondering if there are any
good open source and free radius servers out there to use that work well on
debian and what others are using to do radius with their ISP's.
Thanks,
vector
On Tue, Jul 10, 2001 at 08:26:08PM -0600, Vector wrote:
> Just wondering if there are any good open source and free radius
> servers out there to use that work well on debian and what others
> are using to do radius with their ISP's. Thanks,
cistron-radiusd is pretty good.
it's cert
On Tue, Jul 10, 2001 at 08:26:08PM -0600, Vector wrote:
> Just wondering if there are any good open source and free radius servers out
>there to use that work well on debian and what others are using to do radius with
>their ISP's. Thanks,
I can recommend Radiator by Open Systems Consulta
Hi all,
I have got some problems with users on my server using email-to-SMS gateways.
They put .procmailrc like this one:
--
SENDMAIL=/usr/sbin/sendmail
:0c
* [EMAIL PROTECTED]
| $HOME/email2sms | $SENDMAIL -t
--
When the SMS gateway of someone's operator dies, the messages are bounced b
On Tue, 10 Jul 2001, Marcin Sochacki wrote:
> Hi all,
>
> I have got some problems with users on my server using email-to-SMS gateways.
> They put .procmailrc like this one:
>
> --
> SENDMAIL=/usr/sbin/sendmail
> :0c
> * [EMAIL PROTECTED]
> | $HOME/email2sms | $SENDMAIL -t
> --
>
> When
Hi,
On Sat, Jul 07, 2001 at 01:47:44AM -0500, Sanjeev Gupta wrote:
> I am trying to "map" the structure of an ISP's network. A graphical tool
> that I could use to draw the diagrams, after it had done most of the work,
> would be great.
>
> Any suggestions? Tool should preferably run on:
Try u
hi!!
how does the server monitoring system infoem the load
balancers about the health of the servers.I wanted to
know how basically its done.
please do reply
bye avinash
__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://pers
I need to build a scalable webserver based on Apache. I'm not sure yet if
the application requires persistent TCP connections. If so, it will
require that after starting session all subsequent HTTP request in this
session will come to the same machine in the cluster. This requires load
ballancing
Hello,
> session will come to the same machine in the cluster. This requires load
> ballancing in 7th layer, so LVS doesn't help much.
check libapache-mod-backhand.
Package: libapache-mod-backhand
Priority: optional
Section: web
Installed-Size: 152
Maintainer: James Bromberger <[EMAIL PROTECTED
On Tue, Jul 10, 2001 at 01:34:03AM -0700, avinash naik wrote:
> how does the server monitoring system infoem the load
> balancers about the health of the servers.I wanted to
> know how basically its done.
> please do reply
> bye avinash
LVS ( Linux Virtual Server ) uses ldirectord. ldirector send
On Tue, Jul 10, 2001 at 01:25:50PM +0200, Przemyslaw Wegrzyn wrote:
>
> I need to build a scalable webserver based on Apache. I'm not sure yet if
> the application requires persistent TCP connections. If so, it will
> require that after starting session all subsequent HTTP request in this
> sessio
I have to connect two networks together and the virtual link needs to
be safely encrypted (some users know SSH but some will just POP
blindly and LDAP in woody is not SSLized anyway).
I wonder what is the recommended way to setup an encrypted tunnel (to
make a VPN) between two Debian boxes:
- I t
On Tue, Jul 10, 2001 at 05:36:08PM +0200, Stephane Bortzmeyer wrote:
> I have to connect two networks together and the virtual link needs to
> be safely encrypted (some users know SSH but some will just POP
> blindly and LDAP in woody is not SSLized anyway).
>
> I wonder what is the recommended w
I need to build a scalable webserver based on Apache. I'm not sure yet if
the application requires persistent TCP connections. If so, it will
require that after starting session all subsequent HTTP request in this
session will come to the same machine in the cluster. This requires load
ballancing i
Using an IPSec VPN is probably the "best" way to do it.
FreeS/WAN (http://www.freeswan.org) is a Linux implementation
of IPSec, but it's not the easiest thing in the world to
configure.
j.
--
Jeremy L. Gaddis <[EMAIL PROTECTED]>
-Original Message-
From: Stephane Bortzmeyer [mailto:[E
On Tue, Jul 10, 2001 at 05:36:08PM +0200, Stephane Bortzmeyer wrote:
> I have to connect two networks together and the virtual link needs to
> be safely encrypted (some users know SSH but some will just POP
> blindly and LDAP in woody is not SSLized anyway).
>
> I wonder what is the recommended wa
If you want an easy way to setup IPsec, contact a network security consultant
that understands it.
I think they are rare.
One organization that I know does understand IPsec is protectix. They offer a
turn-key solution which is designed around open source. The advantage of using
protectix is th
Hi all,
How well does zebra get interfaced with cisco routers (using bgp4) ?
Any of you've done some bench and/or comparison in performance for
a debian box + zebra + 2 fast ethernet NIC compared to an equivalent
config with a cisco (3600 + 2 fast ethernet NIC for ex) ?
Thank's for the answers.
Hi,
We use Zebra as a route collector on an alpha box running debian, we
have it peering with a cisco 7206 and one of our Juniper M40's, we get a
full routing table (104 thousand routes at them moment) on it in a couple
of minutes and works with no problem. It's not used to route or pass any
traf
[EMAIL PROTECTED] (Scott Kveton) wrote in message news:<[EMAIL PROTECTED]>...
> Hello all,
>
> I'm working on a problem that seems like it should work and am looking for
> some help knocking out any obvious problems.
>
> We currently have several DSL lines that are used for crawling websites.
> B
Just wondering if there are any
good open source and free radius servers out there to use that work well on
debian and what others are using to do radius with their ISP's.
Thanks,
vector
On Tue, Jul 10, 2001 at 08:26:08PM -0600, Vector wrote:
> Just wondering if there are any good open source and free radius
> servers out there to use that work well on debian and what others
> are using to do radius with their ISP's. Thanks,
cistron-radiusd is pretty good.
it's certa
39 matches
Mail list logo