> How to create Network interface and how to configure ip address in NetBSD > 5.2 manually command line. > Please send me the procedure.
Where did you find that old box? Anyway, I assume it should be like this: # ifconfig <something> inet 192.168.1.1 netmask <something> Else, if you boot, just put in your /etc/ifconfig.adaptername: up inet 192.168.1.1 netmask <something> Definitelly, manual pages are the best way to get answers. The very power of unix. Zoran