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

Changing ISP while keeping services working

Hello,

This is a new one for me, so I am seeking help.

I have a simple setup right now, static IP on the FW, and 3 static IP with DNAT entries (web servers).

We need to change the IP addresses due to an ISP change, but can have both running for a few days.

I have an extra interface ready to configure for the new ISP and connection, but as I change FQDN in my DNS, I need to have the services available on both ISP for a brief time.

Can this be done with Astaro? Have my web server available on ISPA and ISPB but on different interfaces and IP Addresses?


This thread was automatically locked due to age.
  • I haven't tried this, but load balancing would seem to fit the bill.

    Ian
  • Hi, ReD-MaN,

    I don't understand why you want both active.  Don't you just want a seemless transition that keeps your three servers available without interruption?

    It sounds like you already have the DNATs for the new ISP.  It seems like you can change public DNS to the new IPs now, and, depending on your TTLs, all traffic will arrive via the new ISP within a day.  Won't that do what you need?

    Cheers - Bob
  • The problem I am forseeing lies within the different subnets, and the default gateways.

    If I keep the default gateway on ISPA, people won't be able to reach the new subnet. If I change it to ISPB, then subnetA won't be reachable anymore.

    I have an external Linux system I was able to workaround this using the ip route command with different routing tables and ip rules. But that was a "normal" Linux system [:)]
  • Hi ReD-MaN,

    If I understand your original post, the servers are currently reachable on ISP 'A' through a DNAT. I assume you have the DNAT because you have the servers running on a private IP range that has the Astaro as it's gateway?

    If so, setting up a DNAT for ISP 'B' should work just fine. The NAT's connection tracker should keep everything sorted between the two ISP's.
  • Got it working!!!

    Setup the second interface, then enabled Uplink Balancing. Added the 2nd default gateway in the new interface.

    Now if I setup DNAT, it works on BOTH connections [:D]

    Thanks guys!
  • Hi ReD-MaN,

    could you give more details on how you made it work ?
    When you enable Uplink Balancing, did you choose failover or multipath ?
    Did you duplicate the DNAT configurations or did you use the "Uplink Primary Addresses" which the Uplink balancing created ?

    Thank you for you help,

    JC
  • Hi, syspark, and welcome to the User BB!

    In fact, ReD-MaN is talking about two different issues.

    Choose Multipath.  You will want to activate one or more Multipath rules, depending on what you're doing.  The sample rules are a good guide.

    In the DNATs, if you have Additional Addresses on the interfaces, create Network Groups containing the "Interface [Additional Address] (Address)" objects created by WebAdmin when you created the Additional Addresses.

    Cheers - Bob