FreeBSD Bugzilla – Attachment 33295 Details for
Bug 54610
[patch] adds route(8) examples to routing chapter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
chapter.sgml.diff
chapter.sgml.diff (text/plain), 1.27 KB, created by
Josef El-Rayes
on 2003-07-18 10:50:08 UTC
(
hide
)
Description:
chapter.sgml.diff
Filename:
MIME Type:
Creator:
Josef El-Rayes
Created:
2003-07-18 10:50:08 UTC
Size:
1.27 KB
patch
obsolete
>--- chapter.sgml.orig Thu Jul 17 23:48:58 2003 >+++ chapter.sgml Fri Jul 18 11:47:42 2003 >@@ -362,6 +362,27 @@ > </informaltable> > </sect2> > >+ <sect2> >+ <title>Manipulate routing tables</title> >+ <indexterm><primary>manipulate routing tables</primary></indexterm> >+ <para>Although it is normally not needed, as there is the >+&man.routed.8; daemon for routing table management, it is in some cases very >+useful to be able to dynamically define or manipulate the routing tables on the >+command line. This is achieved via the &man.route.8; command. >+For example, if you want to set the default route to a >+specific ip adress, you do this by using the add parameter of the route >+command:</para> >+ <screen>&prompt.root;<userinput>route add default 192.168.0.1</userinput> >+ add net default: gateway 192.168.0.1</screen> >+ >+ >+ <para>Additional manipulation of the routing table is done via the >+<command>change</command> and <command>delete</command> parameters. Use >+<command>flush</command> to clear the whole routing table. >+ To receive specific information about how packages to a certain destination get >+ routed, there is the <command>get</command> parameter. >+ </sect2> >+ > <sect2> > <title>Dual Homed Hosts</title> > <indexterm><primary>dual homed hosts</primary></indexterm>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54610
: 33295