Guest CentOS 6.5 Eth 1 not pulling an IP
Posted: 13. Aug 2014, 01:27
All,
I am trying to get an IP off of eth1(which is bridged to my wlan on host). This Mac requires a USB WiFi stick, so I do not know if that is part of the problem. I just know that my other VMs seem to work fine with the WLAN adapter.
I'm attaching all the information, I can think of that could attempt to isolate the issue. If more information is needed, please let me know, I've seen other articles that I've already tried but it still fails to get an IP. At the moment, I have my Mac on a wired connection and it is pulling an IP.
Also, I've tried the following "Attach to:" in the Network Settings of the overall Virtual Machine Settings.
Also, I've copied the the ifcfg-eth0 and renamed it as ifcfg-eth1, then deleted the 70-persistant-net.rules, rebooted and that did not work.
Bridged(Currently set with my wlan).
NAT
Internal
Host-Only
Generic
All are coming up with the same issue on Eth1.. I am not sure what I am doing wrong but most likely it is something simple that I am overlooking.
Below are the ifcfg-eth0, ifcfg-eth1, and the 70-persistent-net.rules config files.
Attached is the ifconfig -a results
__________The 70-persistent-net.rules:__________________
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x8086:0x100e (e1000)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:76:55:c8", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x8086:0x100e (e1000)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:fe:fc:89", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
_____________________________________________________
______________ifcfg-eth0:______________
DEVICE=eth0
HWADDR=
TYPE=Ethernet
UUID=
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
_____________________________________
_________ifcfg-eth1__________
DEVICE=eth1
HWADDR=
TYPE=Ethernet
UUID=
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
____________________________
______ifup_____
ifup eth1
Determining IP information for eth1... failed.
_______________
I am trying to get an IP off of eth1(which is bridged to my wlan on host). This Mac requires a USB WiFi stick, so I do not know if that is part of the problem. I just know that my other VMs seem to work fine with the WLAN adapter.
I'm attaching all the information, I can think of that could attempt to isolate the issue. If more information is needed, please let me know, I've seen other articles that I've already tried but it still fails to get an IP. At the moment, I have my Mac on a wired connection and it is pulling an IP.
Also, I've tried the following "Attach to:" in the Network Settings of the overall Virtual Machine Settings.
Also, I've copied the the ifcfg-eth0 and renamed it as ifcfg-eth1, then deleted the 70-persistant-net.rules, rebooted and that did not work.
Bridged(Currently set with my wlan).
NAT
Internal
Host-Only
Generic
All are coming up with the same issue on Eth1.. I am not sure what I am doing wrong but most likely it is something simple that I am overlooking.
Below are the ifcfg-eth0, ifcfg-eth1, and the 70-persistent-net.rules config files.
Attached is the ifconfig -a results
__________The 70-persistent-net.rules:__________________
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x8086:0x100e (e1000)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:76:55:c8", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x8086:0x100e (e1000)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="08:00:27:fe:fc:89", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
_____________________________________________________
______________ifcfg-eth0:______________
DEVICE=eth0
HWADDR=
TYPE=Ethernet
UUID=
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
_____________________________________
_________ifcfg-eth1__________
DEVICE=eth1
HWADDR=
TYPE=Ethernet
UUID=
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp
____________________________
______ifup_____
ifup eth1
Determining IP information for eth1... failed.
_______________