IPv6: Difference between revisions
From Elch-Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Hurricane Electric (tunnelbroker.net) == | |||
<pre>modprobe ipv6 | <pre>modprobe ipv6 | ||
ip tunnel add he-ipv6 mode sit remote 216.66.80.98 local 84.75.48.6 ttl 255 | ip tunnel add he-ipv6 mode sit remote 216.66.80.98 local 84.75.48.6 ttl 255 | ||
Line 7: | Line 7: | ||
ip -f inet6 addr</pre> | ip -f inet6 addr</pre> | ||
== Sixxs == | |||
* Repo adden: http://download.opensuse.org/repositories/network:/utilities/openSUSE_12.3/ | * Repo adden: http://download.opensuse.org/repositories/network:/utilities/openSUSE_12.3/ | ||
* Installieren: aiccu, radvd [http://www.litech.org/radvd/] | * Installieren: aiccu, radvd [http://www.litech.org/radvd/] | ||
Line 29: | Line 30: | ||
* Wenn das TUN-Interface nicht erstellt werden kann: Reboot (Hinweise auch hier: [http://www.heise.de/netze/artikel/IPv6-Internetzugang-221479.html]) | * Wenn das TUN-Interface nicht erstellt werden kann: Reboot (Hinweise auch hier: [http://www.heise.de/netze/artikel/IPv6-Internetzugang-221479.html]) | ||
* stinky.trash.net has IPv6 address 2001:1620:2001::10 | * stinky.trash.net has IPv6 address 2001:1620:2001::10 | ||
== fish-serv == | |||
* kein IPv6 auf eth2: [https://superuser.com/questions/575684/how-to-disable-ipv6-on-a-specific-interface-in-linux] |
Latest revision as of 23:20, 3 December 2019
Hurricane Electric (tunnelbroker.net)
modprobe ipv6 ip tunnel add he-ipv6 mode sit remote 216.66.80.98 local 84.75.48.6 ttl 255 ip link set he-ipv6 up ip addr add 2001:470:25:34f::2/64 dev he-ipv6 ip route add ::/0 dev he-ipv6 ip -f inet6 addr
Sixxs
- Repo adden: http://download.opensuse.org/repositories/network:/utilities/openSUSE_12.3/
- Installieren: aiccu, radvd [1]
- Sixxs:
- Account beantragen
- Wenn Account da, Tunnel beantragen
- IPv6: 2001:1620:f00:107::2
- /etc/aiccu.conf bearbeiten (user, passwor, tunnel-id)
- Runlevel von aiccu setzen (3 und 5)
- /etc/init.d/fw_nat um Regeln für IPv6 ergänzen
- Das Firefox-Plugin ShowIP zeigt an, ob man grad über IPv4 (rot) oder IPv6 (grün) unterwegs ist
Artikel
- c't IPv6-Internetzugang: [2]
Trouble-Shooting
- Wenn das TUN-Interface nicht erstellt werden kann: Reboot (Hinweise auch hier: [3])
- stinky.trash.net has IPv6 address 2001:1620:2001::10
fish-serv
- kein IPv6 auf eth2: [4]