From owner-freebsd-net Fri May 4 10:46:29 2001 Delivered-To: freebsd-net@freebsd.org Received: from mx.databus.com (p101-44.acedsl.com [160.79.101.44]) by hub.freebsd.org (Postfix) with ESMTP id 50C5E37B423 for ; Fri, 4 May 2001 10:46:25 -0700 (PDT) (envelope-from barney@mx.databus.com) Received: (from barney@localhost) by mx.databus.com (8.11.3/8.11.3) id f44Hk9654977; Fri, 4 May 2001 13:46:09 -0400 (EDT) (envelope-from barney) Date: Fri, 4 May 2001 13:46:09 -0400 From: Barney Wolff To: "Drew J. Weaver" Cc: "'freebsd-net@freebsd.org'" Subject: Re: IP alias problem /w 2 different subnets. Message-ID: <20010504134608.A54939@mx.databus.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from drew.weaver@thenap.com on Fri, May 04, 2001 at 01:50:45PM -0400 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, you need a route by which responses from 209.190.x.y can get back out. Does your defaultrouter also have an alias in 209.190? Barney Wolff On Fri, May 04, 2001 at 01:50:45PM -0400, Drew J. Weaver wrote: > Does anyone see any problem with the below rc.conf network info? Because the > aliases arent working.. and I have verified that the 209.190.xxx.xxx ips are > being routed to the 209.51.xxx.xxx IP, anyone have any idea on this? > > network_interfaces="fxp0 lo0" > ifconfig_fxp0="inet 209.51.xxx.xxx netmask 255.255.255.0" > ifconfig_fxp0_alias0="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias1="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias2="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias3="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias4="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias5="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias6="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias7="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias8="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias9="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias10="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias11="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias12="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias13="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias14="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias15="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias16="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias17="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias18="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias19="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias20="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias21="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias22="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias23="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias24="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias25="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias26="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias27="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias28="inet 209.190.xxx.xxx netmask 255.255.255.255" > ifconfig_fxp0_alias29="inet 209.190.xxx.xxx netmask 255.255.255.255" > defaultrouter="209.51.xxx.xxx" > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message