Subject: Re: telnet/ftp access question
To: DJ Lo-Ki <port-mac68k@NetBSD.ORG>
From: #hea <hea@ix.netcom.com>
List: port-mac68k
Date: 11/11/1997 22:02:22
>next I set up the localhost with "ifconfig localhost inet lo0 127.0.0.1"
>also my ethernet card with "ifconfig inet ae0 <my machine's ip> netmask 
>255.255.255.0"
>and "add route default <router ip>"

I think you need:

ifconfig ae0 inet <your.ip.number> up netmask 255.255.255.0

...Harlan