Вот как я могу просматривать веб-сайты за сетями IPv6 в Fedora 14
before:
ping6 ipv6.google.com
connect: Network is unreachable
solution: with root just:
yum install -y miredo-client
sed -i "s/ServerAddress teredo.remlab.net/ServerAddress teredo.ipv6.microsoft.com/g" /etc/miredo/miredo.conf
service miredo-client restart
after:
ping6 ipv6.google.com
PING ipv6.google.com(2a00:1450:8004::67) 56 data bytes
64 bytes from 2a00:1450:8004::67: icmp_seq=1 ttl=56 time=147 ms
64 bytes from 2a00:1450:8004::67: icmp_seq=2 ttl=56 time=111 ms
64 bytes from 2a00:1450:8004::67: icmp_seq=3 ttl=56 time=142 ms
64 bytes from 2a00:1450:8004::67: icmp_seq=4 ttl=56 time=50.1 ms
Можно ли быть уверенным, что при использовании туннелирования типа "teredo" я могу быть защищен от атак типа MITM?
Безопасно ли использовать этот вид "туннелирования"?
Как я могу быть уверен, что teredo.ipv6.microsoft.com не отслеживает мой трафик?
Спасибо за любые указания, исправления!