Files
oldlinux-files/Minix/2.0.0/wwwman/man8/add_route.8.html
2024-02-19 00:21:39 -05:00

74 lines
1.2 KiB
HTML

<HTML>
<HEAD>
<TITLE>add_route(8)</TITLE>
</HEAD>
<BODY>
<H1>add_route(8)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
add_route - configure IP routing.
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>add_route</STRONG> -g gateway [<STRONG>-d</STRONG> destination [<STRONG>-n</STRONG> netmask ]] [<STRONG>-i</STRONG> ip device]
</PRE>
<H2>DESCRIPTION</H2><PRE>
<STRONG>Add_route</STRONG> is used for manual entry of routes in the IP routing table.
</PRE>
<H2>OPTIONS</H2><PRE>
<STRONG>-g</STRONG> <EM>gateway</EM> specifies the gateway IP address to use.
<STRONG>-d</STRONG> <EM>destination</EM> specifies the destination(s) reached via this gateway.
<STRONG>-n</STRONG> <EM>netmask</EM> specifies a netmask when the destination is a net.
<STRONG>-i</STRONG> <EM>ip</EM> <EM>device</EM> specifies the ip device.
</PRE>
<H2>SEE ALSO</H2><PRE>
<STRONG><A HREF="../man8/irdp.8.html">irdp(8)</A></STRONG>, <STRONG><A HREF="../man8/pr_routes.8.html">pr_routes(8)</A></STRONG>.
</PRE>
<H2>AUTHOR</H2><PRE>
<EM>Add</EM>_<EM>route</EM>.<EM>c</EM> was created August 7, 1991 by Philip Homburg. This manual
page by A. S. Woodhull, last revised 13.02.96.
</PRE>
</BODY>
</HTML>