From owner-freebsd-ports@FreeBSD.ORG Tue Aug 19 16:16:54 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0224C82A for ; Tue, 19 Aug 2014 16:16:54 +0000 (UTC) Received: from mp1-smtp-2.eutelia.it (mp1-smtp-2.eutelia.it [62.94.10.162]) by mx1.freebsd.org (Postfix) with ESMTP id 7B6353119 for ; Tue, 19 Aug 2014 16:16:53 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mp1-smtp-2.eutelia.it (Eutelia) with ESMTP id 5709FE3E1D for ; Tue, 19 Aug 2014 18:16:51 +0200 (CEST) Received: from soth.ventu (adsl-ull-223-173.41-151.net24.it [151.41.173.223]) (authenticated bits=0) by ns2.biolchim.it (8.14.9/8.14.9) with ESMTP id s7JGGkIH045634 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 19 Aug 2014 18:16:48 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-223-173.41-151.net24.it [151.41.173.223] claimed to be soth.ventu Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.9/8.14.7) with ESMTP id s7JGGfnn029066 for ; Tue, 19 Aug 2014 18:16:41 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <53F37869.1050808@netfence.it> Date: Tue, 19 Aug 2014 18:16:41 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: VirtualBox and CARP Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Tue, 19 Aug 2014 18:16:48 +0200 (CEST) X-Spam-Score: () X-Scanned-By: MIMEDefang 2.75 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 16:16:54 -0000 Hello. Not sure this is the right place to ask... maybe net@? Or VirtualBox mailing lists? I have a 9.2/amd64 box with the following config: >ifconfig_re0="inet 10.1.2.13 netmask 255.255.255.0" >cloned_interfaces="carp0" >ifconfig_carp0="vhid 1 pass XXXXXXXX 10.1.2.127" On this box I run virtualbox-ose-4.3.12_1, with a hosted Windows Vista 64b machine: it's network card is configured as a "Bridged Adapter" and gets it's IP from the host via DHCP. On the hosted machine I can ping the host on 10.1.2.13, but not on 10.1.2.127. I.e. > C:\Windows\system32>ping 10.1.2.13 > > Esecuzione di Ping 10.1.2.13 con 32 byte di dati: > Risposta da 10.1.2.13: byte=32 durata=2ms TTL=64 > Risposta da 10.1.2.13: byte=32 durata=1ms TTL=64 > Risposta da 10.1.2.13: byte=32 durata=1ms TTL=64 > Risposta da 10.1.2.13: byte=32 durata<1ms TTL=64 > > Statistiche Ping per 10.1.2.13: > Pacchetti: Trasmessi = 4, Ricevuti = 4, > Persi = 0 (0% persi), > Tempo approssimativo percorsi andata/ritorno in millisecondi: > Minimo = 0ms, Massimo = 2ms, Medio = 1ms > C:\Windows\system32>ping 10.1.2.127 > > Esecuzione di Ping 10.1.2.127 con 32 byte di dati: > Richiesta scaduta. > Richiesta scaduta. > Richiesta scaduta. > Richiesta scaduta. > > Statistiche Ping per 10.1.2.127: > Pacchetti: Trasmessi = 4, Ricevuti = 0, > Persi = 4 (100% persi), Any hint on this? bye & Thanks av.