[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [FW1] NT and routing (newbie)
route -p add x.x.x.x mask y.y.y.y z.z.z.z metric n
where:
"-p" makes the new route persistant across boots
"x.x.x.x" is the destination address
"mask" is a keyword
"y.y.y.y" is the subnet mask for the destination
"z.z.z.z" is the router address for the next hop
"metric" is a keyword
"n" is an integer cost metric giving the route a priority
example:
route add 192.168.200.0 mask 255.255.255.0 172.18.10.1 metric 1
This would route all traffic for the class C network 192.168.200.* to a router at 172.18.10.1 and with a metric of "1" would use that route all the time.
Bill
Chris F <freaknetboy@yahoo.com> on 04/28/99 02:30:41 PM
To: Firewall One List <fw-1-mailinglist@lists.us.checkpoint.com> @ Internet
cc: Subject: [FW1] NT and routing (newbie)
Hi All,
New to NT. Could some please share the syntax for
using the route cmd in NT? An example? Also, what file
can I put the route cmds in so they survive reboots.
Thanks,
CHris .. Unix dude
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at
http://mail.yahoo.com
================================================================================
To unsubscribe from this mailing list, please see the instructions at
http://www.checkpoint.com/services/mailing.html
================================================================================
------ Message Header Follows ------
Received: from pop3.go-ils.com by www.go-ils.com
(PostalUnion/SMTP(tm) v2.1.9g for Windows NT(tm))
id AA-1999Apr28.143011.1758.104442; Wed, 28 Apr 1999 14:30:12 -0500
Received: by pop3.go-ils.com from localhost
(router,SLMail V3.2); Wed, 28 Apr 1999 14:21:35 -0500
Received: from softwhisper.us.checkpoint.com [206.184.151.213]
by pop3.go-ils.com [206.175.174.110] (SLmail 3.2.3108) with ESMTP
id 124B0FAEF03D11D28C4900805F6D29C8
for <BGOERING@go-ils.com>; Wed, 28 Apr 1999 14:21:35 -0500
Received: from localhost (daemon@localhost)
by softwhisper.us.checkpoint.com (8.9.3/8.9.3/CPsoftwhisper/1.2.1) with SMTP
id MAA26733;
Wed, 28 Apr 1999 12:26:05 -0700 (PDT)
Received: by softwhisper.us.checkpoint.com (bulk_mailer v1.5 with hacks by
jwright@us.checkpoint.com); Wed, 28 Apr 1999 12:24:48 -0700
Received: (from majordom@localhost)
by softwhisper.us.checkpoint.com (8.9.3/8.9.3/CPsoftwhisper/1.2.1) id MAA26404
for fw-1-mailinglist-outgoing; Wed, 28 Apr 1999 12:24:47 -0700 (PDT)
Received: from hale-bopp.ts.checkpoint.com (hale-bopp.ts.checkpoint.com
[204.156.136.27])
by softwhisper.us.checkpoint.com (8.9.3/8.9.3/CPsoftwhisper/1.2.1) with ESMTP
id MAA26400
for <fw-1-mailinglist@lists.us.checkpoint.com>; Wed, 28 Apr 1999 12:24:45
-0700 (PDT)
Received: from web218.mail.yahoo.com (web218.mail.yahoo.com [128.11.68.118])
by hale-bopp.ts.checkpoint.com (8.9.3/8.9.3/CPmx/1.1) with SMTP id OAA01780
for <fw-1-mailinglist@lists.us.checkpoint.com>; Wed, 28 Apr 1999 14:24:44
-0500 (CDT)
Message-ID: <19990428192404.23110.rocketmail@web218.mail.yahoo.com>
Received: from [12.2.10.130] by web218.mail.yahoo.com; Wed, 28 Apr 1999
12:24:04 PDT
Date: Wed, 28 Apr 1999 12:24:04 -0700 (PDT)
From: Chris F <freaknetboy@yahoo.com>
Subject: [FW1] NT and routing (newbie)
To: Firewall One List <fw-1-mailinglist@lists.us.checkpoint.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-fw-1-mailinglist@lists.us.checkpoint.com
Errors-To: fw-1-mailinglist-owner@lists.us.checkpoint.com
Precedence: bulk
X-SLUIDL: 998EACCF-F03C11D2-8C490080-5F6D29C8
================================================================================
To unsubscribe from this mailing list, please see the instructions at
http://www.checkpoint.com/services/mailing.html
================================================================================