Meik, should include "/etc//SunRay-ether-xxxxxxxx" contain two slashes before the SunRay?
linux:/etc # cat dhcpd.conf include "/etc/SunRay-options"; include "/etc//SunRay-ether-00144F48862D"; include "/etc//SunRay-ether-00144F946E04"; include "/etc/SunRay-subnet-192.168.129.0"; include "/etc/SunRay-subnet-10.0.0.0"; include "/etc/SunRay-subnet-192.168.2.0"; include "/etc/SunRay-interface-eth1"; # Sun Ray default DHCP config file /etc/dhcpd.conf ddns-update-style ad-hoc; On 10/12/07, Meik Hellmund <[EMAIL PROTECTED]> wrote: > On Thu, 11 Oct 2007 15:32:11 -0400 > "Jimmy Fox" <[EMAIL PROTECTED]> wrote: > > > I have a SRSS 4.0 09/07 box and the DTUs don't download the latest > > firmware. > Is your /tftpboot/ directory populated with the firmware files and > the tftp service activated? DHCP is only used to announce firmware > version and firmware server. The actual download uses tftp. > > >Linux doesn't seem to have a pntadm or dhtadm command so I'm > > not too sure how to check the dhcp tables. > Yes, Linux' dhcp server does not have a command line interface. > If you want to get/set dhcp configuration data, you must > parse/write the config file, which makes the utadm script for linux such a > beast. > > On Debian/Ubuntu boxes, the config file is /etc/dhcp3/dhcpd.conf > and for announcing firmware it should include lines like > option NewT.FWSrvr 192.168.1.1; > option NewT.NewTVer "4.0_48_2007.08.01.15.48" > > (BTW, the actual leases are logged in /var/lib/dhcp3/dhcpd.leases) > > > -- > Meik Hellmund > Mathematisches Institut, Uni Leipzig > e-mail: [EMAIL PROTECTED] > http://www.math.uni-leipzig.de/~hellmund > _______________________________________________ > SunRay-Users mailing list > [email protected] > http://www.filibeto.org/mailman/listinfo/sunray-users > _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
