TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Build an Anycast Network

23 pointsby crcastleover 3 years ago

4 comments

zamadatixover 3 years ago
It&#x27;s highly unlikely you want to run your own BGP presence on the internet. If you just want to play with anycast services locally to get a feel or testing in before deploying it on someone else&#x27;s reliable and secured routing infrastructure and worldwide presence then rather than going through the trouble of getting an ASN and peering with the actual internet you can just use a few linux VMs locally and something simple like OSPF (or even static routes depending how you simulate the failures). Or even the same guide without bothering to peer with the internet (if you can trust the packets don&#x27;t care the address is actually publicly reachable).<p>OTOH if you do actually want to run your own anycast netowrk on the public internet I recommend reading a lot more than the manual on quagga or BIRD, particularly some resources like &quot;Protecting the Integrity of Internet Routing: Border Gateway Protocol (BGP) Route Origin Validation&quot;. It&#x27;s a bit like an email server, easy to set up but hard to set up properly.
评论 #29014244 未加载
CaliforniaKarlover 3 years ago
We’ve had great success with using Anycast for campus DNS. Two IPv4 and two IPv6 addresses map to something like four or six recursive DNS servers. Since that went live, I can’t think of a single instance of a server failure impacting DNS. We’ve had network outages, sure, but nothing specific to DNS or Anycast.
preisschildover 3 years ago
Does anyone here can link to a good blog post about setting up BGP using Bird correctly (over a tunnelbroker)?<p>Been meaning to announce my v6 address range for a long time now, but can&#x27;t figure it out on my own apparently.
lenovouserover 3 years ago
How were you handling DDoS attacks at Vultr&#x2F;EquinixMetal? As far as I understand it they offer zero protection at all
评论 #29009652 未加载