Questions tagged [anycast]

48 questions
1
vote
2 answers

Transparent geographical DR website failover

We've already got webservers that are loadbalanced. And even though outages shouldn't happen, they do, for a variety of reasons. (central switch failure, misconfigured ISP routers, backbone failures, DOS attack on shared infrastructure) I want to…
Eric Falsken
  • 627
  • 2
  • 8
  • 21
1
vote
1 answer

Is it possible to determine how may servers is connected to an anycast address?

It's possible to set up several servers with the same IP-address, on the internet, using anycast address. Using routing protocols , the server geographical closest to you responds to queries. I simply wonder if it is possible to determine how many…
LopLop
1
vote
0 answers

How does hybrid unicast/anycast work for global load balancing?

In the Dropbox Edge network write up, the author mentions that they have taken a hybrid approach by announcing both unicast and anycast ip of PoP. One can enable this hybrid GSLB by announcing both PoP’s unicast subnet (e.g. /24) and one of its…
0
votes
0 answers

How do you port forward with Anycast?

I try to Forward a Port from an Anycast IP (111.111.111.111), which has multiple POP's and the Port should be then forwarded to a single Unicast IP (10.0.0.1). All of them are reachable over a VPN, for forwarding the traffic. There is a service…
Ne00n
  • 11
  • 3
0
votes
1 answer

Is IP Anycast helpful for fast loading website?

I'm not sure but before I purchase http://dnsmadeeasy.com IP anyast service I really need to know What is IP Anycast actually and how does this work? Can anyone explain in simple sense?
0
votes
1 answer

With anycast DNS, is it the IP or the FQDN that is doing it?

i am somewhat new to anycast and i want to know if it works on the IP or the FQDN. The reason i ask is, i have a anycastDNS account with a provider. And i would like to use my own domain name to make it whitelabel. So i could use a CNAME record to…
PixelPaul
  • 343
  • 2
  • 12
0
votes
1 answer

Is it possible to have 1 IP Address for a cluster of recursive DNS Servers?

Is it possible to have 1 or two static IP Address for a cluster of recursive (but not open relay) DNS Bind Servers that are being hosted on different cloud vpn providers? We want to have two DNS servers behind 1 ip address (one at Rackspace, one at…
Kladskull
  • 1,265
  • 5
  • 15
  • 32
0
votes
2 answers

Geographical proximity based IP translation

I'm currently using Amazon's EC2 for my socket application to which mobile devices connect via an application I've written (it uses the server's IP address to connect). I'm looking for a Load Balancing service, that will translate an IP address to a…
Daniel
  • 157
  • 1
  • 6
0
votes
1 answer

Will anycast helps me in my case and how to implement it?

I have several servers with different IPs, deployed in different datacenters (mostly geographically close to our users). Let's imagine that this is simple web servers. What I'd like to have is a single IP address for server so all users simple use…
Alexander
  • 724
  • 2
  • 11
  • 19
0
votes
2 answers

How to geolocate a server using an anycast ip?

Usually an anycast ip can be located say in the US, but the server itself thats sending the request is located in Europe. I'm wondering if there's anyway of finding out where the server is located.
Incognito
  • 201
  • 1
  • 2
  • 4
0
votes
1 answer

Scanning or identifying anycast IPs

I'm trying to find a way of "identifying" anycast IPs. This turns out to be rather tricky, as it's (usually) dependant on BGP routes directing you to the nearest available host. What are common techniques of identifying if a certain IP address is a…
Mojah
  • 876
  • 1
  • 9
  • 13
0
votes
1 answer

Is this anycast behaviour correct?

When connecting to an service provided using anycast, I am experiencing different behaviour depending on whether the request is made using TCP or UDP. With TCP, the request is made to address A, and the subsequent response also comes from A. With…
etheros
  • 294
  • 1
  • 8
0
votes
0 answers

some solution to start the instance

The [start] operation type failed with the message "The zone 'projects / meta-view-335220 / zones / europe-west4-b' does not have enough resources available to fulfill the request. Please try a different zone or retry try again later. " Yesterday I…
0
votes
1 answer

How do I configure Bird to use OSPF?

I'm configuring a network with the following topology: What I need to do is to provide a service that is available by Anycast and that is announced by OSPF. I managed to configure OSPF on the routers. I also created a dummy interface with the same…
0
votes
2 answers

Is it possible to have a IP belong to multiple ASes?

I'm wondering if it is possible to have same IP address belonging to multiple ASes? especially in case Anycast IP, so we could provide the node in different ISP's networks? A router, so that we can have a more global (ISP's AS) and local (company's…