This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

two internet uplinks at same ASG

Hi,

we have two DSL-Lines- one is a 6000-PPPOE line and the other ist static line with defined ip.
we will use the 6000-PPPOE-line for the normal user to surf in the internet and the static-line for the server (web,mail etc) at the same time (with policy routes?!).

we connected the internal network to eth0, the 6000-line to eth2 and the static-line to eth1.

is there a withepaper for the solution?


This thread was automatically locked due to age.
  • Are the servers on a seperate NIC from the regular computers?  If they are I think it would be a simple matter of Masquerading each INT network to a EXT internet connection.
  • no, the servers and the computes are in the same subnet and on the same NIC
  • The problem is that you can't have multiple default gateways.  Policy routing might help but would be very tricky I would think.

    I do something similar by using two ASL firewalls.  Make the internal machines default gw to the desired firewall.  You can also set failover, each ASL failover to the other ASL as backup.  This works a treat but depends on how many connections your ISP will allow.  My cable modem allows multiple but the DSL only allows one.  I use a 3 NIC ASL on the cable side and a 4 NIC on the DSL side, this allows me to failover each firewall with one doing double NAT when it does failover but it works very well.

    This can get expensive with licensing but I do a minimal licensing on one firewall and put the features I need on the other.
  • Ya, it is very hard to set up ASL to work with two ISP's. It is possible, however the built in support for dual wan links is to have one as a hot failover. You can't really use them at the same time. Two ASLs, with Servers on one, and workstations on the other would be the best way. Then set some static routes to connect the two subnets. I tried to set up an ASL to do load balancing, and after a week I gave up. lol. Good Luck. There are other pieces of load balancing hardware or Link aggregation, that you can add to your ASL system to allow two WAN links. They are not too expensive. You may look into those as well, instead of a second ASL>
  • I have two internet connection now, one with Gateway as usual.

    Currently I am using the 1st WAN for HTTP, HTTPS, POP3 and SMTP.

    The 2nd WAN for all other services.

    I have a bad experience with Load Balance devices (DI-LB604), some http downloads are very slow (since it requires one IP to contact), moreover VoIP applications has many voice interruption.

    Regards
  • I have a solution that enables hot failover AND mail routing. it requires at least 2 IP addresses on the second link.
    Eth 1 is the main link for surfing.
    Eth 2 is the failover interface ( down as default ).
    Eth 3 is set up with a different subnet and connected to a simple linux/cisco router (suitably locked down) and then to the same Internet connection as Eth2.  
    Static routing only is allowed through Eth 3 for mail, VPNs etc.
    Cheaper than 2 Astaros
  • I am facing with a similar problem!
    eth1 wan interface static ip to a cisco 800 adsl connected 1.5/0.75
    eth2 lan interface serving 25 clients for surfing(http proxy) 1 exchange server(smtp proxy).
    Now I need for 6 different sites to connect via vpn pptp to a terminal server in the lan perimeter.
    I want these 6 sites (thin clients)not to overload the main internet link on eth1 so I added eth3 ppoe connected (static ip delivered by the isp no default gateway defined) as a second internet connection.
    Unfortunately it seems het the pptp deamon listen  at the wan interface eth1only!!!!
    The bottom line is that I want a second internet connection to serve the vpn clients wile the main connection serve the other services!!!!!
    I am open to any suggestions (...well almost any...)