HP-UX LAN Administrator's Guide (Feburary 2007)

Table Of Contents
Network AddressingDRAFT COPY
Networking Terminology
Chapter 794
interface, you can configure the subsequent interfaces in any order. Note that the IP
addresses assigned to a card may be on the same subnet or on different subnets. See the
section “Interfaces,” in Chapter 7 for more information about logical interfaces and interface
names.
An initial interface cannot be removed from the system until all subsequent logical interfaces
are removed. You can remove subsequent interfaces from the system with the ifconfig
command, as in the following example:
ifconfig lan1:1 inet 0.0.0.0
The initial interface (for example, lan1) can then be removed from the system with the
ifconfig command, as in the following example:
ifconfig lan1 unplumb
A loopback interface does not have a hardware device associated with it. The name of this
type of interface is lo0, denoting the loopback interface. A loopback interface is automatically
created by the TCP/IP stack even if the system is not connected to a network.
Gateway
A gateway is a device used to connect two or more networks. The gateway serves to route
information among the networks. An HP-UX Server with two or more LAN cards installed
may act as a LAN-to-LAN gateway. Such a node may also be referred to as a LAN-to-LAN
router or IP router. If a node is a gateway, it affects how you configure and maintain LAN
software. Refer to node D in the network maps in Figure 7-7 and Figure 7-13 for examples of
gateways. A gateway system has to have at least two network interfaces configured, one for
each network to which it belongs. A gateway can be either a router or a system.
Routing Table
Each node on the LAN has a routing table. A routing table contains information about the
route to nodes on other LANs. The connections to other LANs are made through gateways.
ARP Cache
Each interface card on a system is identified by an IP address and a station address. The ARP
cache contains the IP address of a remote interface and the station address which is used to
send packets to that IP address. If the remote system is not on the same physical network, the
station address in the ARP cache is for an interface on a gateway.
Usually, an ARP cache entry is automatically created when the system needs to send the first
packet to a remote IP address. ARP cache entries are usually deleted automatically when they
have not been used for a period of time.