As someone who is quite new to all of this, take my thoughts with a
grain of salt. That being said, this is my view on the matter.
On Tue, 14 Dec 2004 15:03:27 +0100, Andre Oppermann <[EMAIL PROTECTED]> wrote:
> Let's take a high level view of the issue at hand and the consider
> some alternative
On Tue, 14 Dec 2004 14:27:01 -0500, Josh Kayse <[EMAIL PROTECTED]> wrote:
> As someone who is quite new to all of this, take my thoughts with a
> grain of salt. That being said, this is my view on the matter.
>
> On Tue, 14 Dec 2004 15:03:27 +0100, Andre Oppermann <[EM
I was working on some test machines and using ifstated which uses the
KQUEUE event to register changes in link state. I noticed that
ifstated did register any events having to do with the em interfaces.
Looking through the code, it doesn't appear to support the KQUEUE
events. Am I correct in say
I am cross-posting this to -net and -pf because I am not sure where it goes.
I am running 2 carp interfaces on a pair of transparent firewalls
running FreeBSD 5.4.
One of the interfaces is a xl interface and the other is a plip interface.
I am having trouble in that the carp interfaces are not f
I think I've narrowed it down to the plip interface, but I'm not
completely sure. Has anyone gotten carp running over a plip
interface?
On 6/10/05, Josh Kayse <[EMAIL PROTECTED]> wrote:
> I am cross-posting this to -net and -pf because I am not sure where it goes.
>
004
+++ /usr/src/sys/dev/ppbus/if_plip.cMon Jun 13 10:05:56 2005
@@ -359,6 +359,7 @@
ppb_wctr(ppbus, IRQENABLE);
ifp->if_flags |= IFF_RUNNING;
+ ifp->if_flags = LINK_STATE_UP;
}
break;
On 6/11/05, Josh Kayse <[EMAIL PROTECTED]> wrote:
LIP interface and crossover interface. We then use ifstaded to
monitor the carp interfaces and shut down bridging on one of the
machines.
I will refrain from submitting any code to the community in the future.
On 6/13/05, Yar Tikhiy <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 13, 2005 at 10:10:54AM
rything working now and I just wanted to let others know how they
could use carp over PLIP if they so needed to.
> http://www.seattlecentral.edu/~dmartin/docs/bridge.html
>
>
>
> Greg
>
>
> >
> > I will refrain from submitting any code to the community in
> > th
On 6/15/05, Gleb Smirnoff <[EMAIL PROTECTED]> wrote:
> AFAIU, you use PLIP line as some flag that triggers suppression. If
> slave "sees" master via PLIP, it keeps itself in slave mode. May be
> I don't understand you right.
>
> Although the idea is not officially supported, it is interesting. C