Quantcast
Channel: VMware Communities : Discussion List - VMware Fusion® (for Mac)
Viewing all articles
Browse latest Browse all 12061

custom vmnet can't grap IP Address from its DHCP Server

$
0
0

Hi Folks,

 

I'm running on Linux CentOS as platform for webIOU. In this vmguest instance, I have setup 4 vmnet interfaces, whereby vmnet1 is default (Host_only) and vmnet2-4 are (custom). I guess there are no different at all among them. when I run it, only first interface of vmguest interface can grab IP address from DHCP server, which is vmnet1, but not the rest with other interfaces (vmnet2-4). But the configuration of DHCP is in place for those vmnet interface.

I wonder whether has anyone encountered such similar issue like me, appreciate for your help or advice, many thanks.

 

Admin:~ admin$ cat /Library/Preferences/VMware\ Fusion/networking

VERSION=1,0

answer VNET_1_DHCP yes

answer VNET_1_DHCP_CFG_HASH F85765FD5667B2643A67D0DFB0F3231AA4C9B601

answer VNET_1_HOSTONLY_NETMASK 255.255.255.0

answer VNET_1_HOSTONLY_SUBNET 172.16.191.0

answer VNET_1_VIRTUAL_ADAPTER yes

answer VNET_2_DHCP yes

answer VNET_2_DHCP_CFG_HASH A76861DFAE0C9507AECE714A41E26ECA58973DBD

answer VNET_2_HOSTONLY_NETMASK 255.255.255.0

answer VNET_2_HOSTONLY_SUBNET 172.16.162.0

answer VNET_2_VIRTUAL_ADAPTER yes

answer VNET_3_DHCP yes

answer VNET_3_DHCP_CFG_HASH 313F051EF809FFC7976DF6284948FB590CD540AF

answer VNET_3_HOSTONLY_NETMASK 255.255.255.0

answer VNET_3_HOSTONLY_SUBNET 172.16.163.0

answer VNET_3_VIRTUAL_ADAPTER yes

answer VNET_4_DHCP yes

answer VNET_4_DHCP_CFG_HASH 38956F4190F126E7D78B087D0228FF7D0B098538

answer VNET_4_HOSTONLY_NETMASK 255.255.255.0

answer VNET_4_HOSTONLY_SUBNET 172.16.164.0

answer VNET_4_VIRTUAL_ADAPTER yes

answer VNET_5_DHCP yes

answer VNET_5_DHCP_CFG_HASH D1513DCD7846CF6570133B4892193BB37F9B72D3

answer VNET_5_HOSTONLY_NETMASK 255.255.255.0

answer VNET_5_HOSTONLY_SUBNET 172.16.165.0

answer VNET_5_VIRTUAL_ADAPTER yes

answer VNET_6_DHCP yes

answer VNET_6_DHCP_CFG_HASH 4863F0E6F6ADF2AC4A56BBAA8386F5D911E7B9D2

answer VNET_6_HOSTONLY_NETMASK 255.255.255.0

answer VNET_6_HOSTONLY_SUBNET 172.16.166.0

answer VNET_6_VIRTUAL_ADAPTER yes

answer VNET_7_DHCP yes

answer VNET_7_DHCP_CFG_HASH 3EEAC66BBEA01B0A952533133AAB86A206E83233

answer VNET_7_HOSTONLY_NETMASK 255.255.255.0

answer VNET_7_HOSTONLY_SUBNET 172.16.167.0

answer VNET_7_VIRTUAL_ADAPTER yes

answer VNET_8_DHCP yes

answer VNET_8_DHCP_CFG_HASH 90F9DB68015FE9758D4737C5AB102140896819C5

answer VNET_8_HOSTONLY_NETMASK 255.255.255.0

answer VNET_8_HOSTONLY_SUBNET 172.16.117.0

answer VNET_8_NAT yes

answer VNET_8_VIRTUAL_ADAPTER yes

answer VNET_9_DHCP yes

answer VNET_9_DHCP_CFG_HASH 7D2B910E056DE3BD43D6A4EC4504C07F9926909E

answer VNET_9_HOSTONLY_NETMASK 255.255.255.0

answer VNET_9_HOSTONLY_SUBNET 172.16.169.0

answer VNET_9_VIRTUAL_ADAPTER yes

 

Admin:~ admin$ cat /Library/Preferences/VMware\ Fusion/vmnet1/dhcpd.conf

# Configuration file for ISC 2.0 vmnet-dhcpd operating on vmnet1.

#

# This file was automatically generated by the VMware configuration program.

# See Instructions below if you want to modify it.

#

# We set domain-name-servers to make some DHCP clients happy

# (dhclient as configured in SuSE, TurboLinux, etc.).

# We also supply a domain name to make pump (Red Hat 6.x) happy.

#

 

 

###### VMNET DHCP Configuration. Start of "DO NOT MODIFY SECTION" #####

# Modification Instructions: This section of the configuration file contains

# information generated by the configuration program. Do not modify this

# section.

# You are free to modify everything else. Also, this section must start

# on a new line

# This file will get backed up with a different name in the same directory

# if this section is edited and you try to configure DHCP again.

 

# Written at: 01/09/2015 21:41:03

allow unknown-clients;

default-lease-time 1800;                # default is 30 minutes

max-lease-time 7200;                    # default is 2 hours

 

subnet 172.16.191.0 netmask 255.255.255.0 {

    range 172.16.191.128 172.16.191.254;

    option broadcast-address 172.16.191.255;

    option domain-name-servers 172.16.191.1;

    option domain-name localdomain;

    default-lease-time 1800;                # default is 30 minutes

    max-lease-time 7200;                    # default is 2 hours

}

host vmnet1 {

    hardware ethernet 00:50:56:C0:00:01;

    fixed-address 172.16.191.1;

    option domain-name-servers 0.0.0.0;

    option domain-name "";

}

####### VMNET DHCP Configuration. End of "DO NOT MODIFY SECTION" #######

Admin:~ admin$ cat /Library/Preferences/VMware\ Fusion/vmnet2/dhcpd.conf

# Configuration file for ISC 2.0 vmnet-dhcpd operating on vmnet2.

#

# This file was automatically generated by the VMware configuration program.

# See Instructions below if you want to modify it.

#

# We set domain-name-servers to make some DHCP clients happy

# (dhclient as configured in SuSE, TurboLinux, etc.).

# We also supply a domain name to make pump (Red Hat 6.x) happy.

#

 

 

###### VMNET DHCP Configuration. Start of "DO NOT MODIFY SECTION" #####

# Modification Instructions: This section of the configuration file contains

# information generated by the configuration program. Do not modify this

# section.

# You are free to modify everything else. Also, this section must start

# on a new line

# This file will get backed up with a different name in the same directory

# if this section is edited and you try to configure DHCP again.

 

# Written at: 01/09/2015 21:41:03

allow unknown-clients;

default-lease-time 1800;                # default is 30 minutes

max-lease-time 7200;                    # default is 2 hours

 

subnet 172.16.162.0 netmask 255.255.255.0 {

    range 172.16.162.128 172.16.162.254;

    option broadcast-address 172.16.162.255;

    option domain-name-servers 172.16.162.1;

    option domain-name localdomain;

    default-lease-time 1800;                # default is 30 minutes

    max-lease-time 7200;                    # default is 2 hours

}

host vmnet2 {

    hardware ethernet 00:50:56:C0:00:02;

    fixed-address 172.16.162.1;

    option domain-name-servers 0.0.0.0;

    option domain-name "";

}

####### VMNET DHCP Configuration. End of "DO NOT MODIFY SECTION" #######

 

Admin:~ admin$ cat /Library/Preferences/VMware\ Fusion/vmnet3/dhcpd.conf

# Configuration file for ISC 2.0 vmnet-dhcpd operating on vmnet3.

#

# This file was automatically generated by the VMware configuration program.

# See Instructions below if you want to modify it.

#

# We set domain-name-servers to make some DHCP clients happy

# (dhclient as configured in SuSE, TurboLinux, etc.).

# We also supply a domain name to make pump (Red Hat 6.x) happy.

#

 

 

###### VMNET DHCP Configuration. Start of "DO NOT MODIFY SECTION" #####

# Modification Instructions: This section of the configuration file contains

# information generated by the configuration program. Do not modify this

# section.

# You are free to modify everything else. Also, this section must start

# on a new line

# This file will get backed up with a different name in the same directory

# if this section is edited and you try to configure DHCP again.

 

# Written at: 01/09/2015 21:41:03

allow unknown-clients;

default-lease-time 1800;                # default is 30 minutes

max-lease-time 7200;                    # default is 2 hours

 

subnet 172.16.163.0 netmask 255.255.255.0 {

    range 172.16.163.128 172.16.163.254;

    option broadcast-address 172.16.163.255;

    option domain-name-servers 172.16.163.1;

    option domain-name localdomain;

    default-lease-time 1800;                # default is 30 minutes

    max-lease-time 7200;                    # default is 2 hours

}

host vmnet3 {

    hardware ethernet 00:50:56:C0:00:03;

    fixed-address 172.16.163.1;

    option domain-name-servers 0.0.0.0;

    option domain-name "";

}

####### VMNET DHCP Configuration. End of "DO NOT MODIFY SECTION" #######

Admin:~ admin$ cat /Library/Preferences/VMware\ Fusion/vmnet4/dhcpd.conf

# Configuration file for ISC 2.0 vmnet-dhcpd operating on vmnet4.

#

# This file was automatically generated by the VMware configuration program.

# See Instructions below if you want to modify it.

#

# We set domain-name-servers to make some DHCP clients happy

# (dhclient as configured in SuSE, TurboLinux, etc.).

# We also supply a domain name to make pump (Red Hat 6.x) happy.

#

 

 

###### VMNET DHCP Configuration. Start of "DO NOT MODIFY SECTION" #####

# Modification Instructions: This section of the configuration file contains

# information generated by the configuration program. Do not modify this

# section.

# You are free to modify everything else. Also, this section must start

# on a new line

# This file will get backed up with a different name in the same directory

# if this section is edited and you try to configure DHCP again.

 

# Written at: 01/09/2015 21:41:03

allow unknown-clients;

default-lease-time 1800;                # default is 30 minutes

max-lease-time 7200;                    # default is 2 hours

 

subnet 172.16.164.0 netmask 255.255.255.0 {

    range 172.16.164.128 172.16.164.254;

    option broadcast-address 172.16.164.255;

    option domain-name-servers 172.16.164.1;

    option domain-name localdomain;

    default-lease-time 1800;                # default is 30 minutes

    max-lease-time 7200;                    # default is 2 hours

}

host vmnet4 {

    hardware ethernet 00:50:56:C0:00:04;

    fixed-address 172.16.164.1;

    option domain-name-servers 0.0.0.0;

    option domain-name "";

}

####### VMNET DHCP Configuration. End of "DO NOT MODIFY SECTION" #######


Viewing all articles
Browse latest Browse all 12061

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>