Guest User

Untitled

a guest
Oct 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. timeout 30;
  2.  
  3. lease {
  4. interface "eth0";
  5. fixed-address 192.168.1.254;
  6. option subnet-mask 255.255.255.0;
  7. option routers 127.0.0.1;
  8. expire never;
  9. }
  10.  
  11. DEVICE=eth0:0
  12. BOOTPROTO=none
  13. ONBOOT=yes
  14. NETWORK=192.168.222.0
  15. NETMASK=255.255.255.0
  16. IPADDR=192.168.222.22
  17. USERCTL=no
Add Comment
Please, Sign In to add comment