Date: Sat, 24 Oct 1998 00:41:05 -0700 (PDT) From: "Sean T. Lamont .lost." <zeno@serv.net> To: =?iso-8859-1?Q?Markus_D=F6hr?= <doehrm@aubi.de> Cc: questions@FreeBSD.ORG Subject: RE: All-encompassing alias Message-ID: <Pine.BSF.4.02.9810240038320.13809-100000@itchy.serv.net> In-Reply-To: <AB06BBFD8AFBD111B07600805FCB1192079F32@EXCHANGE.aubi.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 24 Oct 1998, [iso-8859-1] Markus Döhr wrote: > you should have ONE addresse assigned to net netcard and then start > with > > ifconfig ep0 alias x.x.x.1 netmask x.x.x.0 > ifconfig ep0 alias x.x.x.2 netmask x.x.x.0 You clearly didn't understand the question. To start with, you should use all 1's in the alias, otherwise local routing gets screwed up. This is what I need to do ifconfig ep0 alias 1.1.1.1 netmask 255.255.255.255 ifconfig ep0 alias 1.1.1.2 netmask 255.255.255.255 4.2 million aliases later... ifconfig ep0 alias 255.255.255.255 netmask 255.255.255.255 This can't realistically be entered. I need it to respond to all IP's except its ethernet broadcast network. Sean T. Lamont, President / Chief NetNerd, Abstract Software, Inc. (ServNet) Seattle - Bellingham - Vancouver - Portland - Everett - Tacoma - Bremerton email: lamont@abstractsoft.com WWW: http://www.serv.net "...There's no moral, it's just a lot of stuff that happens". - H. Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02.9810240038320.13809-100000>