Ask HN: Are VPCs the Same as Subnets?
I've been using DigitalOcean's VPC feature which is quite handy. Now, I have to setup my infrastructure using Hetzner... but they do not offer VPCs, although they offer subnets. The setup is very similar in both cases: one has to define some ip range for the subnet which is private (e.g., 10.0.0.0/16).
I don't understand the difference. In both cases, machines belonging to the VPC (or to the subnet) are assigned public ip addresses as well. When using DO VPCs, one must setup firewall rules nevertheless to avoid unwanted traffic.
Are Hetzner's subnets the same as DO's VPCs?
5 comments
[ 3.1 ms ] story [ 23.9 ms ] threadI'm a bit confused.
A “subnet” is simply a predefined and dedicated space of IP addresses given on any type of network (most likely public or at least not-private).
What you probably want is a Private Network (or Private Cloud).
The “cloud” industry has really run rampant with standard networking terminology being used in Marketing and UI labels in ways unaligned to standard definitions, so double check.
But if they have a separate product for VPC/VPN, then the above is most likely true for them.
I think VPN is cool as well, but a bit different than what I want at the moment.
Thank you anyway! I will ask Hetzner directly. I may forward their answer here (if I don't forget).