Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. ddns-update-style interim;
  2. log-facility local7;
  3. subnet 100.1.1.0 netmask 255.255.255.0 {
  4. option ntp-servers ntp1.inrim.it;
  5. authoritative;
  6. option domain-name-servers 100.1.1.120 , 100.1.1.130;
  7. option domain-name "domain.local";
  8. option subnet-mask 255.255.255.0;
  9. option routers 100.1.1.120;
  10. max-lease-time 7200;
  11. default-lease-time 600;
  12. range 100.1.1.150 100.1.1.170;
  13. # NEXUS_5
  14. host android-72c7a71611f38b65 {
  15. hardware ethernet CC:FA:00:E8:7E:37;
  16. fixed-address 100.1.1.250;
  17. }
  18. }
  19.  
  20. Jun 19 17:50:22 gate dhcpd: Unable to add forward map from android-72c7a71611f38b65.jodovit.local to 100.1.1.162: timed out
  21. Jun 19 17:50:22 gate dhcpd: DHCPREQUEST for 100.1.1.162 from cc:fa:00:e8:7e:37 (android-72c7a71611f38b65) via eth1
  22. Jun 19 17:50:22 gate dhcpd: DHCPACK on 100.1.1.162 to cc:fa:00:e8:7e:37 (android-72c7a71611f38b65) via eth1
  23.  
  24. TIME: 2014-06-20 08:31:40.706
  25. IP: 0.0.0.0 (cc:fa:0:e8:7e:37) > 255.255.255.255 (ff:ff:ff:ff:ff:ff)
  26. OP: 1 (BOOTPREQUEST)
  27. HTYPE: 1 (Ethernet)
  28. HLEN: 6
  29. HOPS: 0
  30. XID: 09ae4197
  31. SECS: 0
  32. FLAGS: 0
  33. CIADDR: 0.0.0.0
  34. YIADDR: 0.0.0.0
  35. SIADDR: 0.0.0.0
  36. GIADDR: 0.0.0.0
  37. CHADDR: cc:fa:00:e8:7e:37:00:00:00:00:00:00:00:00:00:00
  38. SNAME: .
  39. FNAME: .
  40. OPTION: 53 ( 1) DHCP message type 3 (DHCPREQUEST)
  41. OPTION: 61 ( 7) Client-identifier 01:cc:fa:00:e8:7e:37
  42. OPTION: 50 ( 4) Request IP address 100.1.1.162
  43. OPTION: 57 ( 2) Maximum DHCP message size 1500
  44. OPTION: 60 ( 12) Vendor class identifier dhcpcd-5.5.6
  45. OPTION: 12 ( 24) Host name android-72c7a71611f38b65
  46. OPTION: 55 ( 10) Parameter Request List 1 (Subnet mask)
  47. 33 (Static route)
  48. 3 (Routers)
  49. 6 (DNS server)
  50. 15 (Domainname)
  51. 26 (Interface MTU)
  52. 28 (Broadcast address)
  53. 51 (IP address leasetime)
  54. 58 (T1)
  55. 59 (T2)
  56.  
  57. ---------------------------------------------------------------------------
  58.  
  59. TIME: 2014-06-20 08:31:40.710
  60. IP: 100.1.1.120 (0:50:56:a5:eb:ed) > 100.1.1.162 (cc:fa:0:e8:7e:37)
  61. OP: 2 (BOOTPREPLY)
  62. HTYPE: 1 (Ethernet)
  63. HLEN: 6
  64. HOPS: 0
  65. XID: 09ae4197
  66. SECS: 0
  67. FLAGS: 0
  68. CIADDR: 0.0.0.0
  69. YIADDR: 100.1.1.162
  70. SIADDR: 100.1.1.120
  71. GIADDR: 0.0.0.0
  72. CHADDR: cc:fa:00:e8:7e:37:00:00:00:00:00:00:00:00:00:00
  73. SNAME: .
  74. FNAME: .
  75. OPTION: 53 ( 1) DHCP message type 5 (DHCPACK)
  76. OPTION: 54 ( 4) Server identifier 100.1.1.120
  77. OPTION: 51 ( 4) IP address leasetime 600 (10m)
  78. OPTION: 1 ( 4) Subnet mask 255.255.255.0
  79. OPTION: 3 ( 4) Routers 100.1.1.120
  80. OPTION: 6 ( 8) DNS server 100.1.1.120,100.1.1.130
  81. OPTION: 15 ( 13) Domainname jodovit.local
  82. OPTION: 58 ( 4) T1 300 (5m)
  83. OPTION: 59 ( 4) T2 525 (8m45s)
  84. ---------------------------------------------------------------------------
  85.  
  86. ddns-update-style interim;
  87. log-facility local7;
  88. subnet 100.1.1.0 netmask 255.255.255.0 {
  89. option ntp-servers ntp1.inrim.it;
  90. authoritative;
  91. [... snip ...]
  92. range 100.1.1.150 100.1.1.170;
  93. }
  94.  
  95. host android-72c7a71611f38b65 {
  96. hardware ethernet CC:FA:00:E8:7E:37;
  97. fixed-address 100.1.1.250;
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement