Date: Fri, 2 Jul 1999 13:12:37 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> To: Roelof Osinga <roelof@eboa.com> Cc: questions@FreeBSD.ORG Subject: Re: IP alias routing problem Message-ID: <Pine.BSF.4.10.9907021302160.98238-100000@resnet.uoregon.edu> In-Reply-To: <377B86BD.BC85E71E@eboa.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 Jul 1999, Roelof Osinga wrote: > Given the following in rc.conf: > > ifconfig_ep1="inet 212.187.0.39 netmask 255.255.248.0" > ifconfig_ep1_alias0="inet 194.134.130.170 194.134.128.1 netmask 255.255.252.0" ep1 is not a point to point link, so this should fail. Rewmove the second IP address. (Just what OS is that semantic from?) > route add -net 194.134 194.134.128.1 This isn't necessary, as the ifconfig command will add it automatically. Make the above fix and you should be happy. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org 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.10.9907021302160.98238-100000>