#!/bin/sh ifconfig lo 127.0.0.1 route add -net 127.0.0.0 netmask 255.0.0.0 lo dhcpcd -p -a -h - eth0 & ifconfig eth0:0 192.168.0.1 netmask 255.255.255.0 up