IPv6: Difference between revisions
From Elch-Wiki
				
				
				Jump to navigationJump to search
				
				
No edit summary  | 
				No edit summary  | 
				||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
* Repo adden: http://download.opensuse.org/repositories/network:/utilities/  | == Hurricane Electric (tunnelbroker.net) ==  | ||
* Installieren: aiccu, radvd  | <pre>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</pre>  | |||
== Sixxs ==  | |||
* Repo adden: http://download.opensuse.org/repositories/network:/utilities/openSUSE_12.3/  | |||
* Installieren: aiccu, radvd [http://www.litech.org/radvd/]  | |||
* Sixxs:  | * Sixxs:  | ||
** Account beantragen  | ** Account beantragen  | ||
** Wenn Account da, Tunnel beantragen  | ** Wenn Account da, Tunnel beantragen  | ||
** IPv6: 2001:1620:f00:107::2  | |||
* /etc/aiccu.conf bearbeiten (user, passwor, tunnel-id)  | * /etc/aiccu.conf bearbeiten (user, passwor, tunnel-id)  | ||
* Runlevel von aiccu setzen (3 und 5)  | * 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: [http://www.heise.de/netze/artikel/IPv6-Internetzugang-221479.html]  | |||
== Trouble-Shooting ==  | == Trouble-Shooting ==  | ||
* 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  | |||
== 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 22: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]