You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mac2ip 723B

12345678910111213141516171819202122232425
  1. # -*- text -*-
  2. #
  3. # $Id: 793d5690e1d4520bb3db1d9900d6be09da2587ae $
  4. ######################################################################
  5. #
  6. # This next section is a sample configuration for the "passwd"
  7. # module, that reads flat-text files.
  8. #
  9. # The file is in the format <mac>,<ip>
  10. #
  11. # 00:01:02:03:04:05,192.168.1.100
  12. # 01:01:02:03:04:05,192.168.1.101
  13. # 02:01:02:03:04:05,192.168.1.102
  14. #
  15. # This lets you perform simple static IP assignments from a flat-text
  16. # file. You will have to define lease times yourself.
  17. #
  18. ######################################################################
  19. passwd mac2ip {
  20. filename = ${confdir}/mac2ip
  21. format = "*DHCP-Client-Hardware-Address:=DHCP-Your-IP-Address"
  22. delimiter = ","
  23. }