<P><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Glad to help...&nbsp; I've felt left out with all these Linux questions, as I know nothing about it (YET!).&nbsp;&nbsp; At least I finally knew something...</SPAN>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN class=EmailStyle16><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Berkeley Book'; mso-bidi-font-size: 12.0pt"><FONT size=3></FONT></SPAN></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN class=EmailStyle16><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Berkeley Book'; mso-bidi-font-size: 12.0pt"><FONT size=3></FONT></SPAN></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN class=EmailStyle16><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Berkeley Book'; mso-bidi-font-size: 12.0pt"><FONT size=3>Tom McKim<SPAN class=424222413-25092002>, MCSE</SPAN></FONT></SPAN></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN class=EmailStyle16><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Berkeley Book'; mso-bidi-font-size: 12.0pt"><FONT size=3>Computer Operations<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></SPAN></SPAN></P>
<H1 style="MARGIN: 0in 0in 0pt"><FONT size=2><FONT face=Trajan><SPAN style="COLOR: black">International Fiber Corporation</SPAN><SPAN style="COLOR: black; mso-color-alt: windowtext"><o:p></o:p></SPAN></FONT></FONT></H1>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN class=EmailStyle16><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Berkeley Book'; mso-bidi-font-size: 12.0pt"><FONT size=3>50 Bridge Street<o:p></o:p></FONT></SPAN></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN class=EmailStyle16><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Berkeley Book'; mso-bidi-font-size: 12.0pt"><FONT size=3>North Tonawanda, NY 14120<o:p></o:p></FONT></SPAN></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN class=EmailStyle16><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Berkeley Book'; mso-bidi-font-size: 12.0pt"><FONT size=3>(716) 693-4040 x 126<o:p></o:p></FONT></SPAN></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN class=EmailStyle16><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Berkeley Book'; mso-bidi-font-size: 12.0pt"><FONT size=3>(716) 693-3528<o:p></o:p></FONT></SPAN></SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN class=EmailStyle16><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Berkeley Book'; mso-bidi-font-size: 12.0pt"><A href="mailto:tmckim@ifcfiber.com"><SPAN style="FONT-SIZE: 12pt; mso-bidi-font-family: 'Times New Roman'"><FONT face=Arial color=#000000>tmckim@ifcfiber.com</FONT></SPAN></A><o:p></o:p></SPAN></SPAN></P>
<P>&nbsp;<B><I>Justin Bennett <JUSTIN.BENNETT@DYNABRADE.COM></I></B>wrote:
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">ok that works....<BR><BR>Thanks!<BR>Justin<BR><BR>Tom McKim said:<BR>&gt;<BR>&gt; Route ADD "data" -p<BR>&gt; Just type route at the cmd prompt. It will tell you all the comands.<BR>&gt; Here they are below. ______________________<BR>&gt; C:\&gt;route ?<BR>&gt; Manipulates network routing tables.<BR>&gt; ROUTE [-f] [-p] [command [destination]<BR>&gt; [MASK netmask] [gateway] [METRIC metric] [IF<BR>&gt; interface]<BR>&gt; -f Clears the routing tables of all gateway entries. If<BR>&gt; this is<BR>&gt; used in conjunction with one of the commands, the tables<BR>&gt; are cleared prior to running the command.<BR>&gt; -p When used with the ADD command, makes a route persistent<BR>&gt; across<BR>&gt; boots of the system. By default, routes are not preserved<BR>&gt; when the system is restarted. Ignored for all other<BR>&gt; commands, which always affect the appropriate persistent<BR>&gt; routes.!
 This option is not supported in Windows 95.<BR>&gt; command One of these:<BR>&gt; PRINT Prints a route<BR>&gt; ADD Adds a route<BR>&gt; DELETE Deletes a route<BR>&gt; CHANGE Modifies an existing route<BR>&gt; destination Specifies the host.<BR>&gt; MASK Specifies that the next parameter is the 'netmask' value.<BR>&gt; netmask Specifies a subnet mask value for this route entry.<BR>&gt; If not specified, it defaults to 255.255.255.255.<BR>&gt; gateway Specifies gateway.<BR>&gt; interface the interface number for the specified route.<BR>&gt; METRIC specifies the metric, ie. cost for the destination.<BR>&gt; All symbolic names used for destination are looked up in the network<BR>&gt; database file NETWORKS. The symbolic names for gateway are looked up in<BR>&gt; the host name database file HOSTS.<BR>&gt; If the command is PRINT or DELETE. Destination or gateway can be a<BR>&gt; wildcard, (wildcard is specified as a star '*'), or the gateway argument<BR>&gt; may be omitted. If D!
est contains a * or ?, it is treated as a shell<BR>&gt; pattern, and only matching destination routes are printed. The '*'<BR>&gt; matches any string, and '?' matches any one char. Examples: 157.*.1,<BR>&gt; 157.*, 127.*, *224*. Diagnostic Notes:<BR>&gt; Invalid MASK generates an error, that is when (DEST &amp; MASK) != DEST.<BR>&gt; Example&gt; route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1<BR>&gt; The route addition failed: The specified mask parameter is<BR>&gt; invalid.<BR>&gt; (Destination &amp; Mask) != Destination.<BR>&gt; Examples:<BR>&gt; &gt; route PRINT<BR>&gt; &gt; route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2<BR>&gt; destination^ ^mask ^gateway metric^ ^<BR>&gt; Interface^<BR>&gt; If IF is not given, it tries to find the best interface for a<BR>&gt; given gateway.<BR>&gt; &gt; route PRINT<BR>&gt; &gt; route PRINT 157* .... Only prints those matching 157*<BR>&gt; route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2<BR>&gt; CHANGE is!
 used to modify gateway and/or metric only.<BR>&gt; &gt; route PRINT<BR>&gt; &gt; route DELETE 157.0.0.0<BR>&gt; &gt; route PRINT<BR>&gt;<BR>&gt;<BR>&gt; Justin Bennett wrote:This is not linux related but I need some help<BR>&gt; jogging my memory, Whats<BR>&gt; the file in W2k where you can add routes, so the routes will be active<BR>&gt; at startup. I did it before but can't remember.<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; --<BR>&gt; -------------------------------------------<BR>&gt; Justin Bennett<BR>&gt; Red Hat (Linux) Certified Engineer<BR>&gt; Network Administrator<BR>&gt; Dynabrade Inc.<BR>&gt; 8989 Sheridan Dr<BR>&gt; Clarence, NY 14031<BR>&gt; 716-631-0100 ext 215<BR>&gt;<BR>&gt;<BR>&gt; Tom McKim<BR>&gt; mckimt@yahoo.com<BR>&gt; mckimt@epicforchildren.org<BR>&gt;<BR>&gt;<BR>&gt; ---------------------------------<BR>&gt; Do you Yahoo!?<BR>&gt; New DSL Internet Access from SBC &amp; Yahoo!<BR>&gt; --<BR>&gt; This message has been scanned for viruses and<BR>&gt; dangerous !
content by Dynabrade using Mailscanner,<BR>&gt; and is believed to be clean.<BR><BR><BR>-- <BR>-------------------------------------------<BR>Justin Bennett<BR>Red Hat (Linux) Certified Engineer<BR>Network Administrator<BR>Dynabrade Inc.<BR>8989 Sheridan Dr<BR>Clarence, NY 14031<BR>716-631-0100 ext 215<BR></BLOCKQUOTE><BR><BR>Tom McKim<br>mckimt@yahoo.com<br>mckimt@epicforchildren.org<p><br><hr size=1>Do you Yahoo!?<br>
New <a href="http://rd.yahoo.com/evt=1207/*http://sbc.yahoo.com/">DSL Internet Access</a> from SBC & Yahoo!</a>