On May 17, 4:01*pm, "chakib.B" <spykspy...@gmail.com> wrote:
> Hi guys,
>
> I have a networking question I could not find an answer for with
> google.
>
> We have currently at work two ISP boxes(routers), i want to setup a
> firewall to protect an intranet on a local host. The problem is that
> not every one is using the same router.
>
> Here is my question: how can i do to make all traffic be sent to one
> location (firewall-loadbalancer) then the loadbalancer switchs
> automatically between the two routers .
>
> I am not an expert in networking just basic knowledge of subnets ip
> addressing and firewalling (iptable), I am an advanced linux user
> however.
>
> Chakib.B
Dear Chakib.B,
for the setup you will require a machine with 3 lan cards.
2 wan connections (isp)
1 lan connection (to serve your network)
OS options: ClearOS 5.2
install it on your machine and when you are configuring networking
part, you will see the option for multi WAN links configure
accordingly. from there you can add bandwidth (provided by your ISP)
per link. you can download ClearOS from
http://www.clearfoundation.com/.
it has all the features you will ever need (check all the features on
the
http://www.clearfoundation.com/Software/overview.html page.
Network Features
Multi-WAN
VPN - PPTP, IPsec, OpenVPN
DMZ and 1-to-1 NAT
Stateful Firewall
Local DHCP and DNS Servers
its a web based linux distro, based on CentOS 5.x so its fairly easy
and also its very well documented.
let me know how it goes if you ever try this.
Regards
-bunto