Sebastian Niehaus <[EMAIL PROTECTED]> writes: [...]
> Das ist, was die Route *jetzt* anzeigt. Ich habe weiter gespielt und bin zunehmend verwirrt. Nach einem Neustart die vorhandenen Default-Routen auf eth0 und eth1 gelöscht. übrig blieb: ,---- | [EMAIL PROTECTED]:/home/niehaus# ip -6 r | fe80::/64 dev eth0 metric 256 mtu 1500 advmss 1440 hoplimit 64 | fe80::/64 dev eth1 metric 256 mtu 1500 advmss 1440 hoplimit 64 | fe80::/64 dev ppp0 metric 256 mtu 1456 advmss 1396 hoplimit 64 | fe80::/10 dev ppp0 metric 1 mtu 1456 advmss 1396 hoplimit 64 | fe80::/10 dev ppp0 metric 256 mtu 1456 advmss 1396 hoplimit 64 | ff00::/8 dev eth0 metric 256 mtu 1500 advmss 1440 hoplimit 1 | ff00::/8 dev eth1 metric 256 mtu 1500 advmss 1440 hoplimit 1 | ff00::/8 dev ppp0 metric 256 mtu 1456 advmss 1396 hoplimit 1 | default dev ppp0 proto kernel metric 256 mtu 1456 advmss 1396 hoplimit 64 | default dev ppp0 metric 1024 mtu 1456 advmss 1396 hoplimit 64 `---- Also zwei default-Routen auf ppp0. Nun mache ich "ping6" ,---- | [EMAIL PROTECTED]:/home/niehaus# tcpdump -i ppp0 | tcpdump: verbose output suppressed, use -v or -vv for full protocol decode | listening on ppp0, link-type LINUX_SLL (Linux cooked), capture size 96 bytes | 10:23:10.865998 fe80::6031:def2:a787:f55c > www.bieringer.de: icmp6: echo request seq 8 | 10:23:11.066930 [|ip6] | 10:23:11.869946 fe80::6031:def2:a787:f55c > www.bieringer.de: icmp6: echo request seq 9 | 10:23:12.042019 [|ip6] | | 4 packets captured | 4 packets received by filter | 0 packets dropped by kernel `---- Das ist natürlich ein blöder "Absender". Nun lösche ich eine: ,---- | [EMAIL PROTECTED]:/home/niehaus# ip -6 r del default dev ppp0 `---- Jetzt hat "ping6" einen plausibleren "Absender". ,---- | [EMAIL PROTECTED]:/home/niehaus# tcpdump -i ppp0 | tcpdump: verbose output suppressed, use -v or -vv for full protocol decode | listening on ppp0, link-type LINUX_SLL (Linux cooked), capture size 96 bytes | 10:23:41.350900 2001:4b88:1060::1 > www.bieringer.de: icmp6: echo request seq 3 | 10:23:41.576633 [|ip6] | 10:23:42.350594 2001:4b88:1060::1 > www.bieringer.de: icmp6: echo request seq 4 | 10:23:42.595559 [|ip6] | 10:23:43.351691 2001:4b88:1060::1 > www.bieringer.de: icmp6: echo request seq 5 | 10:23:43.546669 [|ip6] | 10:23:44.353770 2001:4b88:1060::1 > www.bieringer.de: icmp6: echo request seq 6 | 10:23:44.601617 [|ip6] | 10:23:45.355290 2001:4b88:1060::1 > www.bieringer.de: icmp6: echo request seq 7 | 10:23:45.589082 [|ip6] | 10:23:46.356946 2001:4b88:1060::1 > www.bieringer.de: icmp6: echo request seq 8 | 10:23:46.626573 [|ip6] `---- Und falls die Settings aus sysctl betreffend ppp0 und IPv6 halfen: hier sind sie: ,---- | [EMAIL PROTECTED]:/home/niehaus# sysctl -a | grep ppp0 | grep ipv6 | net.ipv6.conf.ppp0.max_addresses = 16 | net.ipv6.conf.ppp0.max_desync_factor = 600 | net.ipv6.conf.ppp0.regen_max_retry = 5 | net.ipv6.conf.ppp0.temp_prefered_lft = 86400 | net.ipv6.conf.ppp0.temp_valid_lft = 604800 | net.ipv6.conf.ppp0.use_tempaddr = 0 | net.ipv6.conf.ppp0.force_mld_version = 0 | net.ipv6.conf.ppp0.router_solicitation_delay = 1 | net.ipv6.conf.ppp0.router_solicitation_interval = 4 | net.ipv6.conf.ppp0.router_solicitations = 3 | net.ipv6.conf.ppp0.dad_transmits = 1 | net.ipv6.conf.ppp0.autoconf = 1 | net.ipv6.conf.ppp0.accept_redirects = 1 | net.ipv6.conf.ppp0.accept_ra = 1 | net.ipv6.conf.ppp0.mtu = 1456 | net.ipv6.conf.ppp0.hop_limit = 64 | net.ipv6.conf.ppp0.forwarding = 0 | net.ipv6.neigh.ppp0.locktime = 0 | net.ipv6.neigh.ppp0.proxy_delay = 79 | net.ipv6.neigh.ppp0.anycast_delay = 99 | net.ipv6.neigh.ppp0.proxy_qlen = 64 | net.ipv6.neigh.ppp0.unres_qlen = 3 | net.ipv6.neigh.ppp0.gc_stale_time = 60 | net.ipv6.neigh.ppp0.delay_first_probe_time = 5 | net.ipv6.neigh.ppp0.base_reachable_time = 30 | net.ipv6.neigh.ppp0.retrans_time = 1000 | net.ipv6.neigh.ppp0.app_solicit = 0 | net.ipv6.neigh.ppp0.ucast_solicit = 3 | net.ipv6.neigh.ppp0.mcast_solicit = 3 `---- Gruß, Sebastian _______________________________________________ ipv6 mailing list [email protected] http://listserv.uni-muenster.de/mailman/listinfo/ipv6
