<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... I've felt left out with all these Linux questions, as I know nothing about it (YET!). 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> </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> </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> <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>><BR>> Route ADD "data" -p<BR>> Just type route at the cmd prompt. It will tell you all the comands.<BR>> Here they are below. ______________________<BR>> C:\>route ?<BR>> Manipulates network routing tables.<BR>> ROUTE [-f] [-p] [command [destination]<BR>> [MASK netmask] [gateway] [METRIC metric] [IF<BR>> interface]<BR>> -f Clears the routing tables of all gateway entries. If<BR>> this is<BR>> used in conjunction with one of the commands, the tables<BR>> are cleared prior to running the command.<BR>> -p When used with the ADD command, makes a route persistent<BR>> across<BR>> boots of the system. By default, routes are not preserved<BR>> when the system is restarted. Ignored for all other<BR>> commands, which always affect the appropriate persistent<BR>> routes.!
This option is not supported in Windows 95.<BR>> command One of these:<BR>> PRINT Prints a route<BR>> ADD Adds a route<BR>> DELETE Deletes a route<BR>> CHANGE Modifies an existing route<BR>> destination Specifies the host.<BR>> MASK Specifies that the next parameter is the 'netmask' value.<BR>> netmask Specifies a subnet mask value for this route entry.<BR>> If not specified, it defaults to 255.255.255.255.<BR>> gateway Specifies gateway.<BR>> interface the interface number for the specified route.<BR>> METRIC specifies the metric, ie. cost for the destination.<BR>> All symbolic names used for destination are looked up in the network<BR>> database file NETWORKS. The symbolic names for gateway are looked up in<BR>> the host name database file HOSTS.<BR>> If the command is PRINT or DELETE. Destination or gateway can be a<BR>> wildcard, (wildcard is specified as a star '*'), or the gateway argument<BR>> may be omitted. If D!
est contains a * or ?, it is treated as a shell<BR>> pattern, and only matching destination routes are printed. The '*'<BR>> matches any string, and '?' matches any one char. Examples: 157.*.1,<BR>> 157.*, 127.*, *224*. Diagnostic Notes:<BR>> Invalid MASK generates an error, that is when (DEST & MASK) != DEST.<BR>> Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1<BR>> The route addition failed: The specified mask parameter is<BR>> invalid.<BR>> (Destination & Mask) != Destination.<BR>> Examples:<BR>> > route PRINT<BR>> > route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2<BR>> destination^ ^mask ^gateway metric^ ^<BR>> Interface^<BR>> If IF is not given, it tries to find the best interface for a<BR>> given gateway.<BR>> > route PRINT<BR>> > route PRINT 157* .... Only prints those matching 157*<BR>> route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2<BR>> CHANGE is!
used to modify gateway and/or metric only.<BR>> > route PRINT<BR>> > route DELETE 157.0.0.0<BR>> > route PRINT<BR>><BR>><BR>> Justin Bennett wrote:This is not linux related but I need some help<BR>> jogging my memory, Whats<BR>> the file in W2k where you can add routes, so the routes will be active<BR>> at startup. I did it before but can't remember.<BR>><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>><BR>><BR>> Tom McKim<BR>> mckimt@yahoo.com<BR>> mckimt@epicforchildren.org<BR>><BR>><BR>> ---------------------------------<BR>> Do you Yahoo!?<BR>> New DSL Internet Access from SBC & Yahoo!<BR>> --<BR>> This message has been scanned for viruses and<BR>> dangerous !
content by Dynabrade using Mailscanner,<BR>> 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>