On Sat, 2018-02-10 at 18:40 +0100, Ulf Volmer wrote: > On 10.02.2018 18:33, Stephen P. Molnar wrote: > > On Sat, 2018-02-10 at 17:34 +0100, Ulf Volmer wrote: > > > ping -6 security.debian.org > > > wget -6 security.debian.org > > > > > > and get in contact with your ISP if one of these commands fails. > > I have installed Debian Stretch in a virtual box on the same > > platform > > and I don't have any problems with the source.list, Here's the > > list > > from the VM: > > Virtual Box usually doing NAT for outgoing traffic (if you are not > using > bridged mode). i think you should compare 'ip -6 a' and 'ip -6 r' on > your physical host and your virtual machine. > > best regards > Ulf >
Ulf Next round. Host - root@AbNormal:/home/comp# ip -6 a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1000 inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000 inet6 2600:1700:4280:3690::49/128 scope global dynamic valid_lft 1209477sec preferred_lft 1209477sec inet6 2600:1700:4280:3690:98c1:1a97:c2c5:b6f5/64 scope global temporary dynamic valid_lft 604678sec preferred_lft 86021sec inet6 2600:1700:4280:3690:beee:7bff:fe5e:8336/64 scope global mngtmpaddr noprefixroute dynamic valid_lft 1209509sec preferred_lft 1209509sec inet6 fe80::beee:7bff:fe5e:8336/64 scope link valid_lft forever preferred_lft forever root@AbNormal:/home/comp# ip -6 r 2600:1700:4280:3690::49 dev enp2s0 proto kernel metric 256 expires 1209465sec pref medium 2600:1700:4280:3690::/64 dev enp2s0 proto ra metric 100 pref medium 2600:1700:4280:3690::/60 via fe80::3e04:61ff:feb3:3c20 dev enp2s0 proto ra metric 100 pref medium fe80::3e04:61ff:feb3:3c20 dev enp2s0 proto static metric 100 pref medium fe80::/64 dev enp2s0 proto kernel metric 256 pref medium default via fe80::3e04:61ff:feb3:3c20 dev enp2s0 proto static metric 100 pref medium root@AbNormal:/home/comp# VM- comp@AbNormal:~$ ip -6 a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 state UNKNOWN qlen 1 inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000 inet6 fe80::a00:27ff:fef6:87c4/64 scope link valid_lft forever preferred_lft forever comp@AbNormal:~$ ip -6 r fe80::/64 dev enp0s3 proto kernel metric 256 pref medium comp@AbNormal:~$ Incidentally, here's what I get when I attempt pinging security.debian.org: comp@AbNormal:~$ ping -6 security.debian.org PING security.debian.org(mirror-umn2.debian.org (2607:ea00:101:3c0b::1deb:215)) 56 data bytes ^C --- security.debian.org ping statistics --- 16 packets transmitted, 0 received, 100% packet loss, time 15358ms comp@AbNormal:~$ wget -6 security.debian.org --2018-02-10 12:10:09-- http://security.debian.org/ Resolving security.debian.org (security.debian.org)... 2607:ea00:101:3c0b::1deb:215, 2610:148:1f10:3::73, 2001:4f8:1:c::14 Connecting to security.debian.org (security.debian.org)|2607:ea00:101:3c0b::1deb:215|:80... ^C