Advertisement
Guest User

/etc/dnsmasq.conf

a guest
Jul 31st, 2015
2,696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. expand-hosts
  2. interface=wlan0
  3. dhcp-autoritative
  4. dhcp-range=192.168.1.2,192.168.1.20,12h
  5. #subnet mask
  6. dhcp-option=1,255.255.255.0
  7. #gateway
  8. dhcp-option=3,192.168.1.1
  9. #dns
  10. dhcp-option=6,192.168.1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement