NetBSD rules - Go to the first, previous, next, last, above section, table of contents.

3.1.3 Addresses: IP, Broadcast, Netmask, ...

If you're about to hook your machine up to your company's, school's or university's network (i.e. most probably the real Internet :), go to your local network-administrator and get the following informations:

If you're about to use SLIP or PPP, possibly via a telephone line, you'll probably need the following informations:

If you just want to run your own little LAN at home, you can choose your own values for most of the things above:

IP-number:
Choose an IP-number from either class B or C. As you're isolated from the internet, it doesn't really matter what address(es) you choose, as long as they are valid addresses (see section 2.2 TCP/IP address format). If you choose a couple of addresses, please pay attention that they are all in the same (sub)net! (see section 2.3 Subnetting and Routing)
Hostname:
Any valid hostname you like, see section 2.4 Name service concepts. You'd better not choose a domainname because you'll only have to type longer hostnames (and believe me, you'll have to type those hostnames quite some times during tuning your network! :-).
Netmask:
Determine this one according to the rules from section 2.2 TCP/IP address format. As you surely don't want to invent subnets, the netmask goes hand in hand with the IP-number(s) you choose.
Broadcast-address:
If there's no 4.2BSD-system on your network, determine your broadcast-address after the rules stated in section 2.2 TCP/IP address format, i.e. set all host-bits to "1". If you've got one or more 4.2BSD-systems on your network, you've to pay attention to set the right broadcast-address, as 4.2BSD has a bug in its networking code, concerning the broadcast address. This bug forces you to set all host-bits in the broadcast-address to "0"!!!
Defaultrouter:
Most probably not needed at home.
Nameserver:
You don't need this for the first steps, and most probably you won't set up DNS at home. See section 2.4.2 The Domain Name Service (DNS), for some details.

To illustrate this, I'll give you two examples.

Example 1: DUSK at the university's network

I got all these values from the local network admin. As the system is connected to the internet, I use the University of Regensburg's class C network (132.199.0.0) and their domainname (UNI-REGENSBURG.DE).

Example 2: DUSK & NOON at home

I used the second setup at home, with no connection to the internet. Therefore, I have chosen neither domainname nor defaultrouter or nameserver. (I choose those IP-numbers for the case that I'm going to hook up noon to the net, just for fun :-).


NetBSD rules - Go to the first, previous, next, last, above section, table of contents.