Guest User

Untitled

a guest
Mar 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. Mar 21 09:10:54 DHCPserver dhcpd[2389]: No subnet declaration for eno1 (192.168.0.61).
  2. Mar 21 09:10:54 DHCPserver dhcpd[2389]: ** Ignoring requests on eno1. If this is not what
  3. Mar 21 09:10:54 DHCPserver dhcpd[2389]: you want, please write a subnet declaration
  4. Mar 21 09:10:54 DHCPserver dhcpd[2389]: in your dhcpd.conf file for the network segment
  5. Mar 21 09:10:54 DHCPserver dhcpd[2389]: to which interface eno1 is attached. **
  6. Mar 21 09:10:54 DHCPserver dhcpd[2389]:
  7. Mar 21 09:10:54 DHCPserver dhcpd[2389]: Sending on Socket/fallback/fallback-net
  8.  
  9. DHCPDARGS="eno2"; #This doesn't seem to do anything..
  10. subnet 192.168.2.0 netmask 255.255.255.0 {
  11. option routers 192.168.2.1;
  12. option subnet-mask 255.255.255.0;
  13.  
  14. option domain-name "myservers.local";
  15. option domain-name-servers 192.168.2.1;
  16.  
  17. range 192.168.2.10 192.168.2.100;
  18. range 192.168.2.120 192.168.2.200;
  19. }
  20.  
  21. lease 192.168.2.10 {
  22. starts 3 2018/03/21 15:52:59;
  23. ends 4 2018/03/22 03:52:59;
  24. tstp 4 2018/03/22 03:52:59;
  25. cltt 3 2018/03/21 15:52:59;
  26. binding state active;
  27. next binding state free;
  28. rewind binding state free;
  29. hardware ethernet 00:1e:c9:b1:1c:1a;
  30. }
  31. lease 192.168.2.11 {
  32. starts 3 2018/03/21 15:53:16;
  33. ends 4 2018/03/22 03:53:16;
  34. tstp 4 2018/03/22 03:53:16;
  35. cltt 3 2018/03/21 15:53:16;
  36. binding state active;
  37. next binding state free;
  38. rewind binding state free;
  39. hardware ethernet 00:1e:c9:b1:0e:fb;
  40. }
  41. lease 192.168.2.12 {
  42. starts 3 2018/03/21 16:07:54;
  43. ends 4 2018/03/22 04:07:54;
  44. tstp 4 2018/03/22 04:07:54;
  45. cltt 3 2018/03/21 16:07:54;
  46. binding state active;
  47. next binding state free;
  48. rewind binding state free;
  49. hardware ethernet 00:e0:81:c1:2b:fb;
  50. client-hostname "virtualizationserver1";
  51. }
Add Comment
Please, Sign In to add comment