You are not logged in.
Pages: 1
udhcpc by default does not provide hostname information during the dhcp negotiation.
I would like to suggest a modification to /etc/init.d/network.sh: ( line 156 )
[c]/sbin/udhcpc -b -T 1 -A 12 -i $INTERFACE -p \[/c]
to:
[c]/sbin/udhcpc -b -T 1 -A 12 -F $(/bin/hostname) -i $INTERFACE -p \[/c]
what are your thoughts?
Mike
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]