Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2007 16:43:03 -0500
From:      Matt <datahead4@gmail.com>
To:        "Trent Nelson" <tnelson@onresolve.com>
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: Qemu networking issue
Message-ID:  <cd6b4a5b0708021443s1a701049m6f2e2256ff2de960@mail.gmail.com>
In-Reply-To: <AB1BB4CF81B9214682079EB55A7125ED0215D224@mapibe05.exchange.xchg>
References:  <AB1BB4CF81B9214682079EB55A7125ED0215D210@mapibe05.exchange.xchg> <cd6b4a5b0708021314p6545b9acvfceb8e15ccf660a9@mail.gmail.com> <AB1BB4CF81B9214682079EB55A7125ED0215D224@mapibe05.exchange.xchg>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/2/07, Trent Nelson <tnelson@onresolve.com> wrote:
>
> > 1. On host, issue commands to create the bridge interface and
> > populate it with one of your physical network interfaces and
> > one tap interface
>
> > 5. Configure the Windows guest to have the static IP address
> > that you are after, first ensuring that that IP is not used
> > by any of your interfaces or anyone else on the network.
>
> When you say nothing else is using it on the network, you mean other
> than the bridge?  (Otherwise don't points 1 and 5 conflict?)  E.g.
>
> # ifconfig em0 inet 205.97.38.47 alias delete
> # ifconfig bridge0 create
> # ifconfig bridge0 inet 205.97.38.47 netmask 0xffffff00 broadcast
> 205.97.38.255
> # ifconfig bridge0 addm em0 addm tap0 up
>
>         Trent.
>

The bridge should not require an IP address.

Matt



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