Date: Fri, 9 Feb 2001 22:00:29 -0600 From: Michael Lea <mlea@atomicbluebear.org> To: Virtual Bob <hey9811@yahoo.com> Cc: stable@freebsd.org Subject: Re: those #!@% static routes Message-ID: <20010209220027.A43208@core.atomicbluebear.org> In-Reply-To: <Pine.BSF.4.32.0102092136440.609-100000@kristen.shadowdale.net>; from hey9811@yahoo.com on Fri, Feb 09, 2001 at 09:48:04PM -0600 References: <200102100231.VAA00143@world.std.com> <Pine.BSF.4.32.0102092136440.609-100000@kristen.shadowdale.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Feb 09, Virtual Bob wrote: > ... > ifconfig_ed0="inet 192.168.1.2 netmask 255.255.255.0" > ... > static_routes="route_01 route_02" > route_01="-net 192.168.2.0 192.168.1.1" > route_02="-net 192.168.3.0 192.168.1.1" > ... Close... Try this: static_routes="net01 net02" route_net01="-net 192.168.2.0 192.168.1.1" route_net02="-net 192.168.3.0 192.168.1.1" - Mike --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjqEvMoACgkQc9EFi4qQZExzcwCdFx0nSYMYzZ4APjguXoUtXhr9 3OMAoJojyfT7VTXXyJtZpUNbnAi3ncBj =vVQW -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010209220027.A43208>