Skip to main content

5 posts tagged with "Anycast"

Articles about IP anycast technology, implementation, with particular reference to using it in Azure

View All Tags

Integrating Azure Route Server with Infoblox NIOS

· 6 min read
Simon Painter
Cloud Network Architect - Microsoft MVP

I read a great post on LinkedIn the other day about delivering Anycast DNS in Azure using Infoblox and Azure Virtual WAN. It immediately reminded me of the time I deployed Anycast DNS using Infoblox BloxOne DDI and OSPF in a major retailer's network. As I have been working with Azure Route Server on some Anycast Load Balancing projects not too long ago I thought was about time I tried it out with Infoblox NIOS.

Is this a bug in the Infoblox NIOS Azure Marketplace offering?

· 2 min read
Simon Painter
Cloud Network Architect - Microsoft MVP

Infoblox have since resolved this and I have tested it successfully.

I wanted to settle down today in a particularly dull meeting and have a go at setting up an Infoblox NIOS instance in Azure using the Azure Marketplace offering. I have used Infoblox in anger before and I know it is a solid product so I was keen to get it up and running in the lab so that I could have a play with the Anycast DNS features with Azure Route Server.

Azure Global Load Balancer: It's anycast, Jim!

· 20 min read
Simon Painter
Cloud Network Architect - Microsoft MVP

Azure Global Load Balancer is often overlooked in favour of Azure Traffic Manager when it comes to global load balancing. Both are very capable options if all you want is to distribute traffic across multiple regions. However, Azure Global Load Balancer has a few tricks up its sleeve that make it a more interesting choice in some scenarios. The main one is that it uses Anycast for its frontend IP addresses.

Using AWS Route 53 instead of Anycast and RouteServer

· 7 min read
Simon Painter
Cloud Network Architect - Microsoft MVP

Introduction

When working with Azure cloud networking, I've noticed certain limitations, particularly around DNS capabilities for private networks. In this post, I'll explore an unconventional approach: using Amazon Route 53 to address some of Azure's DNS limitations. While this might seem controversial, it offers interesting solutions to two specific challenges: cross-region failover for private resources and closest-instance routing within private networks.