Guest User

Untitled

a guest
Dec 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. allow-hotplug eth0
  2. allow-hotplug wlan0
  3.  
  4. iface eth0 inet static
  5. address 192.168.10.1
  6. netmask 255.255.255.0
  7.  
  8. iface wlan0 inet static
  9. address 192.168.10.1
  10. netmask 255.255.255.0
  11.  
  12. subnet 192.168.10.0 netmask 255.255.255.0 {
  13. range 192.168.10.10 192.168.10.50;
  14. option broadcast-address 192.168.10.255;
  15. option routers 192.168.10.1;
  16. default-lease-time 600;
  17. max-lease-time 7200;
  18. option domain-name "local";
  19. option domain-name-servers 8.8.8.8 8.8.4.4;
  20. }
Add Comment
Please, Sign In to add comment