Date: Fri, 21 Jun 1996 10:17:17 +0100 From: "Gary Palmer" <gpalmer@freebsd.org> To: Paul Walsh <paul@nation-net.com> Cc: questions@freebsd.org Subject: Re: Aliases troubles Message-ID: <10333.835348637@palmer.demon.co.uk> In-Reply-To: Your message of "Fri, 21 Jun 1996 09:20:24 BST." <31CA5B48.78B1@nation-net.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Paul Walsh wrote in message ID <31CA5B48.78B1@nation-net.com>: > static_routes="multicast alias1 alias2 alias3 alias4 alias5 alias6 alias7 > alias8 alias9 alias10 loopback" > route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}" > route_loopback="${hostname} localhost" > ######## paul 30.4.96 backup sysconfig.1st ### > # network interface aliases > interface_aliases="ed0" > alias_ed0="alias 194.159.125.23 alias 194.159.125.24 alias 194.159.125.25 > alias 194.159.125.26 alias 194.159.125.27 alias 194.159.125.28 alias > 194.159.125.29 alias 194.159.125.30 alias 194.159.125.2 alias 194.159.125.21" UGH You shouldn't need all those routes. Just add `netmask 0xffffffff' to the end of the alias_ed0 line. Certainly worked for me in my test setup here. That should allow to lose all thost routes. (that is assuming of course that the IP address of the ed0 card is on the same subnet as the aliases...) Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10333.835348637>