Learning cloud: Google cloud create Custom VPC network in Quicklab

Опубликовано: 31 Май 2026
на канале: Cyethack Solutions
39
like

Create the managementnet network
Create the managementnet network using the Cloud Console.

In the Cloud Console, navigate to Navigation menu (mainmenu.png) --- VPC network ---VPC networks.

Notice the default and mynetwork networks with their subnets.

Each Google Cloud project starts with the default network. In addition, the mynetwork network has been premade as part of your network diagram.

Click Create VPC Network.

Set the Name to managementnet.

For Subnet creation mode, click Custom.

Set the following values, leave all other values at their defaults:

Click Done.

Click EQUIVALENT COMMAND LINE.

These commands illustrate that networks and subnets can be created using the Cloud Shell command line. You will create the privatenet network using these commands with similar parameters.

Click Close.

Click Create.