VMware

VIZZ.INFO

VMware Virtualisation Information from the creators of VIZZ.INFO

2 Posts tagged with the network tag
0

VMWare Player commands that let you force certain virtual network adapters to use certain subnet, dhcp and nat settings:

vmnetcfg.exe is a gui while vmnetlib.exe is for the command line

cd \temp

copy "\vnetlib.exe" .

start /wait vnetlib -- set vnet vmnet1 addr 192.168.201.0
start /wait vnetlib -- stop dhcp

start /wait vnetlib -- update dhcp vmnet1
start /wait vnetlib -- start dhcp
start /wait vnetlib -- update adapter vmnet1
start /wait vnetlib -- stop nat
start /wait vnetlib -- set vnet vmnet8 addr 192.168.208.0

start /wait vnetlib -- stop dhcp

start /wait vnetlib -- update dhcp vmnet8
start /wait vnetlib -- start dhcp
start /wait vnetlib -- update nat vmnet8
start /wait vnetlib -- start nat
start /wait vnetlib -- update adapter vmnet8

0 Comments Permalink
0

VMware Player manual Virtual Network VMnet1 & VMnet8 subnet configuration to prevent/resolve any conflicts with you LANs subnet !

RUN
===
C:\Program Files\VMware\VMware Player\vmnetcfg.exe

DHCP TAB
========
VMnet1 | STOP | APPLY
VMnet8 | STOP | APPLY

Host Virtual Network Mapping TAB
================================
VMnet1 > Subnet 192.168.201.0 > Apply
VMnet1 > DHCP 192.168.201.0
VMnet8 > Subnet 192.168.208.0 > Apply
VMnet8 > DHCP 192.168.208.0

DHCP TAB
========
VMnet1 | START | APPLY
VMnet8 | START | APPLY

DOS
===
C:> IPCONFIG

Ethernet adapter VMware Network Adapter VMnet8:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.208.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :

Ethernet adapter VMware Network Adapter VMnet1:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.201.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :

0 Comments Permalink
Click to view osde.info's profile Member since: Jan 25, 2005

VMware Virtualisation Information from the creators of VIZZ.INFO

View osde.info's profile

Communities