Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DIV 0.31 KB | None | 0 0
  1. option domain-name-servers 2001:470:1f09:432::1;
  2. option domain-name "larry.no";
  3.  
  4. interface eth0 {
  5.     address-pool mynetwork 3600;
  6. };
  7.  
  8. pool mynetwork {
  9.     range 2001:470:1f09:432::1000 TO 2001:470:1f09:432::2000;
  10. };
  11.  
  12. host myrouter {
  13.     duid 00:11:22:33:44:55;
  14.     prefix 2001:470:1f09:432::/64 infinity;
  15. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement