#!/bin/sh

#default settings(if dhcp fail)
default_ip="192.168.0.30"
default_gw="192.168.0.1"
default_mask="255.255.255.0"

