Subject: Re: Routing problem, what am I doing wrong?
To: None <current-users@netbsd.org>
From: Matthias Scheler <tron@lyssa.owl.de>
List: current-users
Date: 05/25/1999 21:25:15
In article <199905251712.KAA24828@rockhead.com>,
Paul Newhouse <newhouse@rockhead.com> writes:
> So I should add a route like:
>
> route add -net 24 -netmask 255.0.0.0 24.1.4.193
NetBSD is not Linux, you don't need to add routes for your own interfaces.
> and for ftp.netbsd.org
>
> route add -net ftp.netbsd.org 24.1.4.193
No, you want to add a default route:
route add default 24.1.4.193
Regards
--
Matthias Scheler http://home.owl.de/~tron/