config.yaml 759 B

1234567891011121314151617
  1. dhcp:
  2. - enabled: true #是否启用dhcp
  3. mode: "reservation" #模式
  4. bind_addr: "0.0.0.0:67" #绑定地址
  5. bind_interface: "" #绑定接口
  6. #自动获取
  7. #ip_for_packet: "192.168.1.1" #包的ip 如果未定义检测公共 IPv4 地址
  8. #syslog_ip: "192.168.1.2" #syslog的ip 如果未定义检测公共 IPv4 地址
  9. #tftp_ip: "192.168.1.3" #tftp的ip 如果未定义检测公共 IPv4 地址
  10. http_ipxe_script:
  11. os_name: "centos" #操作系统名称
  12. url: "http://172.17.103.111:8080/file/images/ipxe/auto.ipxe" #默认的ipxe脚本地址
  13. inject_mac_address: false #注入mac地址,
  14. - enabled: true #是否启用dhcp
  15. mode: "reservation" #模式
  16. bind_addr: "" #绑定地址
  17. bind_interface: "" #绑定接口