* [gentoo-user] VMware Workstation environment on Gentoo
@ 2013-12-17 4:12 J.Marcos Sitorus
2014-01-01 9:46 ` Adam Carter
0 siblings, 1 reply; 7+ messages in thread
From: J.Marcos Sitorus @ 2013-12-17 4:12 UTC (permalink / raw
To: gentoo-user
Hello list,
Anybody here ever successfully configured VMware Workstation on Gentoo?
I have installed VMware Workstation 9 on my Gentoo box. It work for
normal virtual machine, but it never work for nested ESXi.
I want to create VMware lab on my PC for testing purpose (vMotion,
svMotion, DRS, etc).
I have try follow tutorial instruction on this website:
http://boerlowie.wordpress.com/2011/11/30/building-the-ultimate-vsphere-lab-part-1-the-story/
, but it still failed.
I also try FreeNAS and OpenFiler, but all failed.
The second nic (on vmnic1 on ESXi) cannot ping iSCSI target (FreeNAS
or OpenFiler or Windows iSCSI server).
I try similar configuration on VMware Workstation running on Windows
and my VMware lab work without any problem.
Is there some special configuration to make VMware Workstation on
Gentoo support virtual machines with more than 1 NIC?
-------
Salam,
J.Marcos S.
Sent from Maemo™
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] VMware Workstation environment on Gentoo
2013-12-17 4:12 [gentoo-user] VMware Workstation environment on Gentoo J.Marcos Sitorus
@ 2014-01-01 9:46 ` Adam Carter
2014-01-13 6:04 ` J.Marcos Sitorus
2014-01-13 6:06 ` J.Marcos Sitorus
0 siblings, 2 replies; 7+ messages in thread
From: Adam Carter @ 2014-01-01 9:46 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
[-- Attachment #1: Type: text/plain, Size: 197 bytes --]
>
>
> Is there some special configuration to make VMware Workstation on gentoo
> support virtual machines with more than one NIC?
>
> No, it just works. I have some windows vms with multiple nics
[-- Attachment #2: Type: text/html, Size: 329 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] VMware Workstation environment on Gentoo
2014-01-01 9:46 ` Adam Carter
@ 2014-01-13 6:04 ` J.Marcos Sitorus
2014-01-13 6:29 ` Adam Carter
2014-01-13 6:06 ` J.Marcos Sitorus
1 sibling, 1 reply; 7+ messages in thread
From: J.Marcos Sitorus @ 2014-01-13 6:04 UTC (permalink / raw
To: gentoo-user
Hi Adam,
Thank you for your reply.
Are you using genkernel or configure your own kernel?
If you configure you're own kernel, what kernel option did you enable
related to Vmware/virtualization? Do you mind send me kernel config
file?
What useflag did you use to compile Vmware Workstation?
On 1/1/14, Adam Carter <adamcarter3@gmail.com> wrote:
>>
>>
>> Is there some special configuration to make VMware Workstation on gentoo
>> support virtual machines with more than one NIC?
>>
>> No, it just works. I have some windows vms with multiple nics
>
--
Salam,
J.Marcos S.
Sent from Maemo™
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] VMware Workstation environment on Gentoo
2014-01-13 6:04 ` J.Marcos Sitorus
@ 2014-01-13 6:29 ` Adam Carter
2014-01-13 7:54 ` J.Marcos Sitorus
0 siblings, 1 reply; 7+ messages in thread
From: Adam Carter @ 2014-01-13 6:29 UTC (permalink / raw
To: gentoo-user@lists.gentoo.org
[-- Attachment #1: Type: text/plain, Size: 881 bytes --]
On Mon, Jan 13, 2014 at 5:04 PM, J.Marcos Sitorus <gkjdsh@gmail.com> wrote:
> Hi Adam,
> Thank you for your reply.
> Are you using genkernel or configure your own kernel?
> If you configure you're own kernel, what kernel option did you enable
> related to Vmware/virtualization? Do you mind send me kernel config
> file?
> What useflag did you use to compile Vmware Workstation?
>
I configured my own kernel. The vmware-modules ebuild will tell you if
you're missing any kernel options that you need.
The only vmware related USE flag i have is vmware-tools, which grabs the
software for the guest vms.
Usually all you need to do is setup the vmnet interfaces with
vmware-netcfg, then add network hardware to the guest OS and tell it which
vmnet interface to use. If you run ifconfig do you have multiple vmnet
interfaces? Did you add extra hardware to the guest OS?
HTH,
Adam
[-- Attachment #2: Type: text/html, Size: 1367 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] VMware Workstation environment on Gentoo
2014-01-13 6:29 ` Adam Carter
@ 2014-01-13 7:54 ` J.Marcos Sitorus
2014-01-13 23:55 ` Adam Carter
0 siblings, 1 reply; 7+ messages in thread
From: J.Marcos Sitorus @ 2014-01-13 7:54 UTC (permalink / raw
To: gentoo-user
On 1/13/14, Adam Carter <adamcarter3@gmail.com> wrote:
> On Mon, Jan 13, 2014 at 5:04 PM, J.Marcos Sitorus <gkjdsh@gmail.com> wrote:
> I configured my own kernel. The vmware-modules ebuild will tell you if
> you're missing any kernel options that you need.
Vmware-modules installed successfully on my gentoo box, no missing modules.
I just thought maybe there's some missing dependencies on the ebuild.
> Usually all you need to do is setup the vmnet interfaces with
> vmware-netcfg, then add network hardware to the guest OS and tell it which
> vmnet interface to use. If you run ifconfig do you have multiple vmnet
> interfaces? Did you add extra hardware to the guest OS?
> HTH,
> Adam
I cannot access my gentoo box right now, so I can't tell you exactly
how many vmnet interface I have. But from what I remember, I have two
vmnet: vmnet0 for bridge and vmnet1 for NAT.
I am creating several interface on vmware-netcfg, but those interface
not connected to physical interface (as explain in this tutorial:
http://boerlowie.wordpress.com/2011/12/02/building-the-ultimate-vsphere-lab-part-3-vmware-workstation-8/
).
------
Salam,
J.Marcos S.
Sent from Maemo™
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] VMware Workstation environment on Gentoo
2014-01-01 9:46 ` Adam Carter
2014-01-13 6:04 ` J.Marcos Sitorus
@ 2014-01-13 6:06 ` J.Marcos Sitorus
1 sibling, 0 replies; 7+ messages in thread
From: J.Marcos Sitorus @ 2014-01-13 6:06 UTC (permalink / raw
To: gentoo-user
On 1/1/14, Adam Carter <adamcarter3@gmail.com> wrote:
>>
>>
>> Is there some special configuration to make VMware Workstation on gentoo
>> support virtual machines with more than one NIC?
>>
>> No, it just works. I have some windows vms with multiple nics
>
Hi Adam,
Thank you for your reply.
Are you using genkernel or configure your own kernel?
If you configure you're own kernel, what kernel option did you enable
related to Vmware/virtualization? Do you mind send me kernel config
file?
What useflag did you use to compile Vmware Workstation?
Note: Sorry for my previous email. I am using gmail and it's set to
top posting by default
-----
Salam,
J.Marcos S.
Sent from Maemo™
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-01-13 23:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 4:12 [gentoo-user] VMware Workstation environment on Gentoo J.Marcos Sitorus
2014-01-01 9:46 ` Adam Carter
2014-01-13 6:04 ` J.Marcos Sitorus
2014-01-13 6:29 ` Adam Carter
2014-01-13 7:54 ` J.Marcos Sitorus
2014-01-13 23:55 ` Adam Carter
2014-01-13 6:06 ` J.Marcos Sitorus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox