#!/bin/sh mount -t proc none /proc mount -t sysfs none /sys /sbin/mdev -s # enable localhost ip link set lo up # enable ethernet ip link set eth0 up # enable ipv6 over ipv4 ip link set sit0 up # enable fake ipv4 multicast if eth0 is not available #ip route add 224.0.0.0/4 dev lo # this ipv6 variant does not work :( #ip route add ff00::/8 dev lo