> My DHCP server gives options for LTSP terminals about what server on the > network is the root server. LTSP terminals some how are able to read this > info at boot time. I would like to find a way to read that information > after > a system has booted. The info is global in the DHCP settings so ever > system > gets it. Is there any way I can cat some file in proc to find it? > > -- > http://www.Radados.org
ifconfig -a should give you DHCP server IP. Are you looking for the DHCP options ? cat ./var/lib/dhcp3/dhclient.eth0.leases will tell you all about it. Hope this helps Peter _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

