added nellboard post routines (not yet completed!)
[outofuni/dib.git] / post_routines / nellboard / dnsmasq
1 #!/bin/bash
2
3 cat > /etc/dnsmasq.conf << EOF
4 port=0
5 no-resolv
6 no-poll
7 interface=usb0
8 dhcp-range=172.17.17.5,172.17.17.10,12h
9 dhcp-host=00:03:23:23:23:23,172.17.17.16
10 dhcp-option=3
11 EOF
12