Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # radvd.conf
  2.  
  3. interface wiredlan
  4. {
  5. AdvSendAdvert on;
  6.  
  7. prefix 0:0:0:1::/64
  8. {
  9. Base6to4Interface wan;
  10. AdvValidLifetime 300;
  11. AdvPreferredLifetime 60;
  12. };
  13. };
  14.  
  15. interface wifilan
  16. {
  17. AdvSendAdvert on;
  18. prefix 0:0:0:2::/64
  19. {
  20. Base6to4Interface wan;
  21. AdvValidLifetime 300;
  22. AdvPreferredLifetime 60;
  23. };
  24. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement