Cover V04, I01
Article
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Figure 7
Figure 8
Figure 9
Sidebar 1

jan95.tar


Sidebar: Configuring the Network Interface

Unlike most other UNIX entities, subnets are not managed through a configuration file. However, each network interface needs to know about the subnets, and the means for doing this is on most UNIX systems is the ifconfig command. Among the parameters given to ifconfig are the interface IP address and the network subnet mask, or netmask, which is the key to determining which subnet a particular host is on. An example of the usage of ifconfig is

ifconfig le0 198.53.64.9 netmask 255.255.255.240 ...

where ... represents the remainder of the commands needed to configure the interface.