Metal Gear-
I see "get-lease-hostnames" in there, along with MAC addresses and fixed
IP addresses being assigned to those particular machines. I think you
might want to try "use-host-decl-names" - which is not compatible with
"get-lease-hostnames", from what I've seen on the wiki.
-Krishna
On Thu, July 13, 2006 3:37 am, Metal Gear wrote:
> hi all,
> i am trying to boot a workstation using PXE. I am facing a strange
> problem,
> follwoing is my dhcpd.conf
>
> ###############################################33
> # dhcpd.conf
>
> ddns-update-style ad-hoc;
>
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.1.255;
> option routers 192.168.1.240;
> #option domain-name-servers 192.168.1.240;
> #option domain-name "webtech"; # You really should fix this
> option option-128 code 128 = string;
> option option-129 code 129 = text;
>
>
> get-lease-hostnames true;
>
> next-server 192.168.1.240;
> option root-path "192.168.1.240:/opt/ltsp/i386";
>
> subnet 192.168.1.0 netmask 255.255.255.0 {
> range 192.168.1.241 192.168.1.245;
> }
>
> host ws241 {
> hardware ethernet 00:01:03:e2:19:ea;
> fixed-address 192.168.1.241;
> filename "/lts/vmlinuz-2.6.16.1-ltsp-2";
>
> }
>
> host ws246 {
> hardware ethernet 00:01:03:e9:4e:88;
> fixed-address 192.168.1.246;
> filename "/lts/2.6.16.1-ltsp-2/eb-5.4.2-3c90x.zpxe";
> #filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
> }
>
> ########################################################
> when i try to use only 'filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";' only
> then thin client hangs on "uncompressing the linux...." and when i try to
> use 'filename "/lts/2.6.16.1-ltsp-2/eb-5.4.2-3c90x.zpxe' then thin client
> constantly emits debugging messages. In then end i have to use 'filename
> "/lts/2.6.16.1-ltsp-2/eb-5.4.2-3c90x.zpxe' and then restart my dhcp
> service
> at that point thin client is constatly emitting messages and does no load
> gnome. In the second step i uncomment the line 'filename
> "/lts/2.6.16.1-ltsp-2/pxelinux.0' eventually the thin client goes into
> gnome. I am using 3 com 3C905-TX-M card.
> Any help would be appreciated,
You say that if you use:
filename "/lts/2.6.16.1-ltsp-2/pxelinux.0";
It eventually gets to Gnome.
So, what's the problem? It sounds like it's working fine.
Jim McQuillan
[EMAIL PROTECTED]
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net