#!/bin/sh echo "Configuring loopback interface" ifconfig lo 127.0.0.1 #default use random mac addr #ifconfig eth0 hw ether 00:80:48:BA:D1:30 #ifconfig eth0 192.168.0.6 #ifconfig eth1 hw ether 00:80:48:BA:D1:31 #ifconfig eth1 192.168.1.6 telnetd