xref: /illumos-gate/usr/src/man/man5/defaultrouter.5 (revision bbf215553c7233fbab8a0afdf1fac74c44781867)
te
Copyright (c) 2000, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
DEFAULTROUTER 5 "Aug 17, 2004"
NAME
defaultrouter - configuration file for default router(s)
SYNOPSIS

/etc/defaultrouter
DESCRIPTION

The /etc/defaultrouter file specifies a IPv4 host's default router(s).

The format of the file is as follows:

IP_address
...

The /etc/defaultrouter file can contain the IP addresses or hostnames of one or more default routers, with each entry on its own line. If you use hostnames, each hostname must also be listed in the local /etc/hosts file, because no name services are running at the time that defaultrouter is read.

Lines beginning with the ``#'' character are treated as comments.

The default routes listed in this file replace those added by the kernel during diskless booting. An empty /etc/defaultrouter file will cause the default route added by the kernel to be deleted.

Use of a default route, whether received from a DHCP server or from /etc/defaultrouter, prevents a machine from acting as an IPv4 router. You can use routeadm(8) to override this behavior.

FILES
/etc/defaultrouter

Configuration file containing the hostnames or IP addresses of one or more default routers.

SEE ALSO

hosts (5), in.rdisc (8), in.routed (8), routeadm (8)