| previous | contents | up | next |
HP-UX 10.20:
/etc/rc.config.d/netconf sets your hostname, IP address,
netmask, gateway (or default route),
IRIX 6.x:
$ROUTE $QUIET add net default 129.79.28.254
hostresorder local bind
Red Hat Linux:
/etc/sysconfig/network will contain entries
for your host name, domain name, and gateway address (default router).
/etc/sysconfig/network-scripts/ifcfg-eth0 will contain
entries for your IP number, netmask, and broadcast address.
/etc/hosts you will find your hostname and IP number as
well.
/etc/nsswitch.conf specified the order in which
DNS and hosts file are consulted.
/etc/resolv.conf will contain data about your domain,
nameserver, and search paths.
Solaris 2.x:
/etc/hosts specifies the host name and the IP number.
/etc/net/*/hosts specify the hostname.
/etc/hostname.le0 specifies hostname that matches
/etc/hosts for the ethernet interface le0. (You may have other
interfaces, such as hme0, etc.)
/etc/netmasks specifies netmasks for the entire network.
/etc/defaultrouter specifies the default router.
/etc/nsswitch.conf allows the specification of the order
in which DNS and hosts files are consulted. /etc/resolv.conf
sets up DNS servers.
Tru64 UNIX (formerly Digital UNIX 4.x):
/etc/rc.config specifies the hostname, IP number,
and netmask.
/etc/routes specifies the default route:
default 129.79.28.254
/etc/resolv.conf specifies the DNS servers.
| previous | contents | up | next |