Inhaltsverzeichnis

Miredo-Server Konfiguration unter Ubuntu

Zielkonfiguration

Miredo-Server lauscht auf
Interface: eth0
IPv4-Adr: 141.64.0.100 und 141.64.0.101

Installation

Miredo-Server installieren:

$ sudo apt-get install miredo-server

Konfiguration

Die 2. IPv4-Adr. an IF binden:

$ sudo ip -4 addr add 141.64.0.101/24

In der /etc/miredo-server.conf:

ServerBindAddress 141.64.0.100

„On the IPv6 side, no special setting should be needed. The server should simply have a working IPv6 connectivity. It must be allowed to emit ICMPv6 packets with source in range 2001:0::/32 and destination within 2000::/3.“1)

Miredo-Server Starten

$ sudo /etc/init.d/miredo-server start