Muti Gateways
Chuck Swiger
cswiger at mac.com
Wed Jun 13 23:21:20 UTC 2007
On Jun 13, 2007, at 3:08 PM, ossama abdel-haleem wrote:
> we going to design new concept in my company which built on the
> redundant solutions for this we've two WAN connections from two
> different providers so the question here is :
> How can I configure My FreeBSD server to accept and play with two
> different Routers (FreeBSD Server ->Router1 = 172.16.1.254 &
> Router2 = 172.16.1.74 )
You need to provide more information about your networking, such as
whether you have an ASN and a routable address block, or whether your
IPs are being delegated to you from your ISP(s). If so, then you
ought to look into BGP/EGP. Otherwise, you might find something like
carp(4) useful.
However, FreeBSD does not support multiple default gateways-- the
standard routing table is designed to give one and only one answer,
based on the destination IP, for where packets should go. If you
need more complicated routing, you can use something like the
openbgpd port, aka http://www.openbgp.org/....
--
-Chuck
More information about the freebsd-questions
mailing list