Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2012 16:50:40 -0700
From:      Sean Bruno <seanbru@yahoo-inc.com>
To:        David DeSimone <fox@verio.net>
Cc:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>
Subject:   Re: [stable-9]
Message-ID:  <1337125840.3434.21.camel@powernoodle-l7.corp.yahoo.com>
In-Reply-To: <20120515231432.GH28776@verio.net>
References:  <1337105271.3434.8.camel@powernoodle-l7.corp.yahoo.com> <B143A8975061C446AD5E29742C531723CA33D1@pwsvl-excmbx-05.internal.cacheflow.com> <20120515231432.GH28776@verio.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2012-05-15 at 16:14 -0700, David DeSimone wrote:
> suggests that there is only ONE default route, pointing to ONE
> interface, igb0.  Without an extra default route that is also pointing
> to igb1, I can't see how the system woudl ever forward traffic out
> igb1,
> unless it was directed to the local /25. 

Agreed.  I'm definitely setting two routes manually to the same default
g/w ... pretty sure I don't know what I'm doing here, but here's the
commands that are being executed:


ifconfig igb0 XXX.XXX.XXX.48 netmask 255.255.255.128
ifconfig igb0 XXX.XXX.XXX.112 netmask 255.255.255.255 alias
ifconfig igb0 XXX.XXX.XXX.113 netmask 255.255.255.255 alias
ifconfig igb0 XXX.XXX.XXX.114 netmask 255.255.255.255 alias
route add default XXX.XXX.XXX.1
ifconfig igb1 XXX.XXX.XXX.115 netmask 255.255.255.128
ifconfig igb1 XXX.XXX.XXX.116 netmask 255.255.255.255 alias
ifconfig igb1 XXX.XXX.XXX.117 netmask 255.255.255.255 alias
ifconfig igb1 XXX.XXX.XXX.118 netmask 255.255.255.255 alias
route add default XXX.XXX.XXX.1

For various userland application reasons, I need to add the alias
entries.

Sean





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1337125840.3434.21.camel>