Technical>>Network

AX 2: BCM5787 Gigabit Ethernet controller can not get an IP address from the DHCP server




Solution:

The following file needs to be edited in order to change the delay:

/etc/sysconfig/network-scripts/network-functions

Using VI to edit the file from a terminal:

vi /etc/sysconfig/network-scripts/network-functions
269 while [ $timeout -le 10 ]; do

Change time from 10 to 40.


Tags