Advertisement
Guest User

blixten

a guest
Nov 3rd, 2009
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # The followings are a sample configuration to provide a DNS server address
  2. # for every client as well as to delegate a permanent IPv6 prefix
  3. # 2001:db8:1111::/48 to a client whose DUID is 00:01:00:01:aa:bb.
  4.  
  5. option domain-name-servers 2001:470:20::2;
  6.  
  7. host kame {
  8. blixten-pc 00:1F:D0:23:21:38;
  9. prefix 2001:470:9e0e::/48 infinity;
  10. };
  11.  
  12. # The followings are a sample configuration to provide an IPv6 address
  13. # from an address pool 2001:db8:1:2::1000-2000 for 3600[s].
  14. # Note. You have to send an RA to fxp0; otherwise a client cannot be sure
  15. # about the prefix-length and the default router. If you want to prevent
  16. # stateless address configuration via RA, please set the autonomous-flag to
  17. # OFF in your RA configuration.
  18.  
  19. interface fxp0 {
  20. address-pool pool1 3600;
  21. };
  22.  
  23. pool pool1 {
  24. range 2001:470:9e0e::1000 to 2001:470:9e0e::2000 ;
  25. };
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement