-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Documenting test setup:
Main dnsmasq configured to not issue dhcp to test box:
dhcp-host=00:30:48:db:08:f8,ignore
Test dhcp server system configured:
1) client added to /etc/hosts
2) iptables configured to allow tftp, bootp
-A INPUT -m state --state NEW -m udp -p udp --dport 67 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 67 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 69 -j ACCEPT
3) dnsmasq.conf configured:
# boot only bokbagok
dhcp-range=192.168.1.1,static
dhcp-host=00:30:48:db:08:f8,bokbagok,192.168.1.134,45m
dhcp-option-force=208,f1:00:74:7e
dhcp-option-force=209,pxelinux.cfg
dhcp-option-force=210,/images/bokbagok/boot/
dhcp-option-force=211,30i
dhcp-option=17,192.168.1.136:/tftpboot/images/bokbagok
dhcp-boot=images/bokbagok/boot/pxelinux.0
enable-tftp
tftp-root=/tftpboot
Original issue reported on code.google.com by garlick....@gmail.com on 9 Jan 2013 at 6:59
Reactions are currently unavailable