netboot-proxy-network.argv 495 字节
Newer Older
1
@DNSMASQ@ --strict-order --domain=example.com \
2
--local=/example.com/ --domain-needed --conf-file= \
3 4
--bind-interfaces --except-interface lo \
--listen-address 192.168.122.1 \
E
Eric Blake 已提交
5 6
--dhcp-range 192.168.122.2,192.168.122.254 \
--dhcp-leasefile=/var/lib/libvirt/dnsmasq/netboot.leases \
7
--dhcp-lease-max=253 --dhcp-no-override --expand-hosts \
8 9
--dhcp-hostsfile=/var/lib/libvirt/dnsmasq/netboot.hostsfile \
--addn-hosts=/var/lib/libvirt/dnsmasq/netboot.addnhosts \
10
--dhcp-boot pxeboot.img,,10.20.30.40\