Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2010
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ramiro@debian:~$ cat /var/lib/dhcp3/dhclient.*
  2. lease {
  3. interface "eth0";
  4. fixed-address 10.1.1.2;
  5. option subnet-mask 255.0.0.0;
  6. option routers 10.1.1.1;
  7. option dhcp-lease-time 3600;
  8. option dhcp-message-type 5;
  9. option domain-name-servers 10.1.1.1,10.1.1.254;
  10. option dhcp-server-identifier 10.1.1.1;
  11. renew 5 2010/07/02 19:11:43;
  12. rebind 5 2010/07/02 19:36:44;
  13. expire 5 2010/07/02 19:44:14;
  14. }
  15. lease {
  16. interface "eth0";
  17. fixed-address 10.1.1.2;
  18. option subnet-mask 255.0.0.0;
  19. option routers 10.1.1.1;
  20. option dhcp-lease-time 3600;
  21. option dhcp-message-type 5;
  22. option domain-name-servers 10.1.1.1,10.1.1.254;
  23. option dhcp-server-identifier 10.1.1.1;
  24. renew 5 2010/07/02 19:40:38;
  25. rebind 5 2010/07/02 20:04:13;
  26. expire 5 2010/07/02 20:11:43;
  27. }
  28. lease {
  29. interface "eth0";
  30. fixed-address 10.1.1.2;
  31. option subnet-mask 255.0.0.0;
  32. option routers 10.1.1.1;
  33. option dhcp-lease-time 3600;
  34. option dhcp-message-type 5;
  35. option domain-name-servers 10.1.1.1,10.1.1.254;
  36. option dhcp-server-identifier 10.1.1.1;
  37. renew 5 2010/07/02 20:10:03;
  38. rebind 5 2010/07/02 20:33:08;
  39. expire 5 2010/07/02 20:40:38;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement