LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: ideas about kernel masq table syncing ...

To: Wayne <wayne@xxxxxxxxxxxxxxx>
Subject: Re: ideas about kernel masq table syncing ...
Cc: "lvs-users@xxxxxxxxxxxxxxxxxxxxxx" <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
From: Kyle Sparger <ksparger@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 7 Aug 2000 12:55:32 -0400 (EDT)
> Would this cause any security concerns?  Any critical
> data cross the network should be encrypted to protect
> the integrity, but that will be a lot of overhead.

What exactly can you do with the information?  I can't think of anything 
-- okay, so you know which real server the data is getting sent to.  What
are you gonna do about it?

Is this data so sensitive that we need to worry about the data itself
being sniffed?  Definately we need some kind of authentication method to
make sure that your random trouble maker can't inject associativity at
will (possibly creating a denial of service, or worse), but this
application probably doesn't call for encrypting the _entire_ message.
(imho)

Mind you, doing the authentication right might _require_ encryption, but
it might not;  I'm just saying that I think that encryption of the data
for the sake of maintaining the secrecy of the data probably isn't a
concern.

> Why don't use serial port?  It seems easier than
> parallel port.

Serial port seems way, way slow to me, and is point-to-point only.

Thanks,

Kyle Sparger - Senior System Administrator
Dialtone Internet - Extremely Fast Web Systems
(954) 581-0097 - Voice (954) 581-7629 - Fax
ksparger@xxxxxxxxxxxxxxxxxxxx
http://www.dialtoneinternet.net

On Mon, 7 Aug 2000, Wayne wrote:

> At 08:22 PM 8/6/00 +0200, Ratz wrote:
> >Hi Wensong,
> >
> >I've been thinking about our talk at OLS on a possible
> >kernel-2-kernel masq table syncing (kmasqsd) design.
> >
> >To recall:
> >We decided to implement a kernel daemon like
> >kflushd that would periodically send new connection
> >template entries from the master director to the
> >backup (blaster) over a dedicated heartbeat based
> >on UDP packets. This is a good basic concept, however, 
> 
> Would this cause any security concerns?  Any critical
> data cross the network should be encrypted to protect
> the integrity, but that will be a lot of overhead.
> 
> >I'suggest not to send the updates via UDP but rather
> >define a own easy protocoll and run it over the 
> >parallel port, since this needs no IP-stack 
> 
> Why don't use serial port?  It seems easier than
> parallel port.
> 
> >processing and will also work if there is a stack
> >problem. And in case of a failover and a shutdown
> >of the interfaces, the daemon could still sync
> >without being interupted and so providing to 
> >best syncing state. The amount of lost connections
> >would definitely very small, if not even zero.
> >
> >Just a thought ...
> >Suggestions, flames :) ?
> >
> >best regards,
> >Roberto Nibali, ratz
> >
> >
> >-- 
> >mailto: `echo NrOatSz@xxxxxxxxx | sed 's/[NOSPAM]//g'`
> >
> 
> 
> 
> 








<Prev in Thread] Current Thread [Next in Thread>