#!/bin/sh
/sbin/ifconfig eth1 192.168.2.100 netmask 255.255.255.0 broadcast +
/sbin/ifconfig eth1 up
