Subject: Re: Brasilian Guy in a silly BSD world
To: None <port-mac68k@netbsd.org>
From: Bradley R. Smith <brad5903@pobox.com>
List: port-mac68k
Date: 07/14/2000 10:49:55
On 7/13/00 at 20:34, bsdlist@quiz.com.br (Marco) wrote:
> But, 2 days ago, i decided to learn NETBSD, and intall
> it im my Quadra650.
> It's not a easy task when you speak portuguese, don't
> understand very well english language ( how can you read), and
> don't know any poor soul using BSD or any other *NIX operation
> sistem.
> Could you give some help in this task?
> Let show you a example:
> i don't know if i'm using the correct kernel version (ALPHA_1.5)

I would use 1.4.2 instead of 1.5. I think 1.4.2 would be more
stable or more finished.

> How can i setup my IP address.
> My NT don't see my QUADRA and vice-versa...

ifconfig sn0 inet 192.168.1.1 netmask 255.255.255.0 up

Replace sn0 with the name of your ethernet interface if it's
different. It's one of the things that prints at boot.
Replace 192.168.1.1 with your IP number.
Replace 255.255.255.0 with the netmask for your network.

To set the path to the router:
route add default 192.168.1.254

Replace 192.168.1.254 with the IP number of your router.

The /etc/netstart script will do all that for you on boot if
you configure it right. I've never learned how to configure
/etc/netstart. I just remove /etc/netstart from /etc/rc and
put the necessary networking commands in /etc/rc.