TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

IPv6 ULA Support in GCP

28 点作者 uji超过 2 年前

2 条评论

jeroenhd超过 2 年前
&gt; Each IPv6-enabled VM will be assigned a &#x2F;96 address range from the subnet, which provides you with 4 billion unique IPv6 addresses for each VM interface.<p>That&#x27;s odd. Almost every attempt to reflect IPv4 blacklisting seems to treat &#x2F;56 or even &#x2F;48 blocks the same as a regular IP address, since that is (or was) the recommended size to hand out to end users for residential ISPs. &#x2F;64 is the smallest network size available for most applications so network level firewalls will often use that as the smallest range to ban in case of abuse.<p>Of course ULA networks aren&#x27;t going reach out to the internet, but even on internal load balancers and attack detection mechanisms will need to be configured for this default. Which is very strange, given that ULAs are &#x2F;48s with arbitrary 16 bit subnets and then a &#x2F;64 at the end. I can&#x27;t imagine exceeding 65k subnets being a common use case on these networks.<p>That said, I applaud the native availability of ULAs on cloud platforms. You can make it work yourself with VPNs and other overlay networks, but this is a much cleaner solution.
评论 #34433861 未加载
评论 #34434567 未加载
kccqzy超过 2 年前
&gt; Additionally, multi-nic VM instances may be dual-homed with both ULA (internal) and GUA (external) addresses.<p>You need a multi-NIC VM for that? Isn&#x27;t it commonplace in the IPv6 world for a single NIC to have multiple addresses? In fact I just checked: my computer at home has a single NIC but it has multiple addresses (both ULA and GUA) configured through SLAAC with privacy extension. In fact I count 14 addresses, excluding link-local.
评论 #34442101 未加载