From owner-freebsd-questions@FreeBSD.ORG Thu Nov 24 17:53:45 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C86AA16A41F for ; Thu, 24 Nov 2005 17:53:45 +0000 (GMT) (envelope-from matthew@digitalstratum.com) Received: from mail.mundomateo.com (static-24-56-193-117.chrlmi.cablespeed.com [24.56.193.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C455043D68 for ; Thu, 24 Nov 2005 17:53:43 +0000 (GMT) (envelope-from matthew@digitalstratum.com) Received: from [10.0.81.12] (ws12.mundomateo.com [10.0.81.12]) by mail.mundomateo.com (Postfix) with ESMTP id 0AAE8646F for ; Thu, 24 Nov 2005 12:53:42 -0500 (EST) Message-ID: <4385FE1E.1030205@digitalstratum.com> Date: Thu, 24 Nov 2005 12:53:34 -0500 From: Matthew Hagerty Organization: Digital Stratum User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <20051124062639.66774.qmail@web51611.mail.yahoo.com> In-Reply-To: <20051124062639.66774.qmail@web51611.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: last try (anyone who here who has a working carp setup??) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: matthew@digitalstratum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 17:53:45 -0000 Mark Jayson Alvarez wrote: >Hi, >Been trying to make this work for the past three days, >yet still no luck. > >On host A (which is suppose to be the master): > >xl0: >flags=8943 >mtu 1500 > options=9 > inet6 fe80::201:2ff:fe88:d8c%xl0 prefixlen 64 >scopeid 0x1 > inet 10.10.8.144 netmask 0xffffff00 broadcast >10.10.8.255 > ether 00:01:02:88:0d:8c > media: Ethernet autoselect (100baseTX >) > status: active >plip0: >flags=108810 >mtu 1500 >lo0: flags=8049 mtu >16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet 127.0.0.1 netmask 0xff000000 >carp0: flags=41 mtu 1500 > inet 10.10.8.146 netmask 0xffffff00 > carp: MASTER vhid 1 advbase 1 advskew 0 > > > >On host B (which is supposed to be the backup) >xl0: >flags=8943 >mtu 1500 > options=9 > inet6 fe80::201:2ff:fe90:1957%xl0 prefixlen 64 >scopeid 0x1 > inet 10.10.8.145 netmask 0xffffff00 broadcast >10.10.8.255 > ether 00:01:02:90:19:57 > media: Ethernet autoselect (100baseTX >) > status: active >plip0: >flags=108810 >mtu 1500 >lo0: flags=8049 mtu >16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet 127.0.0.1 netmask 0xff000000 >carp0: flags=41 mtu 1500 > inet 10.10.8.146 netmask 0xffffff00 > carp: BACKUP vhid 1 advbase 1 advskew 100 > > >Even host B with a higher advskew, both of them seems >to be the BACKUP... no MASTER at all. pinging >10.10.8.146 won't reply.... however.. arping works? >Now the big question... how am I going to use this >virtual IP if I can't even ping it??? > > >Thanks... > > > > Please post the commands you are using to set up carp on each machine? Also, can you connect to the machines via their unique IP addresses (ping .144 and .145)? Matthew