Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2014 18:16:41 +0200
From:      Andrea Venturoli <ml@netfence.it>
To:        ports@freebsd.org
Subject:   VirtualBox and CARP
Message-ID:  <53F37869.1050808@netfence.it>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F37869.1050808>