Displaying 1 result from an estimated 1 matches for "r02s02".
Did you mean:
20202
2008 Mar 26
2
PXE client does not honor "hostname" parameter passed by DHCP server
...and run
stuff happily; one nuance that bothers me is that, for instance, my
Fedora6 (x64) (kernel 2.6.22), (and noticed also in some other distros
- Fedora8, Ubuntu710), the client boots but DOES NOT seem to pick up
the hostname I pass it through the DCHP server.
1. DHCP host declaration:
host r02s02 {
hardware ethernet 00:A0:D1:E3:57:CA;
fixed-address 192.168.16.12;
filename "pxelinux.0";
option host-name "r02s02";
}
2. Client boots but NO hostname!
[root at localhost ~]# uname -a
Linux localhost.localdomain 2.6.22.custom.14 #1 SMP Thu Feb 28
11:35:58 PST 2008 x8...