- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在通过控制台设置新的 Amazon VPC,但它仅限于/16 网络掩码和/28 网络掩码之间。
从另一端来看,客户端希望从网络掩码为/30 的内部网络在隧道末端获取 EC2 实例。
那么,如何创建一个能够在 CIDR block 172.30.228.184/30 上托管 EC2 实例的 VPC 呢?应如何配置该子网才能与/30 block 通信?
最佳答案
AWS 在每个子网上保留 4 个 IP 用于此目的,因此您无法创建/30 子网。请参阅This .
The first four IP addresses and the last IP address in each subnet CIDR block are not available for you to use, and cannot be assigned to an instance. For example, in a subnet with CIDR block 10.0.0.0/24, the following five IP addresses are reserved:
10.0.0.0: Network address.
10.0.0.1: Reserved by AWS for the VPC router.
10.0.0.2: Reserved by AWS. The IP address of the DNS server is always the base of the VPC network range plus two; however, we also reserve the base of each subnet range plus two. For VPCs with multiple CIDR blocks, the IP address of the DNS server is located in the primary CIDR. For more information, see Amazon DNS Server.
10.0.0.3: Reserved by AWS for future use.
10.0.0.255: Network broadcast address. We do not support broadcast in a VPC, therefore we reserve this address.
关于amazon-web-services - 如何从 netmask/30 到 netmask/28 到达特定 IP 地址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57801932/
我正在通过控制台设置新的 Amazon VPC,但它仅限于/16 网络掩码和/28 网络掩码之间。 从另一端来看,客户端希望从网络掩码为/30 的内部网络在隧道末端获取 EC2 实例。 那么,如何创建
我希望找到数百个函数示例,以便在 JavaScript 的 CIDR 和 NETMASK 之间进行转换,但找不到任何示例。 我需要在 nodejs 页面上与 CIDR 和 NETMASKS 相互转换,
我必须找到有关 Android 设备所连接网络的信息。 Android 设备基本上是一台 Android TV,它具有 WiFi 和以太网连接。 我正在使用 WiFi 并获取除 netMask 之外的
My SQL-Server db 将 IP 网络掩码存储为二进制文件。我需要一种将这些与给定 IP 匹配的方法 例如,192.168.21.5 是存储在 DB 中的网络掩码的一部分吗? 192.168
我在 Windows 上遇到了 Java 6 的一个已知错误。我的理解是,获取网络掩码的正常方法是查找网络前缀长度并进行一些位移。问题是在 Windows 上,前缀长度经常返回错误,所以我们在应该得到
在Android模拟器中,地址(eth0)是10.0.2.15/24 在支持以太网的平板电脑上,eth0 有一个相似的地址:例如192.168.0.2/24 如何通过现有的 Android API 找
我是一名优秀的程序员,十分优秀!