Ok this is what I got so far. When I setup the ifcfg-eht0 to a static ip and reboot the system eth0 shows up when I do an ifconfig and it displays the IP. But if I set DYNAMIC=dhcp then eth0 doesnt show up unless I do an ifconfig eth0 up. But when it comes up it doesnt list an ip like before. Here are the results I get setting up a static IP.
[root@elabgw /root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:B8:30:0D:AA
inet addr:10.17.11.107 Bcast:10.17.11.255 Mask:255.255.252.0
UP BROADCAST RUNNING MULTICAST MTU:1500 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:100
Interrupt:9 Base address:0xdc00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
This is how I setup ifcfg-eth0
[root@elabgw /root]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
#!/bin/sh
#>>>Device type: loopback
#>>>Variable declarations:
DEVICE=eth0
IPADDR=10.17.11.107
NETMASK=255.255.252.0
NETWORK=10.17.10.0
BROADCAST=10.17.11.255
GATEWAY=10.17.8.10
ONBOOT=yes
BASIC=yes
DYNAMIC=
#>>>End variable declarations
I also tried the three commands that were listed above. pump was not a known command. This is what I got for the others....
[root@elabgw /root]# dhcpcd
[root@elabgw /root]#
[root@elabgw /root]# dhclient
Internet Software Consortium DHCP Client 2.0b1pl29
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit
http://www.isc.org/dhcp-contrib.html
/tmp/dcsw8IDIn: /etc/dhclient-script: No such file or directory
/tmp/dcsqAwj3B: /etc/dhclient-script: No such file or directory
Listening on LPF/eth0/00:e0:b8:30:0d:aa
Sending on LPF/eth0/00:e0:b8:30:0d:aa
Listening on LPF/lo/<null>
Sending on LPF/lo/<null>
Sending on Socket/fallback/fallback-net
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
send_packet: Network is down
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 5
receive_packet failed on eth0: Network is down
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
send_packet: Network is down
DHCPDISCOVER on lo to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
send_packet: Network is down