Is there a way to declare static hosts more smartest?

Vladimir Skubriev skubriev at cvisionlab.com
Tue May 24 06:51:17 UTC 2016


Is there a way to declare static hosts more smartest?

Now I used following config strings:

...
  host callisto {
    hardware ethernet 00:25:33:44:80:55;
    fixed-address callisto;
  }

  host earth {
    hardware ethernet 14:99:88:71:77;
    fixed-address earth;
  }
...

Is there a way not to be repeated in fixed-address and declaring only
host-decl-names in host [hostname] directive?

Something like this:

...
  host callisto {
    hardware ethernet 00:25:33:44:80:55;
    fixed-address [something];
  }

  host earth {
    hardware ethernet 14:99:88:71:77;
    fixed-address [something];
  }
...

Thank you.

-- 
Faithfully yours,

CVision Lab System Administrator
Vladimir Skubriev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20160524/93405b62/attachment.html>


More information about the dhcp-users mailing list