Re: [Etherboot-users] Static ip in clients
Brought to you by:
marty_connor,
stefanhajnoczi
From: Peter <pl...@ac...> - 2006-03-06 13:18:19
|
On Mon, 6 Mar 2006, Ricardo Carrillo Cruz wrote: > Hello to all > > I don't want my thin clients to pick a dynamic ip.I want to set them wi= th a > static one. > How can i do that=BF? Use the MAC number in the dhcpd setup file. You can see an example in=20 the dhcpd3(8) manual page (look for fixed-address and 'hardware=20 ethernet'). You have to make one entry per client host. This is best=20 done with a script. Peter |