carp & ipfw

2005-08-04 Thread Donatas
is there any possibility to create ipfw load-balancer using carp? ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: How-to use CARP?

2005-08-04 Thread Marcin Jessa
Hi. Here is a good link http://www.countersiege.com/doc/pfsync-carp/ Cheers, Marcin Jessa On Wed, 3 Aug 2005 15:40:39 -0600 Stephane Raimbault <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm having a bit of a problem running 5.4-RELEASE and carp. All the > documentation that I read (man carp a

Re: How-to use CARP?

2005-08-04 Thread Stephane Raimbault
Thank you, that was it. Am I correct to say that pfsync is not available in 5.4 but will be available in 6.0 and/or in 5.5 ? Thanks, Stephane On 4-Aug-05, at 2:15 AM, Jeremie Le Hen wrote: Hi Stephane, I'm having a bit of a problem running 5.4-RELEASE and carp. All the documentation th

Re: NAT-T support for IPSec stack

2005-08-04 Thread Matthew Grooms
Bjoern A. Zeeb wrote: On Thu, 4 Aug 2005, Matthew Grooms wrote: There was also some mention of a third claim but it was hard to find details on the subject. Lastly, some people voiced concerns regarding ietf.org -> IPR -> Search -> NAT-T https://datatracker.ietf.org/public/ipr_detail_show.cg

RE: NAT-T support for IPSec stack

2005-08-04 Thread Bjoern A. Zeeb
On Thu, 4 Aug 2005, Matthew Grooms wrote: > Not sure if this helps at all, but I did some searching a bit to read > others comments concerning the NAT-T / IPR debate. These two documents > get mentioned repeatedly and would appear to have something to do with > other vendors decision to adopt NAT-

RE: NAT-T support for IPSec stack

2005-08-04 Thread Matthew Grooms
Not sure if this helps at all, but I did some searching a bit to read others comments concerning the NAT-T / IPR debate. These two documents get mentioned repeatedly and would appear to have something to do with other vendors decision to adopt NAT-T support. http://www.ietf.org/ietf/IPR/MICROS

Re: rstp & FreeBSD

2005-08-04 Thread Michael W. Lucas
On Thu, Aug 04, 2005 at 12:01:45PM -0700, Brooks Davis wrote: > On Thu, Aug 04, 2005 at 02:26:07PM -0400, Michael W. Lucas wrote: > > On Thu, Aug 04, 2005 at 11:16:46AM -0700, Brooks Davis wrote: > > > On Thu, Aug 04, 2005 at 12:54:37PM -0400, Michael W. Lucas wrote: > > > > > > > > I'm sure we su

Re: rstp & FreeBSD

2005-08-04 Thread Brooks Davis
On Thu, Aug 04, 2005 at 02:26:07PM -0400, Michael W. Lucas wrote: > On Thu, Aug 04, 2005 at 11:16:46AM -0700, Brooks Davis wrote: > > On Thu, Aug 04, 2005 at 12:54:37PM -0400, Michael W. Lucas wrote: > > > > > > I'm sure we support rstp Ethernet for redundancy, but damned if I can > > > find the d

Re: rstp & FreeBSD

2005-08-04 Thread Michael W. Lucas
On Thu, Aug 04, 2005 at 11:16:46AM -0700, Brooks Davis wrote: > On Thu, Aug 04, 2005 at 12:54:37PM -0400, Michael W. Lucas wrote: > > > > I'm sure we support rstp Ethernet for redundancy, but damned if I can > > find the documentation. Any suggestions? > > I don't think we have any RSTP code in

Re: rstp & FreeBSD

2005-08-04 Thread Brooks Davis
On Thu, Aug 04, 2005 at 12:54:37PM -0400, Michael W. Lucas wrote: > > I'm sure we support rstp Ethernet for redundancy, but damned if I can > find the documentation. Any suggestions? I don't think we have any RSTP code in the tree. We recently aquired an STP implementation in if_bridge, but not

rstp & FreeBSD

2005-08-04 Thread Michael W. Lucas
I'm sure we support rstp Ethernet for redundancy, but damned if I can find the documentation. Any suggestions? The hard part of any UNIX is knowing which man page to read. :-) ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http://www.BlackHelicopters.org

Re: inet6_pfil_hook undefined on -HEAD

2005-08-04 Thread Andrew Thompson
On Wed, Aug 03, 2005 at 11:58:02PM -0700, Darcy Buskermolen wrote: > In an effort to test the bridge device, I followed the instructions in > man if_bridge to create the bridge, I received an SIOCIFCREATE Invalid > argument, so I figured I needed to load the bridging code module. When I > attemp

Re: How-to use CARP?

2005-08-04 Thread Jeremie Le Hen
Hi Stephane, > I'm having a bit of a problem running 5.4-RELEASE and carp. All the > documentation that I read (man carp and other web based sources) > indicate to simply create my carp interface as follows: > > ifconfig carp0 create > > However when I run this... I get the following error:

Re: RE: NAT-T support for IPSec stack

2005-08-04 Thread VANHULLEBUS Yvan
On Tue, Aug 02, 2005 at 08:51:55PM +, Bjoern A. Zeeb wrote: [NAT-T, IPR, etc] > > More infos about that may be get from Emmanuel Dreyfus, a NetBSD > > developper and a member of the ipsec-tools team, which made the NetBSD > > NAT-T support, and told me a few month ago that NetBSD lawyers we

inet6_pfil_hook undefined on -HEAD

2005-08-04 Thread Darcy Buskermolen
In an effort to test the bridge device, I followed the instructions in man if_bridge to create the bridge, I received an SIOCIFCREATE Invalid argument, so I figured I needed to load the bridging code module. When I attempt to kldload if_bridge I get the above error. If any further informatio