#!/bin/bash # LIP: Local IP, the address reserved for your Evaluation system export IXP1200_LIP=10.3.19.129 # RIP: Remote IP, the address of a tftp server with zImage and ramdisk_img.gz export IXP1200_RIP=10.3.19.128 # netmask, broadcast, gateway and DNS export IXP1200_MASK=255.255.255.0 export IXP1200_BCAST=10.3.19.255 export IXP1200_GWAY=10.3.19.251 export IXP1200_DNS1=143.183.51.92 export IXP1200_DNS2=143.183.163.67 # This line assumes the start script is in the user's home directory minicom ixp1200 -S ./start