I found the solution if anyone is wondering turns out i had to remove /etc/udev/rules.d/70-persistent-net.rules after deploy
Best posts made by kleanthis
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
-
RE: Network Interfaces missing from capture - Debian 6 kernel 2.6
Here is lspci output:
root@satbox:~# cat out.txt
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge (rev 02)
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graph ics Controller (rev 02)
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Con troller (rev 02)
00:19.0 Ethernet controller: Intel Corporation 82567V-3 Gigabit Network Connecti on (rev 04)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (r ev 04)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controll er #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controll er #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controll er #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation Device 2833 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Control ler #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f4)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE C ontroller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 04)
01:07.0 Ethernet controller: Intel Corporation 82541GI Gigabit Ethernet Controll er (rev 05)
02:00.0 Ethernet controller: Intel Corporation 82583V Gigabit Network Connection -
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
@george1421 ok so use lan 3 (the one thats working) for the debug deployment?
Latest posts made by kleanthis
-
RE: Snapins wont run on Linux Clients
True that , will give it a go . In any case , if i install fog client then i can run linux bash scripts no problem right?
-
RE: Snapins wont run on Linux Clients
I did not install Fog Client on the target box no . But how will i install Fog client on an empty box before i will deploy an image?
-
RE: Snapins wont run on Linux Clients
Fog Client ? You mean on the Fog Server or the actual deploy destination . If i have to install Fog Client on my destination first what is the point of trying to automated command execution after deployment ?
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
New Switches were installed that only have FastEthernet , but because i thought of that as well i tested it in my old environment Gigabit downstairs were it was working before. and still same issue.
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
@Tom-Elliott Well why cant my lan 1 and 2 get an ip but lan 3 can . This is my actual question . Otherwise when an os is installed all lan ports work fine .
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
@george1421 Nope , the other two lan ports dont get an ip . Their leds dont even come on . Its like they are unplugged or not activated. As soon as i plug the cable on lan 3 lights come up.
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
There you go :
[Fri Mar 17 root@fogclient ~]# ifconfig eth0 Link encap:Ethernet HWaddr 00:0B:AB:70:9A:21 inet addr:192.168.1.111 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1600 errors:0 dropped:0 overruns:0 frame:0 TX packets:67 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:183345 (179.0 KiB) TX bytes:15605 (15.2 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) [Fri Mar 17 root@fogclient ~]# ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:0b:ab:70:9a:21 brd ff:ff:ff:ff:ff:ff inet 192.168.1.111/24 brd 192.168.1.255 scope global eth0 valid_lft forever preferred_lft forever 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000 link/ether 00:0b:ab:70:aa:69 brd ff:ff:ff:ff:ff:ff 4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000 link/ether 00:0b:ab:70:aa:6a brd ff:ff:ff:ff:ff:ff
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
@george1421 ok so use lan 3 (the one thats working) for the debug deployment?
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
Is there a guide on this ? Debug deployment?
-
RE: Failed to get an ip from DHCP ! Tried on interfaces eth0 eth0 .
@kleanthis So it looks like it does not work with Lan 1 and Lan 2 but only with LAN 3 . I dont know why though . Can you check ?