Answer the question
In order to leave comments, you need to log in
How to organize Internet reservation for incoming connections?
There is an office. There are two incoming lines from different providers. The kerio control-based gateway provides balancing and redundancy of the Internet channel.
Now there is a task to reserve not only outgoing, but also incoming connections.
The only thing that came to my mind was to make a dns name for two ip addresses and in case of a drop in one channel, switch dns to the remaining channel. But this is clearly not the best idea.
Are there any ways for reasonable money to make a reservation in this case?
Answer the question
In order to leave comments, you need to log in
No AS - only DNS records to steer. If you had an AS, you could pull up BGP and routes at the third level for such a reservation. True, you will have to agree with providers.
In general, DNS records can also be used to raise the balance, especially if you hang DNS servers on both IPs so that when you query DNS on ip1, ip1 is given, and when you query on ip2, ip2 is given, both records with a lifetime of 15 minutes (well, or how many it makes sense to do it for automatic decay when the channel goes down), in this case, while both channels are working, traffic to your service that you balance / reserve will come somewhere equally from each side, if one falls, then after the expiration of the lifetime of DNS records on clients the traffic will go only through the live channel.
PS: you will have to mark each connection on Kerio so that traffic leaves through the same interface through which the request came, otherwise the service will not be available.
yes, the best option. A DNS server can resolve a name to multiple IP addresses. The customer should can choose any address.
for example
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question