Date: Fri, 14 Feb 1997 12:08:44 -0600 (CST) From: Hector Gonzalez Jaime <cacho@itesocci.gdl.iteso.mx> To: Ernie Elu <ernie@spooky.eis.net.au> Cc: freebsd-isp@freebsd.org Subject: Re: Aliases Message-ID: <Pine.BSF.3.95.970214115931.2791A-100000@itesocci.gdl.iteso.mx> In-Reply-To: <199702141200.WAA23654@spooky.eis.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 14 Feb 1997, Ernie Elu wrote: > ifconfig ed0 alias a.b.c.d netmask 0xffffffff > ifconfig ed0 alias e.f.g.h netmask 0xffffffff we sometimes need to add a route to the aliased interface, and when that is done, it always works (ed0 aliases, 2.1.x, I've had this aliases with routes since 2.1 ) I've even tried it now with 3.0-current as of two weeks ago, and it works, just add the following lines after you ifconfig your aliases: route -n add a.b.c.d 127.0.0.1 route -n add e.f.g.h 127.0.0.1 (the -n prevents the dns lookup, I'm too impatient :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970214115931.2791A-100000>