From owner-freebsd-questions@FreeBSD.ORG Fri Nov 12 04:06:20 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E52F010656A4 for ; Fri, 12 Nov 2010 04:06:19 +0000 (UTC) (envelope-from ryan.coleman@cwis.biz) Received: from server.cwis.biz (70-89-202-5-invergrove-mn.hfc.comcastbusiness.net [70.89.202.5]) by mx1.freebsd.org (Postfix) with ESMTP id A1BCE8FC1D for ; Fri, 12 Nov 2010 04:06:19 +0000 (UTC) Received: from server.cwis.biz (localhost [127.0.0.1]) by server.cwis.biz (Postfix) with ESMTP id DE7B42625A02; Thu, 11 Nov 2010 22:06:18 -0600 (CST) X-Virus-Scanned: amavisd-new at cwis.biz Received: from server.cwis.biz ([127.0.0.1]) by server.cwis.biz (server.cwis.biz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3A6Mhn5Ggrsj; Thu, 11 Nov 2010 22:06:17 -0600 (CST) Received: from [10.0.1.5] (70-89-202-1-invergrove-mn.hfc.comcastbusiness.net [70.89.202.1]) by server.cwis.biz (Postfix) with ESMTPSA id 227952625A01; Thu, 11 Nov 2010 22:06:17 -0600 (CST) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Ryan Coleman In-Reply-To: <2749_1289534440_4CDCBBE8_2749_627_1_D9B37353831173459FDAA836D3B43499A7AF8C4F@WADPMBXV0.waddell.com> Date: Thu, 11 Nov 2010 22:06:16 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <2749_1289534440_4CDCBBE8_2749_627_1_D9B37353831173459FDAA836D3B43499A7AF8C4F@WADPMBXV0.waddell.com> To: Gary Gatten X-Mailer: Apple Mail (2.1081) Cc: "'freebsd-questions@freebsd.org'" Subject: {Solved} Re: Routing issue? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 04:06:20 -0000 It didn't work until I bridged the connections. [root@server /usr/home/ryan]# ifconfig bridge create bridge0 [root@server /usr/home/ryan]# ifconfig bridge0 bridge0: flags=3D8802 metric 0 mtu 1500 ether 0a:df:a2:b3:3e:96 id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15 maxage 20 holdcnt 6 proto rstp maxaddr 100 timeout 1200 root id 00:00:00:00:00:00 priority 0 ifcost 0 port 0 [root@server /usr/home/ryan]# ifconfig bridge0 addm em0 addm em1 up On Nov 11, 2010, at 10:00 PM, Gary Gatten wrote: > What exactly isn't working? You don't have two L3 nets, but two ips on = the same net - nothing to route, except the default. >=20 > ----- Original Message ----- > From: owner-freebsd-questions@freebsd.org = > To: Free BSD Questions list > Sent: Thu Nov 11 21:41:40 2010 > Subject: Routing issue? >=20 > I'm trying to get the other half of my business up on my second IP. >=20 > It's not routing. This is not a multi-homed system, but two IPs in the = same subnet. >=20 >=20 > [root@server /usr/home/ryan]# netstat -nr=20 > Routing tables >=20 > Internet: > Destination Gateway Flags Refs Use Netif = Expire > default 70.89.123.6 UGS 7 1090 em0 > 70.89.123.0/29 link#1 U 2 837 em0 > 70.89.123.4 link#2 UHS 0 25 lo0 > 70.89.123.5 link#1 UHS 0 0 lo0 > 127.0.0.1 link#5 UH 0 863 lo0 >=20 > Internet6: > Destination Gateway Flags = Netif Expire > ::1 ::1 UH = lo0 > fe80::%lo0/64 link#5 U = lo0 > fe80::1%lo0 link#5 UHS = lo0 > ff01:5::/32 fe80::1%lo0 U = lo0 > ff02::%lo0/32 fe80::1%lo0 U = lo0 >=20 > ifconfig_em0=3D"inet 70.89.123.5 netmask 255.255.255.248" > ifconfig_em1=3D"inet 70.89.123.4 netmask 255.255.255.248" > defaultrouter=3D"70.89.123.6" > hostname=3D"se******.somehtingelse.biz" >=20 >=20 > I tried to add the gateway for link2 but it's not taking since it = already exists, and I've run multiple IP'd servers before without issue. >=20 > I'm really lost._______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" >=20 >=20 >=20 >=20 >=20 > >
>
> "This email is intended to be reviewed by only the intended recipient > and may contain information that is privileged and/or confidential. > If you are not the intended recipient, you are hereby notified that > any review, use, dissemination, disclosure or copying of this email > and its attachments, if any, is strictly prohibited. If you have > received this email in error, please immediately notify the sender by > return email and delete this email from your system." >
>=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"