From owner-freebsd-questions@FreeBSD.ORG Fri Jan 1 23:36:39 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 869E7106568B for ; Fri, 1 Jan 2010 23:36:39 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 5BC178FC25 for ; Fri, 1 Jan 2010 23:36:39 +0000 (UTC) Received: by pzk15 with SMTP id 15so9470034pzk.3 for ; Fri, 01 Jan 2010 15:36:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=HDMAClqRe1FEgYwmAtAueBhmVgnIW+SufkgtszqHgYc=; b=IhWISzYYIgtFQQeR9NpT8F/MTiiq2PA2VKfHdrlM6QgDAsB3xoLIUE9PQef21H+NID 0F4b+7S9IzMWluRIKG2553bM/+3VKW9l+o6bXoQarrPRY1qhOCjbVfkXop3GnOEqXqth Z6pa/TemBUJ5bJyBSd1cjNJe28nwEiMyjgNXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=nDFnBziaEFIEBBhqC3NpUuAscGdlmuIkePr8OLb7g5+DyKKW7taj0CpvHQtrK2VAOZ /XpzvukmvyPYh9dlFdvJ2oa78jNSTUl2fgUroH5tjwGRGm63/HBSe8N3btxMqiKHsUMD IhqJS59KYmpR6J9L1dorytWZl84dTdbxDmT/E= MIME-Version: 1.0 Received: by 10.143.129.7 with SMTP id g7mr6942558wfn.336.1262388990824; Fri, 01 Jan 2010 15:36:30 -0800 (PST) In-Reply-To: <20100102002243.54ba6716@baby-jane.lamaiziere.net> References: <20100102002243.54ba6716@baby-jane.lamaiziere.net> Date: Fri, 1 Jan 2010 17:36:30 -0600 Message-ID: <6201873e1001011536p51c47d0fh93d700c6d96fb126@mail.gmail.com> From: Adam Vande More To: Patrick Lamaiziere Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Virtualbox and bridged interface. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2010 23:36:39 -0000 On Fri, Jan 1, 2010 at 5:22 PM, Patrick Lamaiziere wrote: > Hi, Happy new year. > > (FreeBSD 8/i386 - latest test version of VB) > > Is there someone able to make VirtualBox working with a bridged > interface? > > I've got : > My gateway/access point on 192.168.1.1/24 > The host on 192.168.1.20/24 via wifi (wlan0) > The guest on 192.168.1.25/24 bridged with wlan0 > > From the guest I can ping the host without problem and vice versa. But > the guest is not able to reach my gateway. > > With Wireshark listening on wlan0, I can see that the guest is doing > some ARP requests to get the mac address of the gateway. But there is no > reply. > > No firewall, net.inet.ip_forwarding=1 (not sure if this is mandatory) > > Any idea? > > Thanks! Regards. > Bridged networking doesn't work on wireless interfaces. -- Adam Vande More