Guest User

Untitled

a guest
May 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. option subnet-mask 255.255.255.0;
  2. option broadcast-address 10.0.1.255;
  3. option routers 10.0.1.1;
  4. option domain-name-servers 208.67.222.222, 208.67.220.220;
  5.  
  6. subnet 10.0.1.0 netmask 255.255.255.0 {
  7. range 10.0.1.6 10.0.1.255;
  8. }
  9.  
  10. host SilverSpoon {
  11. hardware ethernet 00:17:f2:e8:a1:93;
  12. fixed-address 10.0.1.3;
  13. }
  14.  
  15. host Acer {
  16. hardware ethernet 00:11:11:A2:6E:6E;
  17. fixed-address 10.0.1.4;
  18. }
  19.  
  20. host BlackBlade {
  21. hardware ethernet 00:11:50:63:6B:15;
  22. fixed-address 10.0.1.4;
  23. }
Add Comment
Please, Sign In to add comment