On Wed, 2005-02-23 at 13:29 +0200, Cristi Mitrana wrote: > On Wed, 23 Feb 2005 06:23:50 -0500, Brian Beck <[EMAIL PROTECTED]> wrote: > > In many of the guides out there it talks about Manually configuring a > > section in dhcpd.conf for each terminal based on MAC address. While > > I've got a system working just fine without this, if I ever wanted to > > use this system, how would I go about determining each client's MAC address? > > > > usually by watching the dhcpd logs ( /var/log/message, /var/log/daemon) > while > booting the client. > Also you could try booting in runlevel 3 by default and at the bash > prompt just > execute 'ifconfig eth0' and take the HWAddr field.
Would this not give MAC for eth0 on server?? Do: #tail -f /var/log/messages And boot the client and see the MAC address come up in messages. -- Sudev Barar <[EMAIL PROTECTED]> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _____________________________________________________________________ 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
