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.

New Heroku Lab: Containerized-Network

2 pointsby bencevansabout 12 years ago

1 comment

donavanmabout 12 years ago
Interesting. The /30 ptp interface makes me suspect this is built on top of vpc. The other end of the connection would be a dedicated nat "router" instance. Efficiency would suck in that case.<p>They could use a larger shared vpc (say /24). configure all the "worker" instance interfaces with the /30s and a couple "router" instances with multiple vifs on the top half of those /30s. Much better efficiency and availability story that way.<p>Or I guess they could have gone all the way and done some layer 3 encap. Nvgre or l2tp maybe?<p>I'm curious what a promisc interface would see. Or poke around the network/broadcast ranges. Or check out some ttl/ mss/options recon.