Migration auf IPv6

From
Revision as of 06:41, 22 September 2011 by Rbert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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