From owner-freebsd-questions Thu Feb 25 2:58:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from squishycow.syd.lucid.net.au (squishycow.syd.lucid.net.au [203.41.110.130]) by hub.freebsd.org (Postfix) with ESMTP id 5D09414D8C for ; Thu, 25 Feb 1999 02:58:15 -0800 (PST) (envelope-from sjhoran@tori.amos.net) Received: from squishycow (sjhoran@squishycow [203.41.110.130]) by squishycow.syd.lucid.net.au (8.9.2/8.9.2) with ESMTP id VAA23286 for ; Thu, 25 Feb 1999 21:57:53 +1100 (EST) Date: Thu, 25 Feb 1999 21:57:52 +1100 (EST) From: Steve Horan X-Sender: sjhoran@squishycow.syd.lucid.net.au To: questions@freebsd.org Subject: route question. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have a small problem which reading man pages and trial and error doesn't seem to be solving. I have a machine, IP address is 203.41.170.253 - it is going to be host at an ISP, and they've told us we MUST use 203.35.182.9 as the default gateway. They gave me some info on how to do it in linux, and I've done my best to follow through the man page for freebsd's route and do the same, but to no avail. Here's what they said. /sbin/route add -net 203.35.182.0 netmask 255.255.255.0 eth0 /sbin/route add -net 203.41.170.0 netmask 255.255.255.0 eth0 /sbin/route add default gw 203.35.182.9 netmask 0.0.0.0 metric 1 Any help would be greatly appreciated. TIA, Steve Horan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message