VMware Communities
Ranger_rkm
Contributor
Contributor

Virtual Network Settings and Editor

Hi,

I have been messing with vmware wks, for 1week +, trying to get a lab setup, and for the life of me get this to work.

Have a vmnet configured for 192.168.2.0 and 192.168.1.0

192.168.2.0 is my totally virutal network

192.168.1.0 is real network.

where can I find something that explains how to do this?

Thanks,

Mike

0 Kudos
6 Replies
oreeh
Immortal
Immortal

What type of configuration are you trying to achieve exactly?

0 Kudos
continuum
Immortal
Immortal

Windows-host ?


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos
Ranger_rkm
Contributor
Contributor

I guess, what is windows-host?

Mike

0 Kudos
oreeh
Immortal
Immortal

Are you running Workstation of top of (the host) Windows or on top of Linux and which version is the host OS?

0 Kudos
Ranger_rkm
Contributor
Contributor

Windows XP and VMWare OS Windows XP Pro

0 Kudos
continuum
Immortal
Immortal

You may try this batch to set vmnet1 to the IP you wanted.

Go to VMware-installdir - open a cmd here and run

start /wait vnetlib -- stop dhcp

start /wait vnetlib -- set vnet vmnet1 addr 192.168.2.0

start /wait vnetlib -- update dhcp vmnet1

start /wait vnetlib -- update adapter vmnet1

start /wait vnetlib -- start dhcp

That should set your hosts Virtual Adapter VMnet1 to IP 192.168.2.1 and

produce reasonable settings for the built-in DHCP-server.

Warning - undocumented stuff

Ulli


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos