Closed xenorites closed 5 years ago
I'm still not sure what, but I was doing something wrong, and ThinStation is now properly attempting to retrieve files from the specified webserver. It does still attempt to tftp the boot server, but it now is also hitting the webserver and pulling the config. If I figure out what I did/what changed I will post here.
I'm sure I am doing something wrong, but I can't figure it out. No matter what I do, on boot it attempts to retreive the boot time configurations from the tftp server (presumably via http, but I can't confirm). It seems to ignore the baseurl parameter.
Here is my build.conf:
and thinstation.conf.buildtime:
Here's hoping I'm being stupid... Thanks in advanced for any assistance!
Edit: It's worth pointing out that I have tried setting
NET_FILE_METHOD
to bothwget
andhttp
.Just realized I can confirm if it's even attempting to use http/wget at all to retrieve the files via the logs, and I see it hitting the TFTP server, not the HTTP server on that boot machine. It seems to be ignoring the
NET_FILES_METHOD
parameter as well.