On Sat, Aug 9, 2008 at 8:07 PM, Alex Samad <[EMAIL PROTECTED]> wrote:
> have a look at ip6tables and ip especially ip -6 a and ip -6 r, packages to > look at > radvd. Also sysctl -a | grep ipv6 Dear Alex and Andrew, thank you for your hints. Here's the result of sysctl -a | grep ipv6 command[1]. I'll do the "research" more deeply later. -- Zaki Akhmad [1] # sysctl -a | grep ipv6 error: "Invalid argument" reading key "fs.binfmt_misc.register" error: "Invalid argument" reading key "dev.parport.parport0.autoprobe" error: "Invalid argument" reading key "dev.parport.parport0.autoprobe0" error: "Invalid argument" reading key "dev.parport.parport0.autoprobe1" error: "Invalid argument" reading key "dev.parport.parport0.autoprobe2" error: "Invalid argument" reading key "dev.parport.parport0.autoprobe3" error: permission denied on key 'net.ipv4.route.flush' net.ipv6.neigh.default.mcast_solicit = 3 net.ipv6.neigh.default.ucast_solicit = 3 net.ipv6.neigh.default.app_solicit = 0 net.ipv6.neigh.default.retrans_time = 250 net.ipv6.neigh.default.base_reachable_time = 30 net.ipv6.neigh.default.delay_first_probe_time = 5 net.ipv6.neigh.default.gc_stale_time = 60 net.ipv6.neigh.default.unres_qlen = 3 net.ipv6.neigh.default.proxy_qlen = 64 net.ipv6.neigh.default.anycast_delay = 100 net.ipv6.neigh.default.proxy_delay = 80 net.ipv6.neigh.default.locktime = 0 net.ipv6.neigh.default.retrans_time_ms = 1000 net.ipv6.neigh.default.base_reachable_time_ms = 30000 net.ipv6.neigh.default.gc_interval = 30 net.ipv6.neigh.default.gc_thresh1 = 128 net.ipv6.neigh.default.gc_thresh2 = 512 net.ipv6.neigh.default.gc_thresh3 = 1024 net.ipv6.neigh.lo.mcast_solicit = 3 net.ipv6.neigh.lo.ucast_solicit = 3 net.ipv6.neigh.lo.app_solicit = 0 net.ipv6.neigh.lo.retrans_time = 250 net.ipv6.neigh.lo.base_reachable_time = 30 net.ipv6.neigh.lo.delay_first_probe_time = 5 net.ipv6.neigh.lo.gc_stale_time = 60 net.ipv6.neigh.lo.unres_qlen = 3 net.ipv6.neigh.lo.proxy_qlen = 64 net.ipv6.neigh.lo.anycast_delay = 100 net.ipv6.neigh.lo.proxy_delay = 80 net.ipv6.neigh.lo.locktime = 0 net.ipv6.neigh.lo.retrans_time_ms = 1000 net.ipv6.neigh.lo.base_reachable_time_ms = 30000 net.ipv6.neigh.eth0.mcast_solicit = 3 net.ipv6.neigh.eth0.ucast_solicit = 3 net.ipv6.neigh.eth0.app_solicit = 0 net.ipv6.neigh.eth0.retrans_time = 250 net.ipv6.neigh.eth0.base_reachable_time = 30 net.ipv6.neigh.eth0.delay_first_probe_time = 5 net.ipv6.neigh.eth0.gc_stale_time = 60 net.ipv6.neigh.eth0.unres_qlen = 3 net.ipv6.neigh.eth0.proxy_qlen = 64 net.ipv6.neigh.eth0.anycast_delay = 100 net.ipv6.neigh.eth0.proxy_delay = 80 net.ipv6.neigh.eth0.locktime = 0 net.ipv6.neigh.eth0.retrans_time_ms = 1000 net.ipv6.neigh.eth0.base_reachable_time_ms = 30000 net.ipv6.neigh.wmaster0.mcast_solicit = 3 net.ipv6.neigh.wmaster0.ucast_solicit = 3 net.ipv6.neigh.wmaster0.app_solicit = 0 net.ipv6.neigh.wmaster0.retrans_time = 250 net.ipv6.neigh.wmaster0.base_reachable_time = 30 net.ipv6.neigh.wmaster0.delay_first_probe_time = 5 net.ipv6.neigh.wmaster0.gc_stale_time = 60 net.ipv6.neigh.wmaster0.unres_qlen = 3 net.ipv6.neigh.wmaster0.proxy_qlen = 64 net.ipv6.neigh.wmaster0.anycast_delay = 100 net.ipv6.neigh.wmaster0.proxy_delay = 80 net.ipv6.neigh.wmaster0.locktime = 0 net.ipv6.neigh.wmaster0.retrans_time_ms = 1000 net.ipv6.neigh.wmaster0.base_reachable_time_ms = 30000 net.ipv6.neigh.wlan0.mcast_solicit = 3 net.ipv6.neigh.wlan0.ucast_solicit = 3 net.ipv6.neigh.wlan0.app_solicit = 0 net.ipv6.neigh.wlan0.retrans_time = 250 net.ipv6.neigh.wlan0.base_reachable_time = 30 net.ipv6.neigh.wlan0.delay_first_probe_time = 5 net.ipv6.neigh.wlan0.gc_stale_time = 60 error: permission denied on key 'net.ipv6.route.flush' net.ipv6.neigh.wlan0.unres_qlen = 3 net.ipv6.neigh.wlan0.proxy_qlen = 64 net.ipv6.neigh.wlan0.anycast_delay = 100 net.ipv6.neigh.wlan0.proxy_delay = 80 net.ipv6.neigh.wlan0.locktime = 0 net.ipv6.neigh.wlan0.retrans_time_ms = 1000 net.ipv6.neigh.wlan0.base_reachable_time_ms = 30000 net.ipv6.route.gc_thresh = 1024 net.ipv6.route.max_size = 4096 net.ipv6.route.gc_min_interval = 0 net.ipv6.route.gc_timeout = 60 net.ipv6.route.gc_interval = 30 net.ipv6.route.gc_elasticity = 0 net.ipv6.route.mtu_expires = 600 net.ipv6.route.min_adv_mss = 4 net.ipv6.route.gc_min_interval_ms = 500 net.ipv6.icmp.ratelimit = 250 net.ipv6.bindv6only = 0 net.ipv6.mld_max_msf = 64 net.ipv6.conf.all.forwarding = 0 net.ipv6.conf.all.hop_limit = 64 net.ipv6.conf.all.mtu = 1280 net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.all.accept_redirects = 1 net.ipv6.conf.all.autoconf = 1 net.ipv6.conf.all.dad_transmits = 1 net.ipv6.conf.all.router_solicitations = 3 net.ipv6.conf.all.router_solicitation_interval = 4 net.ipv6.conf.all.router_solicitation_delay = 1 net.ipv6.conf.all.force_mld_version = 0 net.ipv6.conf.all.use_tempaddr = 0 net.ipv6.conf.all.temp_valid_lft = 604800 net.ipv6.conf.all.temp_prefered_lft = 86400 net.ipv6.conf.all.regen_max_retry = 5 net.ipv6.conf.all.max_desync_factor = 600 net.ipv6.conf.all.max_addresses = 16 net.ipv6.conf.all.accept_ra_defrtr = 1 net.ipv6.conf.all.accept_ra_pinfo = 1 net.ipv6.conf.all.accept_ra_rtr_pref = 1 net.ipv6.conf.all.router_probe_interval = 60 net.ipv6.conf.all.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.all.proxy_ndp = 0 net.ipv6.conf.all.accept_source_route = 0 net.ipv6.conf.all.optimistic_dad = 0 net.ipv6.conf.default.forwarding = 0 net.ipv6.conf.default.hop_limit = 64 net.ipv6.conf.default.mtu = 1280 net.ipv6.conf.default.accept_ra = 1 net.ipv6.conf.default.accept_redirects = 1 net.ipv6.conf.default.autoconf = 1 net.ipv6.conf.default.dad_transmits = 1 net.ipv6.conf.default.router_solicitations = 3 net.ipv6.conf.default.router_solicitation_interval = 4 net.ipv6.conf.default.router_solicitation_delay = 1 net.ipv6.conf.default.force_mld_version = 0 net.ipv6.conf.default.use_tempaddr = 0 net.ipv6.conf.default.temp_valid_lft = 604800 net.ipv6.conf.default.temp_prefered_lft = 86400 net.ipv6.conf.default.regen_max_retry = 5 net.ipv6.conf.default.max_desync_factor = 600 net.ipv6.conf.default.max_addresses = 16 net.ipv6.conf.default.accept_ra_defrtr = 1 net.ipv6.conf.default.accept_ra_pinfo = 1 net.ipv6.conf.default.accept_ra_rtr_pref = 1 net.ipv6.conf.default.router_probe_interval = 60 net.ipv6.conf.default.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.default.proxy_ndp = 0 net.ipv6.conf.default.accept_source_route = 0 net.ipv6.conf.default.optimistic_dad = 0 net.ipv6.conf.lo.forwarding = 0 net.ipv6.conf.lo.hop_limit = 64 net.ipv6.conf.lo.mtu = 16436 net.ipv6.conf.lo.accept_ra = 1 net.ipv6.conf.lo.accept_redirects = 1 net.ipv6.conf.lo.autoconf = 1 net.ipv6.conf.lo.dad_transmits = 1 net.ipv6.conf.lo.router_solicitations = 3 net.ipv6.conf.lo.router_solicitation_interval = 4 net.ipv6.conf.lo.router_solicitation_delay = 1 net.ipv6.conf.lo.force_mld_version = 0 net.ipv6.conf.lo.use_tempaddr = -1 net.ipv6.conf.lo.temp_valid_lft = 604800 net.ipv6.conf.lo.temp_prefered_lft = 86400 net.ipv6.conf.lo.regen_max_retry = 5 net.ipv6.conf.lo.max_desync_factor = 600 net.ipv6.conf.lo.max_addresses = 16 net.ipv6.conf.lo.accept_ra_defrtr = 1 net.ipv6.conf.lo.accept_ra_pinfo = 1 net.ipv6.conf.lo.accept_ra_rtr_pref = 1 net.ipv6.conf.lo.router_probe_interval = 60 net.ipv6.conf.lo.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.lo.proxy_ndp = 0 net.ipv6.conf.lo.accept_source_route = 0 net.ipv6.conf.lo.optimistic_dad = 0 net.ipv6.conf.eth0.forwarding = 0 net.ipv6.conf.eth0.hop_limit = 64 net.ipv6.conf.eth0.mtu = 1500 net.ipv6.conf.eth0.accept_ra = 1 net.ipv6.conf.eth0.accept_redirects = 1 net.ipv6.conf.eth0.autoconf = 1 net.ipv6.conf.eth0.dad_transmits = 1 net.ipv6.conf.eth0.router_solicitations = 3 net.ipv6.conf.eth0.router_solicitation_interval = 4 net.ipv6.conf.eth0.router_solicitation_delay = 1 net.ipv6.conf.eth0.force_mld_version = 0 net.ipv6.conf.eth0.use_tempaddr = 0 net.ipv6.conf.eth0.temp_valid_lft = 604800 net.ipv6.conf.eth0.temp_prefered_lft = 86400 net.ipv6.conf.eth0.regen_max_retry = 5 net.ipv6.conf.eth0.max_desync_factor = 600 net.ipv6.conf.eth0.max_addresses = 16 net.ipv6.conf.eth0.accept_ra_defrtr = 1 net.ipv6.conf.eth0.accept_ra_pinfo = 1 net.ipv6.conf.eth0.accept_ra_rtr_pref = 1 net.ipv6.conf.eth0.router_probe_interval = 60 net.ipv6.conf.eth0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.eth0.proxy_ndp = 0 net.ipv6.conf.eth0.accept_source_route = 0 net.ipv6.conf.eth0.optimistic_dad = 0 net.ipv6.conf.wmaster0.forwarding = 0 net.ipv6.conf.wmaster0.hop_limit = 64 net.ipv6.conf.wmaster0.mtu = 1500 net.ipv6.conf.wmaster0.accept_ra = 1 net.ipv6.conf.wmaster0.accept_redirects = 1 net.ipv6.conf.wmaster0.autoconf = 1 net.ipv6.conf.wmaster0.dad_transmits = 1 net.ipv6.conf.wmaster0.router_solicitations = 3 net.ipv6.conf.wmaster0.router_solicitation_interval = 4 net.ipv6.conf.wmaster0.router_solicitation_delay = 1 net.ipv6.conf.wmaster0.force_mld_version = 0 net.ipv6.conf.wmaster0.use_tempaddr = 0 net.ipv6.conf.wmaster0.temp_valid_lft = 604800 net.ipv6.conf.wmaster0.temp_prefered_lft = 86400 net.ipv6.conf.wmaster0.regen_max_retry = 5 net.ipv6.conf.wmaster0.max_desync_factor = 600 net.ipv6.conf.wmaster0.max_addresses = 16 net.ipv6.conf.wmaster0.accept_ra_defrtr = 1 net.ipv6.conf.wmaster0.accept_ra_pinfo = 1 net.ipv6.conf.wmaster0.accept_ra_rtr_pref = 1 net.ipv6.conf.wmaster0.router_probe_interval = 60 net.ipv6.conf.wmaster0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.wmaster0.proxy_ndp = 0 net.ipv6.conf.wmaster0.accept_source_route = 0 net.ipv6.conf.wmaster0.optimistic_dad = 0 net.ipv6.conf.wlan0.forwarding = 0 net.ipv6.conf.wlan0.hop_limit = 64 net.ipv6.conf.wlan0.mtu = 1500 net.ipv6.conf.wlan0.accept_ra = 1 net.ipv6.conf.wlan0.accept_redirects = 1 net.ipv6.conf.wlan0.autoconf = 1 net.ipv6.conf.wlan0.dad_transmits = 1 net.ipv6.conf.wlan0.router_solicitations = 3 net.ipv6.conf.wlan0.router_solicitation_interval = 4 net.ipv6.conf.wlan0.router_solicitation_delay = 1 net.ipv6.conf.wlan0.force_mld_version = 0 net.ipv6.conf.wlan0.use_tempaddr = 0 net.ipv6.conf.wlan0.temp_valid_lft = 604800 net.ipv6.conf.wlan0.temp_prefered_lft = 86400 net.ipv6.conf.wlan0.regen_max_retry = 5 net.ipv6.conf.wlan0.max_desync_factor = 600 net.ipv6.conf.wlan0.max_addresses = 16 net.ipv6.conf.wlan0.accept_ra_defrtr = 1 net.ipv6.conf.wlan0.accept_ra_pinfo = 1 net.ipv6.conf.wlan0.accept_ra_rtr_pref = 1 net.ipv6.conf.wlan0.router_probe_interval = 60 net.ipv6.conf.wlan0.accept_ra_rt_info_max_plen = 0 net.ipv6.conf.wlan0.proxy_ndp = 0 net.ipv6.conf.wlan0.accept_source_route = 0 net.ipv6.conf.wlan0.optimistic_dad = 0 net.ipv6.ip6frag_high_thresh = 262144 net.ipv6.ip6frag_low_thresh = 196608 net.ipv6.ip6frag_time = 60 net.ipv6.ip6frag_secret_interval = 600 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]