Networks and subnets in xneelo cloud
| This feature is currently in beta. Try this early release and share your feedback via Live Chat.  Learn more |
Networks provide connectivity for your cloud resources. In xneelo Cloud, public networks provide internet access, while private networks let you create isolated, secure environments using subnets.
Read on to learn what networks and subnets are and how to create and manage them in your Cloud project.
-
What is a network?
In xneelo Cloud, a network is a virtual network that provides connectivity between cloud resources like instances, storage, and applications within your project.
In xneelo Cloud, there are two types of networks:
- Public networks:
- Provide internet access.
- Pre-provisioned by xneelo.
- Available to all customers.
- Private networks:
- Keep network traffic isolated within your project.
- Created and managed by you.
- Only accessible to your own cloud resources.
You can connect multiple networks together using a router.
Instances can have interfaces (ports) attached to multiple networks, either public or private.
- Public networks:
-
What is a subnet?
A subnet is a range of IP addresses within a network. It provides addresses for connected resources and defines a gateway IP for routing.Â
You can create and configure subnets to segment traffic or support different applications.
- CIDR (Classless Inter-Domain Routing) defines the IP range (e.g., 10.0.0.0/24).
- Gateway IP routes traffic out of the subnet.
- DHCP can automatically assign IP addresses to your instances.
- DNS servers and host routes can be set per subnet for custom configurations.
-
When to use private networks and subnets
Private networks give you full control over your own isolated, internal networks and their security.
They are useful when you need to:
- Create an internal application network for secure communication.
- Segment environments (development, staging, production).
- Build multi-tier architectures (frontend, backend, database).
- Isolate test environments with no internet access.
-
Create a private network and subnet
This allows you to create a private network and subnet. The network defines the connection, while the subnet provides IP addresses for your instances.
The subnet gateway you can leave default, change, or disable.
Create the network:
-
1In the Cloud dashboard, go to Network > Networks.
-
2Select the Create Network button.
-
3Enter a name for the network.
-
4Leave Enable Admin State and Create Subnet checked.
Create the subnet:
-
1Select the Subnet tab (or Next button).
-
2Enter a name for the subnet.
-
3Enter the Network Address (CIDR range).
-
4Choose the IP Version: IPv4 or IPv6.
-
5Set the Gateway IP either:
- Leave blank to use the default gateway (first IP of the subnet).
- Enter a custom gateway IP (must be inside the subnet range).
- Or select Disable Gateway to disable.
Set additional subnet details (optional):
-
6Select the Subnet Details tab (or Next button).
-
7Enable DHCP to automatically assign IPs.
-
8Define Allocation Pools (IP ranges for DHCP).
-
9Add custom DNS Servers.
-
10Add Host Routes for advanced setups.
-
11Select Create to finish.
Your network and subnet will now appear in the Networks list.
Once the network is created, you can proceed to manage the network ports.
-
-
Create another subnet on a network
You can create additional subnets on the same network if you need more IP ranges or want to separate traffic.
Each subnet must have a unique CIDR range that doesn’t overlap with other networks in your project.
STEPS
-
1On the Networks page, find the network you want to update.
-
2In the Actions column, select the down â–¼ button and Create Subnet.
-
3Enter a name for the subnet.
-
4Enter the Network Address (CIDR range).
-
5Choose the IP Version: IPv4 or IPv6.
-
6Set the Gateway IP either:
- Leave this blank if you want to use the default gateway value (the first IP of the network address).
- Set a custom IP address of the gateway.
-
7Select the Disable Gateway toggle if you want to disable the gateway.
Set additional subnet details (optional):
-
8Select the Subnet Details tab (or Next button).
-
9Enable DHCP to automatically assign IPs.
-
10Define Allocation Pools (IP ranges for DHCP).
-
11Add custom DNS Servers.
-
12Add Host Routes for advanced setups.
-
13Select Create to finish.
Once the subnet is created you can proceed to manage the network ports.
-
-
Edit a subnet
You can edit subnet settings such as allocation pools, DNS servers, or host routes.
STEPS
-
1On the Networks page, find the network you want to edit.
-
2Select the Network Name (blue hyperlink), then the Subnets tab.
-
3Find the subnet you want to edit.
-
4In the Actions column, select Edit Subnet.
-
5Update the settings as required.
-
6Select Save.
-
-
Delete a network or subnet
If you no longer need a network or subnet, you can delete it.
Note: You must remove all attached interfaces (ports) before you can delete a network or subnet.
Delete network:
-
1On the Networks page, find the network you want to remove.
-
2Select the Network Name (blue hyperlink), then the Ports tab.
-
3Select all the ports listed on the network.
-
4Select the Delete Ports button.
-
5Go back to the Networks page.
-
6In the Actions column, select the down â–¼ button and Delete Network.
-
7Select Delete Network to confirm.
Delete subnet:
-
1On the Networks page, find the network you want to remove.
-
2Select the Network Name (blue hyperlink), then the Ports tab.
-
3Select the ports associated with the subnet.
-
4Select the Delete Ports button.
-
5Select the Subnets tab.
-
6Find the subnet you want to remove.
-
7In the Actions column, select the down â–¼ button and Delete Subnet.
-
-
Manage network ports
A network port is a virtual connection point that links a device (such as an instance or a router) to a network. Each port has its own IP address and security groups.
Learn how to manage network ports in xneelo Cloud.
-
Troubleshoot networks and subnets
If your instances cannot connect on a private network, check:
- Instances are attached to the correct network.
- Subnet CIDR ranges do not overlap.
- The gateway IP is within the subnet range.
- If DHCP is disabled, instances have static IPs configured.
- Security group rules allow the required traffic.
Feedback
Related Posts:
- How to move a CMS-based website to another xneelo domain via the xneelo Control Panel
- How to transfer a WordPress site to xneelo via the xneelo Control Panel
- How to transfer your gTLD (Global top-level domain) to xneelo via the xneelo Control Panel
- Why can’t xneelo configure my software, domains and IP addresses on my Self-Managed Server?
- Change your website’s home and site URL via phpMyAdmin in the xneelo Control Panel






