Advertisement
lifeboy

dnsmasq troubleshooting

Apr 29th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.26 KB | None | 0 0
  1. $ egrep -rv '^#|^$' /etc/dnsmasq*
  2. /etc/dnsmasq.conf:interface=eth1
  3. /etc/dnsmasq.conf:interface=eth0
  4. /etc/dnsmasq.conf:expand-hosts
  5. /etc/dnsmasq.conf:domain=ashton.foodmed.co.za
  6. /etc/dnsmasq.conf:dhcp-option=option:router,172.16.0.1
  7. /etc/dnsmasq.conf:dhcp-authoritative
  8. /etc/dnsmasq.conf:log-dhcp
  9. /etc/dnsmasq.conf:conf-dir=/etc/dnsmasq.d
  10. /etc/dnsmasq.d/ltsp.conf:port=0
  11. /etc/dnsmasq.d/ltsp.conf:log-dhcp
  12. /etc/dnsmasq.d/ltsp.conf:tftp-root=/var/lib/tftpboot
  13. /etc/dnsmasq.d/ltsp.conf:dhcp-boot=/ltsp/i386/pxelinux.0
  14. /etc/dnsmasq.d/ltsp.conf:dhcp-option=17,/opt/ltsp/i386
  15. /etc/dnsmasq.d/ltsp.conf:dhcp-option=vendor:PXEClient,6,2b
  16. /etc/dnsmasq.d/ltsp.conf:dhcp-no-override
  17. /etc/dnsmasq.d/ltsp.conf:pxe-prompt="Press F8 for boot menu", 3
  18. /etc/dnsmasq.d/ltsp.conf:pxe-service=X86PC, "Boot from network", /ltsp/i386/pxelinux
  19. /etc/dnsmasq.d/ltsp.conf:pxe-service=X86PC, "Boot from local hard disk", 0
  20. /etc/dnsmasq.d/ltsp.conf:dhcp-range=172.16.0.20,172.16.0.50,255.255.255.0,12h
  21.  
  22. /var/logsyslog shows:
  23.  
  24. Apr 29 11:01:53 Ashton dnsmasq[32101]: exiting on receipt of SIGTERM
  25. Apr 29 11:01:55 Ashton dnsmasq[32338]: started, version 2.59 DNS disabled
  26. Apr 29 11:01:55 Ashton dnsmasq[32338]: compile time options: IPv6 GNU-getopt DBus i18n DHCP TFTP conntrack IDN
  27. Apr 29 11:01:55 Ashton dnsmasq-dhcp[32338]: DHCP, IP range 172.16.0.20 -- 172.16.0.50, lease time 12h
  28. Apr 29 11:02:05 Ashton postfix/master[3571]: reload -- version 2.9.6, configuration /etc/postfix
  29. Apr 29 11:02:08 Ashton kernel: [410915.521120] Unknown InputIN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:90:e6:ba:ac:52:28:08:00 SRC=0.0.0.0 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=2663 PROTO=UDP SPT=68 DPT=67 LEN=308
  30. Apr 29 11:02:11 Ashton kernel: [410918.515417] Unknown InputIN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:90:e6:ba:ac:52:28:08:00 SRC=0.0.0.0 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=2664 PROTO=UDP SPT=68 DPT=67 LEN=308
  31. Apr 29 11:02:19 Ashton kernel: [410926.503326] Unknown InputIN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:90:e6:ba:ac:52:28:08:00 SRC=0.0.0.0 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=2667 PROTO=UDP SPT=68 DPT=67 LEN=308
  32. Apr 29 11:02:36 Ashton kernel: [410943.477540] Unknown InputIN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:90:e6:ba:ac:52:28:08:00 SRC=0.0.0.0 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=2669 PROTO=UDP SPT=68 DPT=67 LEN=308
  33. Apr 29 11:03:28 Ashton kernel: [410995.391302] Unknown InputIN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:90:e6:ba:ac:52:28:08:00 SRC=0.0.0.0 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=2675 PROTO=UDP SPT=68 DPT=67 LEN=308
  34. Apr 29 11:03:32 Ashton kernel: [410999.377028] Unknown InputIN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:90:e6:ba:ac:52:28:08:00 SRC=0.0.0.0 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=2676 PROTO=UDP SPT=68 DPT=67 LEN=308
  35. Apr 29 11:03:40 Ashton kernel: [411007.364868] Unknown InputIN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:90:e6:ba:ac:52:28:08:00 SRC=0.0.0.0 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=2677 PROTO=UDP SPT=68 DPT=67 LEN=308
  36. Apr 29 11:03:57 Ashton kernel: [411024.339127] Unknown InputIN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:90:e6:ba:ac:52:28:08:00 SRC=0.0.0.0 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=128 ID=2684 PROTO=UDP SPT=68 DPT=67 LEN=308
  37. Waiting for data... (interrupt to abort)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement