From owner-freebsd-questions Wed Dec 13 04:41:49 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA07082 for questions-outgoing; Wed, 13 Dec 1995 04:41:49 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA07077 for ; Wed, 13 Dec 1995 04:41:46 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id EAA03591; Wed, 13 Dec 1995 04:41:45 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id EAA02318; Wed, 13 Dec 1995 04:41:47 -0800 Message-Id: <199512131241.EAA02318@corbin.Root.COM> To: Chris Stenton cc: questions@freebsd.org Subject: Re: routing table problem with both slip & ppp active In-reply-to: Your message of "Wed, 13 Dec 95 12:29:46 GMT." From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 13 Dec 1995 04:41:41 -0800 Sender: owner-questions@freebsd.org Precedence: bulk >I would like to get to the 158.152. via the sl0 interface so I do > >route add -net 158.152 158.152.22.16 > >However, this gets assigned to the ppp interface even though the gateway >address is assigned to the slip interface? Thus, the packets go via the ppp interface. Try: route add -net 158.152 -interface 158.152.22.16 -DG