Hi

I'm trying to use an IBM AS/400 as my Sun Ray firmware TFTP server. I
have made my DHCP configuration changes. The Sun Ray thin clients are
not reading the files from the AS/400 TFTP server because the
directory name needs to be specified on the tftp read request. Is
there anyway to specify a tftp directory name in the DHCP
configuration? For example instead of requesting "SunRayP8.parms" can
I tell the Sun Rays to request "/tftpboot/firmware_gui/SunRayP8.parms"
?

With the AS/400 TFTP server I found no way to get around having to
specify '/tftpboot/' in front of the file name.

Here is a snippet of my DHCP options in my Ubuntu ISC DHCP server:

#Sun Ray Options - PLA 08/01/2009
option space SunRay;
option SunRay.AuthSrvr code 21 = ip-address;
option SunRay.AuthSrvr 10.100.100.100;
option SunRay.FWSrvr code 31 = ip-address;
option SunRay.FWSrvr 10.101.100.100;
option SunRay.NewTVer code 23 = text;
option SunRay.NewTVer "GUI4.0_127553-03_2008.05.14.13.48";
# END Sun Ray Options - PLA 08/01/2009



Rock on, PLA

Patrick L Archibald
http://youtube.com/PatrickLArchibald/
http://platechnotes.patrickarchibald.com/
http://blog.patrickarchibald.com/
http://patrickarchibald.com
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to