Advertisement
Guest User

Untitled

a guest
May 3rd, 2020
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. config dnsmasq
  2. option domainneeded '1'
  3. option localise_queries '1'
  4. option rebind_protection '1'
  5. option rebind_localhost '1'
  6. option local '/lan/'
  7. option domain 'lan'
  8. option expandhosts '1'
  9. option authoritative '1'
  10. option readethers '1'
  11. option leasefile '/tmp/dhcp.leases'
  12. option resolvfile '/tmp/resolv.conf.auto'
  13. option localservice '1'
  14. option dhcpscript '/etc/config/maciplog.sh'
  15.  
  16. config dhcp 'lan'
  17. option interface 'lan'
  18. option start '100'
  19. option limit '150'
  20. option dhcpv6 'server'
  21. option ra 'server'
  22. option ra_management '1'
  23. option leasetime '1h'
  24.  
  25. config dhcp 'wan'
  26. option interface 'wan'
  27. option ignore '1'
  28.  
  29. config odhcpd 'odhcpd'
  30. option maindhcp '0'
  31. option leasefile '/tmp/hosts/odhcpd'
  32. option leasetrigger '/usr/sbin/odhcpd-update'
  33.  
  34. config dhcp 'VLAN3'
  35. option interface 'VLAN3'
  36. option limit '20'
  37. option leasetime '1h'
  38. option start '200'
  39.  
  40. config dhcp 'VLAN4'
  41. option start '100'
  42. option limit '150'
  43. option interface 'VLAN4'
  44. option leasetime '1h'
  45.  
  46. config tag 'kids'
  47. list dhcp_option '6,208.67.222.123,208.67.220.123'
  48. option force '1'
  49.  
  50. config host
  51. option name 'gyerek_G_PAD2'
  52. option mac '00:34:da:00:95:64'
  53. option ip '192.168.1.10'
  54. option tag 'kids'
  55.  
  56. config host
  57. option name 'gyerek_ELITEBOOK'
  58. option mac '6c:88:14:86:fb:52'
  59. option ip '192.168.1.11'
  60. option tag 'kids'
  61.  
  62. config host
  63. option name 'LibreELEC'
  64. option dns '1'
  65. option ip '192.168.1.181'
  66. option mac '72:ad:a8:c6:c1:57'
  67.  
  68. config host
  69. option name 'ZsoltiG2'
  70. option dns '1'
  71. option mac 'fc:c2:de:4d:11:17'
  72. option ip '192.168.1.105'
  73.  
  74. config host
  75. option name 'G2T'
  76. option dns '1'
  77. option mac '1c:99:4c:44:aa:0e'
  78. option ip '192.168.1.232'
  79.  
  80. config host
  81. option name 'XBOX'
  82. option dns '1'
  83. option mac '7d:1e:51:d5:76:5e'
  84. option ip '192.168.1.146'
  85.  
  86. config host
  87. option name 'PC'
  88. option dns '1'
  89. option mac '71:85:C2:8E:B1:73'
  90. option ip '192.168.1.247'
  91.  
  92. config host
  93. option name 'ACER'
  94. option dns '1'
  95. option mac '21:6A:8A:F8:3E:83'
  96. option ip '192.168.1.125'
  97.  
  98. config dhcp 'vendeg'
  99. option interface 'vendeg'
  100. option start '100'
  101. option leasetime '12h'
  102. option limit '150'
  103.  
  104. config host
  105. option name 'XBOXONE'
  106. option dns '1'
  107. option mac 'B8:32:B6:B4:EF:D9'
  108. option ip '192.168.1.208'
  109.  
  110. config host
  111. option name 'gyerek_RN8'
  112. option mac '1C:CC:D7:2B:5D:23'
  113. option ip '192.168.1.233'
  114. option tag 'kids'
  115.  
  116. config host
  117. option name 'gyerek_RN8T'
  118. option mac '29:16:5F:63:B1:96'
  119. option ip '192.168.1.116'
  120. option tag 'kids'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement