Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2007 10:51:31 -0800
From:      Chuck Swiger <cswiger@mac.com>
To:        Frank Bonnet <f.bonnet@esiee.fr>
Cc:        FreeBSD Questions <questions@freebsd.org>
Subject:   Re: Transparent redirect to another interface ?
Message-ID:  <F7E10B6B-20A2-438A-A5FC-FBFEA3E1457B@mac.com>
In-Reply-To: <45DD84C1.70308@esiee.fr>
References:  <45DD84C1.70308@esiee.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 22, 2007, at 3:55 AM, Frank Bonnet wrote:
> I have a new mailhub with two ethernet gigabit interfaces, and I  
> would like to
> transparently redirect IMAP or POP3 requests to the second  
> interface which
> have a different IP address, to let the first interface drive the  
> SMTP traffic only.
>
> Is it possible? This will avoid thousands of email clients re- 
> configuration to
> let users grab their incomming emails.

Configuring the two interfaces with two different IP addresses is no  
problem at all, presuming that these IP addresses reside in different  
subnets.  If both IPs reside in the same subnet, you are better off  
configuring the second IP as an alias on the first interface, and  
using the second NIC for some other purpose.

You can do other things, such as using ng_fec to perform "port  
trunking", or using IPFW or some other thing to manually force  
traffic out of the other interface, but it's unlikely to result in  
much benefit.

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F7E10B6B-20A2-438A-A5FC-FBFEA3E1457B>