To see which network card is used by the second dhcp call, please edit
the lib/get-boot-info script in your nfsroot. Locate the line:

dhclient -lf /dev/null -cf /etc/dhcp3/dhclient-fai.conf -sf 
/etc/dhcp3/dhclient-fai-script $netdevices >>$bootlog 2> $LOGDIR/dhclient.log

and remove the redirection of stdout and stderr, so you will see those
messages on the terminal. Maybe add a set -x before this line. I hope
that you can see the MAC address of the interface and its name (eth0
or eth1) which is activated by this dhcp call.

-- 
regards Thomas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to