Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update with new MTU information

...

  • Interfaces can only be added during instance creation.
  • Each network interface configured in a single instance must be attached to a different VPC network.
  • The additional VPC networks that the multiple interfaces will attach to must exist before an instance is created. See Using VPC Networks for instructions on creating additional VPC networks.
  • You cannot delete a network interface without deleting the instance.
  • IP forwarding can only be enabled when the instance is created.
  • The A VPC network has a maximum default transmission unit (MTU) of 1460 bytes for Linux images and Windows Server images. Operating system images provided by Compute Engine are already During the creation of a VPC you can choose an alternative MTU size of 1500. Google-provided Linux system images are already are automatically configured with the appropriate MTU at start. For custom images (especially, if they do not rely on DHCP), set the MTU to 1460 for custom Linux images and Windows Server images the same value as configured for the VPC to avoid the increased latency and packet overhead caused by fragmentation, or even connectivity problems.

Therefore the required VPCs and subnets must exist before the instance is created.

...

In the VPC configuration window, enter

  • the VPC name, and
  • the subnet name, region and address, and
  • optionally, an alternative MTU size (at the bottom of the window).

Click on Create at the bottom of the window to create the VPC.

...