Date: Wed, 13 Dec 1995 04:41:41 -0800 From: David Greenman <davidg@Root.COM> To: Chris Stenton <jacs@gnome.co.uk> Cc: questions@freebsd.org Subject: Re: routing table problem with both slip & ppp active Message-ID: <199512131241.EAA02318@corbin.Root.COM> In-Reply-To: Your message of "Wed, 13 Dec 95 12:29:46 GMT." <jacs-9511131229.AA00013314@hawk.gnome.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512131241.EAA02318>