Mailinglist Archive: opensuse (888 mails)
| < Previous | Next > |
[opensuse] Playing with IPv6
- From: Per Jessen <per@xxxxxxxxxxxx>
- Date: Wed, 05 Jan 2011 15:24:42 +0100
- Message-id: <ig1uva$hr2$4@saturn.local.net>
With all this talk about IPV6, and today being a bit of a slow day, I
thought I might play a bit with using 6to4 via 192.88.99.1. (we
already have an IPv6 range, but unfortunately our Lancom DSL router
doesn't speak IPv6 yet).
So, I did the following:
ip tunnel add tun6to4 mode sit remote any local 212.25.14.42 ttl 64
ip link set dev tun6to4 up
ip -6 addr add 2002:d419:0e2a::2120:2501:4042/128 dev tun6to4
route -A inet6 add default gw ::192.88.99.1
I'm not completely certain what 2120:2501:4042 is, it seems to be
a "coded" variation of "212.25.14.42" (I got it from
http://6to4.version6.net)
However, I must be missing something as I'm unable to ping an IPv6
address, e.g. www.switch.ch - I can see the echo request going out, but
nothing ever comes back. What might I be missing? I have checked the
firewall, it's not being dropped there.
--
Per Jessen, Zürich (1.9°C)
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
thought I might play a bit with using 6to4 via 192.88.99.1. (we
already have an IPv6 range, but unfortunately our Lancom DSL router
doesn't speak IPv6 yet).
So, I did the following:
ip tunnel add tun6to4 mode sit remote any local 212.25.14.42 ttl 64
ip link set dev tun6to4 up
ip -6 addr add 2002:d419:0e2a::2120:2501:4042/128 dev tun6to4
route -A inet6 add default gw ::192.88.99.1
I'm not completely certain what 2120:2501:4042 is, it seems to be
a "coded" variation of "212.25.14.42" (I got it from
http://6to4.version6.net)
However, I must be missing something as I'm unable to ping an IPv6
address, e.g. www.switch.ch - I can see the echo request going out, but
nothing ever comes back. What might I be missing? I have checked the
firewall, it's not being dropped there.
--
Per Jessen, Zürich (1.9°C)
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |