fixunix
Tags Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Re: Patches to allow running multiple vmware3 instances - FreeBSD

This is a discussion on Re: Patches to allow running multiple vmware3 instances - FreeBSD ; THANK YOU! I've been wanting this feature for a very long time now. I abandoned vmware2 a while back and the lack of this particular feature has been severely limiting the usefulness of vmware3. I added in your patches and ...


Fix Unix > Unix > FreeBSD > Re: Patches to allow running multiple vmware3 instances

Reply
 
LinkBack Tools
  #1  
Old 07-01-2004, 01:11 PM
Junior Member
 
Join Date: Sep 2009
Posts: 0
Default Re: Patches to allow running multiple vmware3 instances

THANK YOU! I've been wanting this feature for a very long time now.
I abandoned vmware2 a while back and the lack of this particular
feature has been severely limiting the usefulness of vmware3.

I added in your patches and recompiled. I do indeed get multiple
vmnet interfaces but I don't seem able to configure them as you show
in your example. Specifically, I cannot configure the interfaces to
be on the same subnet with the same netmask. I can have one but not
the other... ??? Your example file suggests you used this
(snip):

vmnet1.Bridged = "NO"
vmnet1.BridgeInterface = ""
vmnet1.HostOnlyAddress = "172.31.254.1"
vmnet1.HostOnlyNetMask = "255.255.255.240"
vmnet2.Bridged = "NO"
vmnet2.BridgeInterface = ""
vmnet2.HostOnlyAddress = "172.31.254.17"
vmnet2.HostOnlyNetMask = "255.255.255.240"

My config file looks like this:

vmware.fullpath = "/usr/local/lib/vmware/bin/vmware"
wizard.fullpath = "/usr/local/lib/vmware/bin/vmware-wizard"
dhcpd.fullpath = "/usr/local/lib/vmware/bin/vmnet-dhcpd"
loop.fullpath = "/usr/local/lib/vmware/bin/vmware-loop"
libdir = "/usr/local/lib/vmware"
vmnet1.Bridged = "NO"
vmnet1.BridgeInterface = ""
vmnet1.HostOnlyAddress = "172.19.20.40"
vmnet1.HostOnlyNetMask = "255.255.255.0"
vmnet2.Bridged = "NO"
vmnet2.BridgeInterface = ""
vmnet2.HostOnlyAddress = "172.19.20.41"
vmnet2.HostOnlyNetMask = "255.255.255.0"

The system complains with this message when attempting to configure
the second instance:

ifconfig: ioctl (SIOCAIFADDR): File exists

Any ideas? I'd love to start using this right away!

Sean

> Hi,
>
> I just send-pr'ed some patches to allow running of multiple
> networked
> vmware3 instances:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=68532
>
> The scheme isn't very elegant, since it uses one vmnet interface per
> vmware instance, but if your needs aren't very "dynamic", I think
> it's
> OK. Only tested on 5.2.1-RELEASE, see the pr for some possible
> issues on
> other versions (it should be possible to create the vmnet devices
> manually on non-devfs systems - *before* running the start
> script...).
>
> --Per Hedeland
> per@hedeland.org

_______________________________________________
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/lis...ebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org"
Reply With Quote
Reply

Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Patches to allow running multiple vmware3 instances unix FreeBSD 0 07-01-2004 11:37 PM
Re: Patches to allow running multiple vmware3 instances unix FreeBSD 0 07-01-2004 01:52 PM
Re: Patches to allow running multiple vmware3 instances unix FreeBSD 0 07-01-2004 01:46 PM
Re: Patches to allow running multiple vmware3 instances unix FreeBSD 0 07-01-2004 01:31 PM
Patches to allow running multiple vmware3 instances unix FreeBSD 0 06-30-2004 11:43 PM


All times are GMT. The time now is 10:09 AM.