# vNetwork

### \[vNetwork] How can private VMs access the internet without external interfaces or floating IPs?

Private VMs can access the internet through NAT (Network Address Translation) service. NAT provides secure internet access while protecting your VMs from direct internet access.

### \[vNetwork] How can I modify NAT bandwidth?

GreenNode NAT supports bandwidths up to 10 Gbps. By default, networks are limited to 300 Mbps. You can upgrade your bandwidth package to scale according to your needs.

### \[vNetwork] Why can't I access the internet even after creating NAT successfully?

To enable internet access through NAT, you need to add a route in either:

* Your VPC Route Table, or
* The VM's routing table

### \[vNetwork] How can VMs communicate with vStorage privately?

You can use [Endpoint Service ](/vng-cloud-document/vnetwork/endpoint/create-endpoint.md)to establish private communication between VMs and vStorage.

### \[vNetwork] Why can't I access VNG Endpoint Service after creating it successfully?

To resolve Endpoint Service connectivity issues:

1. [Add the host](/vng-cloud-document/vnetwork/public-nat-instance/create-nat.md) entry in your VMs
2. Configure the system to resolve the Endpoint Domain as a private IP

### \[vNetwork] Why can't I establish a connection with Remote VPN?

Check the VPN connection logs in your VPN details for specific error information.

### \[vNetwork] Why can't two VMs connect to each other even when the VPN connection is ESTABLISHED?

Check your [Route Table configuration ](/vng-cloud-document/vnetwork/vpn-virtual-private-network-site-to-site/create-vpn-site-to-site.md#step-4-create-a-route-to-route-traffic-to-remote-lan-cidr-through-vpn-private-gateway-ip-view-at-det)to ensure proper routing between the VMs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vngcloud.vn/vng-cloud-document/faq/vstorage-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
