James Knott schrieb:
> I could be mistaken, but it doesn't appear Webmin supports this function
> either.  It is possible to configure a "fixed-address" in dhcpd.conf,
> but that seems to be a lot of work, for something that should be simple
> to accomplish.

Not really. I have a small network here with fixed IPs via DHCP and I
simply add an entry like the one below to /etc/dhcpd.conf for each of my
PCs:

host hostname {
  hardware ethernet 00:11:22:33:44:55;
  fixed-address 192.168.0.99;
}

hth,
Chris
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to