Guest User

Untitled

a guest
Apr 2nd, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 18.26 KB | None | 0 0
  1. # sysctl -a | grep net.ipv
  2. 'net.ipv6.route.flush'
  3. net.ipv6.conf.eth0.accept_ra_defrtr = 1
  4. net.ipv6.conf.eth0.accept_ra_pinfo = 1
  5. net.ipv6.conf.eth0.accept_ra_rtr_pref = 1
  6. net.ipv6.conf.eth0.router_probe_interval = 60
  7. net.ipv6.conf.eth0.accept_ra_rt_info_max_plen = 0
  8. net.ipv6.conf.eth0.proxy_ndp = 0
  9. net.ipv6.conf.eth0.accept_source_route = 0
  10. net.ipv6.conf.eth0.optimistic_dad = 0
  11. net.ipv6.conf.eth0.mc_forwarding = 0
  12. net.ipv6.conf.eth0.disable_ipv6 = 0
  13. net.ipv6.conf.eth0.accept_dad = 1
  14. net.ipv6.conf.wlan0.forwarding = 0
  15. net.ipv6.conf.wlan0.hop_limit = 64
  16. net.ipv6.conf.wlan0.mtu = 1500
  17. net.ipv6.conf.wlan0.accept_ra = 1
  18. net.ipv6.conf.wlan0.accept_redirects = 1
  19. net.ipv6.conf.wlan0.autoconf = 1
  20. net.ipv6.conf.wlan0.dad_transmits = 1
  21. net.ipv6.conf.wlan0.router_solicitations = 3
  22. net.ipv6.conf.wlan0.router_solicitation_interval = 4
  23. net.ipv6.conf.wlan0.router_solicitation_delay = 1
  24. net.ipv6.conf.wlan0.force_mld_version = 0
  25. net.ipv6.conf.wlan0.use_tempaddr = 0
  26. net.ipv6.conf.wlan0.temp_valid_lft = 604800
  27. net.ipv6.conf.wlan0.temp_prefered_lft = 86400
  28. net.ipv6.conf.wlan0.regen_max_retry = 5
  29. net.ipv6.conf.wlan0.max_desync_factor = 600
  30. net.ipv6.conf.wlan0.max_addresses = 16
  31. net.ipv6.conf.wlan0.accept_ra_defrtr = 1
  32. net.ipv6.conf.wlan0.accept_ra_pinfo = 1
  33. net.ipv6.conf.wlan0.accept_ra_rtr_pref = 1
  34. net.ipv6.conf.wlan0.router_probe_interval = 60
  35. net.ipv6.conf.wlan0.accept_ra_rt_info_max_plen = 0
  36. net.ipv6.conf.wlan0.proxy_ndp = 0
  37. net.ipv6.conf.wlan0.accept_source_route = 0
  38. net.ipv6.conf.wlan0.optimistic_dad = 0
  39. net.ipv6.conf.wlan0.mc_forwarding = 0
  40. net.ipv6.conf.wlan0.disable_ipv6 = 0
  41. net.ipv6.conf.wlan0.accept_dad = 1
  42. net.ipv6.ip6frag_high_thresh = 262144
  43. net.ipv6.ip6frag_low_thresh = 196608
  44. net.ipv6.ip6frag_time = 60
  45. net.ipv6.route.gc_thresh = 1024
  46. net.ipv6.route.max_size = 4096
  47. net.ipv6.route.gc_min_interval = 0
  48. net.ipv6.route.gc_timeout = 60
  49. net.ipv6.route.gc_interval = 30
  50. net.ipv6.route.gc_elasticity = 0
  51. net.ipv6.route.mtu_expires = 600
  52. net.ipv6.route.min_adv_mss = 4
  53. net.ipv6.route.gc_min_interval_ms = 500
  54. net.ipv6.icmp.ratelimit = 1000
  55. net.ipv6.bindv6only = 0
  56. net.ipv6.ip6frag_secret_interval = 600
  57. net.ipv6.mld_max_msf = 64
Advertisement
Add Comment
Please, Sign In to add comment