Migration auf IPv6: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''like pastebin ;)''' |
'''like pastebin ;)''' |
||
Nameserver: bind9 |
Nameserver: bind9<br> |
||
Configfiles: /etc/bind/ |
Configfiles: /etc/bind/<br> |
||
.local |
.local<br> |
||
.options |
.options<br> |
||
Zonefiles (Name -> IP): chaos.local |
Zonefiles (Name -> IP): chaos.local<br> |
||
Reverselookup (IP -> Name): 1. & 2. (v4) |
Reverselookup (IP -> Name): 1. & 2. (v4)<br> |
||
0. & 0. (v6) |
0. & 0. (v6) |
||
Revision as of 06:43, 22 September 2011
like pastebin ;)
Nameserver: bind9
Configfiles: /etc/bind/
.local
.options
Zonefiles (Name -> IP): chaos.local
Reverselookup (IP -> Name): 1. & 2. (v4)
0. & 0. (v6)
Jedes Gerät hat automatisch eine IPv6 Adresse (link-local). Diese ist jedoch nur innerhalb des Subnetzwerkes erreichbar und somit per Definition nicht von außen verfügbar. Man kann manuell eine IPv6 Adresse (global) vergeben. Diese wird dann auch von den Routern geroutet.
Ganzen Interface ausschalten: ifconfig <Interfacename> down, z.B.: ifconfig eth1 down Ganzen Interface anschalten: ifconfig <Interfacename> up, z.B.: ifconfig eth1 up
IP-Adressen manuell vergeben: -für IPv4: ifconfig <Interfacename> add <Adresse> z.B.: ifconfig eth0 add 192.168.1.10 -für IPv6: ifconfig <Interfacename> inet6 add <Adresse> z.B.: ifconfig eth0 add !!!!!!!!!TODO!!!!!!!!!!
/etc/sysctl.conf uncommenting the line for net.ipv6.conf.all.forwarding