Anycast on a shoe string @ DNS OARC 2014 Spring Meeting

Nat Morris
Nat MorrisInfrastructure/Network Architect at Esgob Ltd
Anycast on a shoe string
Nat Morris
10th May 2014 @ DNS-OARC
About me
• Consultant, Esgob Ltd
• Engineer, Cumulus
• Board member, UKNOF
• Based in West Wales
• Aspiring lighthouse keeper
Summary
• Fancied deploying a DNS Anycast service
• Motivated by:
– Bill Woodcock
• SANOG8: “Best Practices in DNS Anycast Service-Provision”
– Dave Knight
• RIPE64: “Dense Anycast Deployment of DNS Authority Servers”
• Gain more experience automating distributed
environments.
Thoughts
• Can I do it without spending too much?
• Does Claire need to find out?
– Must be sub $1000/yr running cost
• What to offer?
– Initially only secondary DNS
– IPv4 + IPv6 (yes Martin!)
– Free service - no SLA
Requirements
• Separation from existing management
network - AS30746
• Had spare PI /24 + /48
• Applied for new ASN - got AS60564
• Need highly automated framework
• Wanted to play with new tools
• Open source everything
– https://github.com/esgob
DNS zone transfers
AS30746
axfr.esgob.com
Anycast nodes
Master servers operated by others
ns0.esgob.co.uk
(only my zones)
AS60564
Supports notifies from masters
Store everything in JSON
• Data stored in RethinkDB
– Distributed JSON
document database
– Free form, easy to add
attributes
Application design
• REST API - Python + Flask framework
• Beanstalk - Message queue
– Add/change/removal of zones via API triggers job to
be added to queues for each node
– Daemons on AXFR + Anycast nodes monitor for jobs
– New zones live on all nodes with 5 seconds
RethinkDB
REST
API
Python + Flask
Website
Python +
Flask
Scripts
BeanstalkDjob
job
Config
files
Jinja2
templates
Network
• Each anycast node:
– Static default route to the provider
– Announce /24 + /48 via BGP
• All management traffic inside OpenVPN
– Additional RFC1918 loopback per node
– No need for TSIG from AXFR to anycast nodes
– Protects beanstalk traffic, collectd, zone transfers
Where to host the anycast nodes?
• Can’t cost too much each month
– Ruled out renting co-lo / dedicated servers
• Virtual machines
– Swap with friends?
• Low cost hardware
Mythic Beasts
• UK clueful hosting company
• £7/month = £84/yr = $141/yr
– 512mb RAM, 1 CPU, 10gb HDD, 75gb BW
• Bought a VM, opened a support ticket
– BGP not listed on the website.
– Me: “I have a /24 + /48 of PI, can you set me up a
BGP session?”
– Them: “Peer with these IPs, sessions are ready!”
• Too easy!
Quest to find more friendly VM hosts
• LowEndBox.com
– Blog / adverts for VM providers, all < $10 month
– Usually OpenVZ based
– Need KVM/XEN/VMWare to support Quagga/BIRD
• LowEndTalk.com
– Message board, various small scale VM hosts
• Google
– “vps bgp session”
Anynode in Detroit
• Listing on LowEndTalk
– Asked if they could support BGP.
– Yes on any VPS!!
• $80/yr, 1 CPU, 512mb, 40gb HDD, 500gb BW
Indian bargin!
• LeapSwitch, based in Pune, India.
– New VPS host, saw an offer advertised
• $120/yr, 1gb RAM, 20gb HDD, 500gb BW
Growing
• Up to 4 VMs
– London A (on existing KVM server)
– London B
– Detroit
– India
• Spinning up VM taking about 10 minutes
– Add JSON entry into RethinkDB
– Install Debian
– Install Puppet (Collectd, BIND, Quagga, custom daemons etc)
– Done
Friends
• Offers to host VMs for free from:
– Edinburgh @ Fluency
– Boston @ TorwardEx
• One swap:
– Bremen, Germany @ Fremaks
• Quickly up to 7 nodes after 1 month
Friends
• “We can host something, but not a VM”
• Various issues:
– Network engineers didn’t have access to VM hosts
– No VM infrastructure at all
– All VMs routed by hypervisor, can’t bridge to BGP routers
• Solution…
– Raspberry PI, $35
– 512mb / 16gb SD Card
– 800mhz (overclocked)
Raspberry Pi
• Sent RPI to Belfast – David Farrell @ Tibus
• Ran NSD3 great, ~200qps
• Adding / removing zones with NSD3 required
service restart 
• Swapped to PowerDNS, testing went ok
• pdns_control segfault’ing on ARM
• Gave in and moved to BIND
Time to peer
• Offer of a node at SFMIX from Matt Peterson
• San Francisco based IXP
• Couldn’t turn this down.
• Zero U install
• Needed 2 NICs, IX + OOB
– FitPC2i - perfect 
– Atom 1.6ghz, 1gb RAM, 16gb SSD
– $150 on eBay
• Peering with:
– HE.net, ISC, Unwired
– Layer42, Lookout
Pi problems
• Puppet slow + loading zones taking too long
• More offers to host h/w nodes
– Manchester, Andy Davidson @ Allegro
• Gigabyte BRIX
– 1.8ghz, 4gb RAM, 30gb MSATA
• Swap out Belfast Pi
Still growing
• 11 live nodes
– London C, VPS from Thomas Greer @ TSONE
• Bahrain on its way
Fun along the way
• First BGP customer for some of the LowEndTalk
advertisers
– Assisted educating them…
– Prefer transit routes over customers, eek
• Some hosts don’t have communities
– Helping people get those implemented
• RIPE Atlas
– Scheduled measurements to look at latency +
CHAOS id.server
Market for VMs with BGP sessions
Discoveries
• Easy to find budget anycasters
– Webhost forums / LowEndTalk / bgp.he.net
• “Interesting” deployment methods
– Shared /24
• Dedicated IP, custom fwd/rev DNS, slaved zones
– Hosted /24
• Same as above but customer provides /24 to announce
– Shared /24, /32 tunneled
• Dedicated IP, tunneled by anycaster to customer via GRE
– Single /24
• Anycaster only has one /24, website + mail + mgmt in
same space. DNS answered at edge, other IPs tunneled to
another VM/dedicated box.
Discoveries
• Not all budget DNS hosting companies host
every zone at the edge
– Some host zones centrally and cache at the edge
• Many tunnel all DNS traffic back to a single
location
– Looks like anycast
– Poor DNS performance
Not just DNS?
• Simple HTTP/HTTPS service to assist debugging
– local.esgob.com
– local4.esgob.com / local6.esgob.com
• Returns JSON via lighttpd on each node
nat@enw:~ $ curl http://local.esgob.com
{
"city": "London",
"country": "England",
"countryiso": "gb",
"flag": "england",
"locationdisplay": "England, London, B",
"ref": "ql7f823b"
}
What next?
• Keep honest – host every zone at the edge
• Finish API + web interface
• Open source more code
• Support:
– Multi master
– TSIG inbound
• Public SOA checker
• Mix of routing and DNS daemons
– configurable per node in RethinkDB
– BIND, NSD4, KNOT, Quagga + BIRD
What next?
• Move to BGP sessions to full table
– Archive MRT dumps
– Maybe BIRD, don’t need full table in the kernel
• Crypto loopback file system on remote nodes
• Fix v6 routing – peer with HE in Europe
• Find more friendly hosts:
– Eastern Europe
– Transit in west coast US
– Especially in Afria, Asia + South America
– Wales!
Currently costing just under $480/yr
Questions?
https://noc.esgob.com
NAT-RIPE
@natmorris @esgobltd
1 of 29

Recommended

Service Redundancy and Traffic Balancing Using Anycast by
Service Redundancy and Traffic Balancing Using AnycastService Redundancy and Traffic Balancing Using Anycast
Service Redundancy and Traffic Balancing Using AnycastSean Jain Ellis
5K views17 slides
Tutorial: Using GoBGP as an IXP connecting router by
Tutorial: Using GoBGP as an IXP connecting routerTutorial: Using GoBGP as an IXP connecting router
Tutorial: Using GoBGP as an IXP connecting routerShu Sugimoto
20.7K views97 slides
UKNOF update at SANOG24 by
UKNOF update at SANOG24UKNOF update at SANOG24
UKNOF update at SANOG24Nat Morris
444 views1 slide
ONIE: Open Network Install Environment @ OSDC 2014 Netways, Berlin by
ONIE: Open Network Install Environment @ OSDC 2014 Netways, BerlinONIE: Open Network Install Environment @ OSDC 2014 Netways, Berlin
ONIE: Open Network Install Environment @ OSDC 2014 Netways, BerlinNat Morris
2.2K views31 slides
Hardware accelerated switching with Linux @ SWLUG Talks May 2014 by
Hardware accelerated switching with Linux @ SWLUG Talks May 2014Hardware accelerated switching with Linux @ SWLUG Talks May 2014
Hardware accelerated switching with Linux @ SWLUG Talks May 2014Nat Morris
3.8K views34 slides
Cumulus networks - Overcoming traditional network limitations with open source by
Cumulus networks - Overcoming traditional network limitations with open sourceCumulus networks - Overcoming traditional network limitations with open source
Cumulus networks - Overcoming traditional network limitations with open sourceNat Morris
2.2K views21 slides

More Related Content

Recently uploaded

DRBD Deep Dive - Philipp Reisner - LINBIT by
DRBD Deep Dive - Philipp Reisner - LINBITDRBD Deep Dive - Philipp Reisner - LINBIT
DRBD Deep Dive - Philipp Reisner - LINBITShapeBlue
62 views21 slides
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... by
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...ShapeBlue
77 views12 slides
20231123_Camunda Meetup Vienna.pdf by
20231123_Camunda Meetup Vienna.pdf20231123_Camunda Meetup Vienna.pdf
20231123_Camunda Meetup Vienna.pdfPhactum Softwareentwicklung GmbH
46 views73 slides
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P... by
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...ShapeBlue
82 views62 slides
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or... by
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...ShapeBlue
88 views20 slides
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... by
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...ShapeBlue
63 views13 slides

Recently uploaded(20)

DRBD Deep Dive - Philipp Reisner - LINBIT by ShapeBlue
DRBD Deep Dive - Philipp Reisner - LINBITDRBD Deep Dive - Philipp Reisner - LINBIT
DRBD Deep Dive - Philipp Reisner - LINBIT
ShapeBlue62 views
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... by ShapeBlue
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
ShapeBlue77 views
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P... by ShapeBlue
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
ShapeBlue82 views
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or... by ShapeBlue
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
ShapeBlue88 views
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... by ShapeBlue
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
ShapeBlue63 views
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue by ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueVNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
ShapeBlue85 views
Why and How CloudStack at weSystems - Stephan Bienek - weSystems by ShapeBlue
Why and How CloudStack at weSystems - Stephan Bienek - weSystemsWhy and How CloudStack at weSystems - Stephan Bienek - weSystems
Why and How CloudStack at weSystems - Stephan Bienek - weSystems
ShapeBlue111 views
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker50 views
"Surviving highload with Node.js", Andrii Shumada by Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays40 views
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ... by ShapeBlue
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
ShapeBlue83 views
State of the Union - Rohit Yadav - Apache CloudStack by ShapeBlue
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStack
ShapeBlue145 views
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T by ShapeBlue
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TCloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
ShapeBlue56 views
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software344 views
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R... by ShapeBlue
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
Setting Up Your First CloudStack Environment with Beginners Challenges - MD R...
ShapeBlue54 views
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue by ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
ShapeBlue50 views
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... by ShapeBlue
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
ShapeBlue74 views
HTTP headers that make your website go faster - devs.gent November 2023 by Thijs Feryn
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023
Thijs Feryn28 views
Business Analyst Series 2023 - Week 4 Session 7 by DianaGray10
Business Analyst Series 2023 -  Week 4 Session 7Business Analyst Series 2023 -  Week 4 Session 7
Business Analyst Series 2023 - Week 4 Session 7
DianaGray1080 views

Featured

ChatGPT and the Future of Work - Clark Boyd by
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
25.3K views69 slides
Getting into the tech field. what next by
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
6K views22 slides
Google's Just Not That Into You: Understanding Core Updates & Search Intent by
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
6.5K views99 slides
How to have difficult conversations by
How to have difficult conversations How to have difficult conversations
How to have difficult conversations Rajiv Jayarajah, MAppComm, ACC
5.2K views19 slides
Introduction to Data Science by
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data ScienceChristy Abraham Joy
82.4K views51 slides
Time Management & Productivity - Best Practices by
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
169.7K views42 slides

Featured(20)

ChatGPT and the Future of Work - Clark Boyd by Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
Clark Boyd25.3K views
Getting into the tech field. what next by Tessa Mero
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
Tessa Mero6K views
Google's Just Not That Into You: Understanding Core Updates & Search Intent by Lily Ray
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Lily Ray6.5K views
Time Management & Productivity - Best Practices by Vit Horky
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
Vit Horky169.7K views
The six step guide to practical project management by MindGenius
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
MindGenius36.6K views
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright... by RachelPearson36
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
RachelPearson3612.7K views
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present... by Applitools
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Applitools55.5K views
12 Ways to Increase Your Influence at Work by GetSmarter
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
GetSmarter401.7K views
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G... by DevGAMM Conference
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
DevGAMM Conference3.6K views
Barbie - Brand Strategy Presentation by Erica Santiago
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
Erica Santiago25.1K views
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well by Saba Software
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Saba Software25.2K views
Introduction to C Programming Language by Simplilearn
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming Language
Simplilearn8.4K views
The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr... by Palo Alto Software
The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr...The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr...
The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr...
Palo Alto Software88.4K views
9 Tips for a Work-free Vacation by Weekdone.com
9 Tips for a Work-free Vacation9 Tips for a Work-free Vacation
9 Tips for a Work-free Vacation
Weekdone.com7.2K views
How to Map Your Future by SlideShop.com
How to Map Your FutureHow to Map Your Future
How to Map Your Future
SlideShop.com275.1K views

Anycast on a shoe string @ DNS OARC 2014 Spring Meeting

  • 1. Anycast on a shoe string Nat Morris 10th May 2014 @ DNS-OARC
  • 2. About me • Consultant, Esgob Ltd • Engineer, Cumulus • Board member, UKNOF • Based in West Wales • Aspiring lighthouse keeper
  • 3. Summary • Fancied deploying a DNS Anycast service • Motivated by: – Bill Woodcock • SANOG8: “Best Practices in DNS Anycast Service-Provision” – Dave Knight • RIPE64: “Dense Anycast Deployment of DNS Authority Servers” • Gain more experience automating distributed environments.
  • 4. Thoughts • Can I do it without spending too much? • Does Claire need to find out? – Must be sub $1000/yr running cost • What to offer? – Initially only secondary DNS – IPv4 + IPv6 (yes Martin!) – Free service - no SLA
  • 5. Requirements • Separation from existing management network - AS30746 • Had spare PI /24 + /48 • Applied for new ASN - got AS60564 • Need highly automated framework • Wanted to play with new tools • Open source everything – https://github.com/esgob
  • 6. DNS zone transfers AS30746 axfr.esgob.com Anycast nodes Master servers operated by others ns0.esgob.co.uk (only my zones) AS60564 Supports notifies from masters
  • 7. Store everything in JSON • Data stored in RethinkDB – Distributed JSON document database – Free form, easy to add attributes
  • 8. Application design • REST API - Python + Flask framework • Beanstalk - Message queue – Add/change/removal of zones via API triggers job to be added to queues for each node – Daemons on AXFR + Anycast nodes monitor for jobs – New zones live on all nodes with 5 seconds RethinkDB REST API Python + Flask Website Python + Flask Scripts BeanstalkDjob job Config files Jinja2 templates
  • 9. Network • Each anycast node: – Static default route to the provider – Announce /24 + /48 via BGP • All management traffic inside OpenVPN – Additional RFC1918 loopback per node – No need for TSIG from AXFR to anycast nodes – Protects beanstalk traffic, collectd, zone transfers
  • 10. Where to host the anycast nodes? • Can’t cost too much each month – Ruled out renting co-lo / dedicated servers • Virtual machines – Swap with friends? • Low cost hardware
  • 11. Mythic Beasts • UK clueful hosting company • £7/month = £84/yr = $141/yr – 512mb RAM, 1 CPU, 10gb HDD, 75gb BW • Bought a VM, opened a support ticket – BGP not listed on the website. – Me: “I have a /24 + /48 of PI, can you set me up a BGP session?” – Them: “Peer with these IPs, sessions are ready!” • Too easy!
  • 12. Quest to find more friendly VM hosts • LowEndBox.com – Blog / adverts for VM providers, all < $10 month – Usually OpenVZ based – Need KVM/XEN/VMWare to support Quagga/BIRD • LowEndTalk.com – Message board, various small scale VM hosts • Google – “vps bgp session”
  • 13. Anynode in Detroit • Listing on LowEndTalk – Asked if they could support BGP. – Yes on any VPS!! • $80/yr, 1 CPU, 512mb, 40gb HDD, 500gb BW
  • 14. Indian bargin! • LeapSwitch, based in Pune, India. – New VPS host, saw an offer advertised • $120/yr, 1gb RAM, 20gb HDD, 500gb BW
  • 15. Growing • Up to 4 VMs – London A (on existing KVM server) – London B – Detroit – India • Spinning up VM taking about 10 minutes – Add JSON entry into RethinkDB – Install Debian – Install Puppet (Collectd, BIND, Quagga, custom daemons etc) – Done
  • 16. Friends • Offers to host VMs for free from: – Edinburgh @ Fluency – Boston @ TorwardEx • One swap: – Bremen, Germany @ Fremaks • Quickly up to 7 nodes after 1 month
  • 17. Friends • “We can host something, but not a VM” • Various issues: – Network engineers didn’t have access to VM hosts – No VM infrastructure at all – All VMs routed by hypervisor, can’t bridge to BGP routers • Solution… – Raspberry PI, $35 – 512mb / 16gb SD Card – 800mhz (overclocked)
  • 18. Raspberry Pi • Sent RPI to Belfast – David Farrell @ Tibus • Ran NSD3 great, ~200qps • Adding / removing zones with NSD3 required service restart  • Swapped to PowerDNS, testing went ok • pdns_control segfault’ing on ARM • Gave in and moved to BIND
  • 19. Time to peer • Offer of a node at SFMIX from Matt Peterson • San Francisco based IXP • Couldn’t turn this down. • Zero U install • Needed 2 NICs, IX + OOB – FitPC2i - perfect  – Atom 1.6ghz, 1gb RAM, 16gb SSD – $150 on eBay • Peering with: – HE.net, ISC, Unwired – Layer42, Lookout
  • 20. Pi problems • Puppet slow + loading zones taking too long • More offers to host h/w nodes – Manchester, Andy Davidson @ Allegro • Gigabyte BRIX – 1.8ghz, 4gb RAM, 30gb MSATA • Swap out Belfast Pi
  • 21. Still growing • 11 live nodes – London C, VPS from Thomas Greer @ TSONE • Bahrain on its way
  • 22. Fun along the way • First BGP customer for some of the LowEndTalk advertisers – Assisted educating them… – Prefer transit routes over customers, eek • Some hosts don’t have communities – Helping people get those implemented • RIPE Atlas – Scheduled measurements to look at latency + CHAOS id.server
  • 23. Market for VMs with BGP sessions
  • 24. Discoveries • Easy to find budget anycasters – Webhost forums / LowEndTalk / bgp.he.net • “Interesting” deployment methods – Shared /24 • Dedicated IP, custom fwd/rev DNS, slaved zones – Hosted /24 • Same as above but customer provides /24 to announce – Shared /24, /32 tunneled • Dedicated IP, tunneled by anycaster to customer via GRE – Single /24 • Anycaster only has one /24, website + mail + mgmt in same space. DNS answered at edge, other IPs tunneled to another VM/dedicated box.
  • 25. Discoveries • Not all budget DNS hosting companies host every zone at the edge – Some host zones centrally and cache at the edge • Many tunnel all DNS traffic back to a single location – Looks like anycast – Poor DNS performance
  • 26. Not just DNS? • Simple HTTP/HTTPS service to assist debugging – local.esgob.com – local4.esgob.com / local6.esgob.com • Returns JSON via lighttpd on each node nat@enw:~ $ curl http://local.esgob.com { "city": "London", "country": "England", "countryiso": "gb", "flag": "england", "locationdisplay": "England, London, B", "ref": "ql7f823b" }
  • 27. What next? • Keep honest – host every zone at the edge • Finish API + web interface • Open source more code • Support: – Multi master – TSIG inbound • Public SOA checker • Mix of routing and DNS daemons – configurable per node in RethinkDB – BIND, NSD4, KNOT, Quagga + BIRD
  • 28. What next? • Move to BGP sessions to full table – Archive MRT dumps – Maybe BIRD, don’t need full table in the kernel • Crypto loopback file system on remote nodes • Fix v6 routing – peer with HE in Europe • Find more friendly hosts: – Eastern Europe – Transit in west coast US – Especially in Afria, Asia + South America – Wales! Currently costing just under $480/yr