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

next in thread | previous in thread | raw e-mail | index | archive | help

> 1. On host, issue commands to create the bridge interface and=20
> populate it with one of your physical network interfaces and=20
> one tap interface

> 5. Configure the Windows guest to have the static IP address=20
> that you are after, first ensuring that that IP is not used=20
> 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.






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