#!/bin/sh
ifconfig lo 127.0.0.1
route add -net 127.0.0.0 netmask 255.0.0.0 lo
ifconfig eth0 192.168.2.106 
#@dhcpcd -p -a eth0 &
route add -net 192.168.2.0 netmask 255.255.255.0 eth0

