daily pastebin goal
15%
SHARE
TWEET

Untitled

a guest May 1st, 2012 23 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. May  1 21:31:02 Kevin dhcpd: No subnet declaration for eth0 (192.168.10.254).
  2. May  1 21:31:02 Kevin dhcpd: ** Ignoring requests on eth0.  If this is not what
  3. May  1 21:31:02 Kevin dhcpd:    you want, please write a subnet declaration
  4. May  1 21:31:02 Kevin dhcpd:    in your dhcpd.conf file for the network segment
  5. May  1 21:31:02 Kevin dhcpd:    to which interface eth0 is attached. **
  6. May  1 21:31:02 Kevin dhcpd:
  7. May  1 21:31:02 Kevin dhcpd:
  8. May  1 21:31:02 Kevin dhcpd: Not configured to listen on any interfaces!
  9. --------------------------------------------------------------------------------
  10. authoritative;
  11.  
  12. max-lease-time 604800;
  13. default-lease-time 3100;
  14.  
  15. ddns-update-style none;
  16. ddns-ttl 7200;
  17.  
  18. allow booting;
  19. allow bootp;
  20. one-lease-per-client true;
  21.  
  22. subnet 192.168.23.0 netmask 255.255.255.0 {
  23.         option routers 192.168.23.254;
  24.         range 192.168.23.50 192.168.23.150;
  25.         option subnet-mask 255.255.255.0;
  26.         option broadcast-address 192.168.23.255;
  27.         ignore client-updates;
  28. }
  29.  
  30. group {
  31.         host wyse {
  32.                 hardware ethernet 00:80:64:54:e9:d4;
  33.                 next-server 192.168.23.254;
  34.                 fixed-address 192.168.23.2;
  35.                 filename "pxelinux.0";
  36.         }
  37.  
  38. }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top