Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. ...
  2. NETWORKING_IPV6=yes
  3.  
  4. DEVICE=eth0
  5. BOOTPROTO=static
  6. ...
  7. IPV6INIT=yes
  8. IPV6_AUTOCONF=no
  9. IPV6ADDR="2001:41D0:2:xxxx::/64"
  10. IPV6_DEFAULTGW="2001:41d0:2:xxff:ff:ff:ff:ff"
  11.  
  12. ...
  13. net.ipv6.conf.all.autoconf = 0
  14. net.ipv6.conf.default.autoconf = 0
  15. net.ipv6.conf.eth0.autoconf = 0
  16. net.ipv6.conf.all.accept_ra = 0
  17. net.ipv6.conf.default.accept_ra = 0
  18. net.ipv6.conf.eth0.accept_ra = 0
  19. net.ipv6.conf.all.accept_redirects=0
  20. net.ipv6.conf.all.router_solicitations=1
  21. net.ipv6.conf.default.proxy_ndp=1
  22. net.ipv6.conf.all.proxy_ndp=1
  23. net.ipv6.conf.default.forwarding=1
  24. net.ipv6.conf.all.forwarding = 1
  25.  
  26. eth0 ...
  27. inet6 addr: 2001:41d0:2:xxxx::/64 Scope:Global
  28. inet6 addr: fe80::230:48ff:fefd:7a86/64 Scope:Link
  29.  
  30. traceroute to ipv6.google.com (2a00:1450:4007:80d::200e), 30 hops max, 80 byte packetsping ipv6.
  31. 1 2001:41d0:2:xxxx::) 3005.167 ms !H 3005.118 ms !H 3005.089 ms !H
  32.  
  33. ping: unknown host ipv6.google.com
  34.  
  35. 2001:41D0:2:xxff:ff:ff:ff:ff dev eth0
  36. default via 2001:41D0:2:xxff:ff:ff:ff:ff
  37.  
  38. Shutting down interface eth0: [ OK ]
  39. Shutting down loopback interface: [ OK ]
  40. Bringing up loopback interface: [ OK ]
  41.  
  42. IPV6INIT=yes
  43. IPV6_AUTOCONF=yes
  44. IPV6_DEFROUTE=yes
  45. IPV6_PEERDNS=yes
  46. IPV6_PEERROUTES=yes
  47. IPV6_FAILURE_FATAL=yes
  48. IPV6ADDR_SECONDARIES="2001:41D0:2:xxxx::1/64"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement