From owner-freebsd-net@FreeBSD.ORG Wed Feb 6 05:39:37 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8541BFCE; Wed, 6 Feb 2013 05:39:37 +0000 (UTC) (envelope-from sodynet1@gmail.com) Received: from mail-ia0-x22f.google.com (ia-in-x022f.1e100.net [IPv6:2607:f8b0:4001:c02::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 25684E2E; Wed, 6 Feb 2013 05:39:37 +0000 (UTC) Received: by mail-ia0-f175.google.com with SMTP id r4so1094915iaj.20 for ; Tue, 05 Feb 2013 21:39:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=awbHDzr9p8duoL+YGN1+4sWZiu1LBxz2qGIwukuUbR8=; b=cIOS6Flesfm8GcRgiWyYUKNooJKEq1mzqF6Z9jMXd/lFm5n38SSmh2JNpJdzv9f4sx PATpwsVivBWz1RREsZViJxk+fhD3r7Dt47ajqgXPVpHBfxQemExv17dadW4QISVUf55c WAhhxAmILx1h/KA5BOkgJ3jZQKCo3+Z6LVhgLQ/RjLjNjLAkJmh9asBe4yWPxz5gZmBu XAbDiG9ClWCaple+siMUC/s9RA1uabbJGsKXqpanz3HCaZUBSgaRIk4uUQ+w6KB7g+u3 3HWSTOH8XKAsvou538aDCy6HNC1P3Dy+mnS1U2ZN71KLqGOcwygCkEjtYALzKiiV7NY6 YGNA== MIME-Version: 1.0 X-Received: by 10.50.187.169 with SMTP id ft9mr3696055igc.25.1360129176749; Tue, 05 Feb 2013 21:39:36 -0800 (PST) Received: by 10.64.51.98 with HTTP; Tue, 5 Feb 2013 21:39:36 -0800 (PST) Received: by 10.64.51.98 with HTTP; Tue, 5 Feb 2013 21:39:36 -0800 (PST) In-Reply-To: References: Date: Wed, 6 Feb 2013 07:39:36 +0200 Message-ID: Subject: Re: Patch: carpdev for 9.1-RELEASE. From: Sami Halabi To: araujo@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 05:39:37 -0000 Hi, Is there explaination somewhere what ix carpdev, benefits snd usage? I googled, an endex on mailinv listz nog describing but bringing carpdev frkm open/net bsd. Thanks in advance, Sami On Feb 6, 2013 5:44 AM, "Marcelo Araujo" wrote: > Hello all, > > Based on all changes made by glebius@, I made a patch to bring to > 9.1-RELEASE the capability to have the carpdev. > > This patch will not be submitted to 9-STABLE! This is not my intention. > > As I need carpdev on 9.1-RELEASE, I made it and now I want share with you > guys. It works properly for me, however any review our problem, feel free > to let me know and I'll try my best to fix it. > > Patch at: http://people.freebsd.org/~araujo/carpdev/ > > After apply the patch and build world/kernel, you can setup the carp as > follow: > root# ifconfig ix0 10.0.0.1 vhid 100 pass my_password > root# ifconfig ix0 vhid 100 state backup > root# ifconfig ix0 -k > > Note: Just remember, it is experimental, don't use it on production. > > Best Regards, > -- > Marcelo Araujo > araujo@FreeBSD.org > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >