Skip to main content
Connect file storage to a dedicated server

Connect file storage to a dedicated server

The file storage and the dedicated server are always in different pools, so to connect the file storage to the dedicated server you need to configure private network connectivity at L3 level via global router.

For your information

Some dedicated server configurations Chipcore Line cannot be added to the global router network because they do not have a port to connect to the private network. The availability of the private network port can be checked in Control Panel under Servers and HardwareServers → Server page → Ports tab.

  1. Create global router.
  2. Connect the network and subnet to the global router to the dedicated server VLAN.
  3. Connect the network and subnet to the global router for file storage.
  4. Assign IP address to dedicated server.
  5. #write-routes-on-dedicated-server.
  6. Create file storage.
  7. Mount file storage to a dedicated server.

See example of connecting file storage to a dedicated server.

Example of connecting file storage to a dedicated server

For example, you want to connect file storage in pool ru-2 to a dedicated server in pool SPB-1.

  1. Create a global router.
  2. Connect two private subnets to the global router — 192.168.0.0.0/29 with a gateway of 192.168.0.1 for the SPB-1 pool and 172.16.0.0.0/29 with a gateway of 172.16.0.1 for the ru-2 pool.
  3. Assign an address from the 192.168.0.0.0/29 subnet to a dedicated server, such as 192.168.0.2.
  4. Write a route on the dedicated server in the SPB-1 pool — to the 172.16.0.0.0/29 subnet via the 192.168.0.1 gateway.
  5. Create a file store on the 172.16.0.0.0/29 subnet.
  6. Mount the file storage to a dedicated server.

Create a global router

  1. In Control Panel, go to Network ServicesServercore Global Router.
  2. Click Create Router. Each account has a limit of five global routers.
  3. Enter the name of the router.
  4. Press Create.
  5. If the router was created with status ERROR or hung in one of the statuses, create a ticket.

Connect the network and subnet to the router to the VLAN of the dedicated server

You can connect a new network to the router or an existing network if it is not already connected to any of the account's global routers.

  1. In Control Panel, go to Network ServicesServercore Global Router.

  2. Open the router page → Networks tab.

  3. Click Create Network.

  4. Enter a network name, this will only be used in the control panel.

  5. Select the Dedicated Servers service.

  6. Select pool.

  7. Select VLAN. If you want to network to an internal segment (Q-in-Q), specify its tag, a number between 2 and 4094. If there is already a network upstream of the VLAN, be sure to specify the Q-in-Q segment of that VLAN.

  8. Enter the subnet name — this will only be used in the control panel.

  9. Enter the CIDR — IP address and private subnet mask. You can enter a new subnet or an existing private server subnet, if it has not already been added to any of the global routers in the account. The subnetwork must meet the conditions:

    • belong to the RFC 1918 private address range of 10.0.0.0.0/8, 172.16.0.0.0/12, or 192.168.0.0.0/16;
    • have a size of at least /29, as three addresses will be occupied by Servercore network equipment;
    • Do not overlap with other subnets added to this router: The IP addresses of each subnet on the router must not overlap with the IP addresses of other subnets on the router;
    • if Managed Kubernetes nodes will be included in the global router network, the subnet must not overlap with the 10.250.0.0.0/16, 10.10.0.0.0/16, and 10.96.0.0.0/12 ranges. These subnets participate in the internal addressing of Managed Kubernetes, their use can cause conflicts in the global router network.
  10. If you specified the Q-in-Q tag, make sure to configure Q-in-Q. When configuring, use the subnet you specified in step 9.

  11. Enter the gateway IP or leave the first address from the subnet assigned by default. Do not assign this address to your devices to avoid disrupting your network.

  12. Enter service IPs or leave the last addresses from the subnet assigned by default. Do not assign these addresses to your devices to avoid disrupting your network.

  13. Click Create Network.

  14. Optional: check the network topology on the global router. In Control Panel, go to Network ServicesServercore Global Router. Open the page of the desired router and click Network Map.

Connect a network and subnet to the router for file storage

For your information

If the cloud platform network is connected to a global router, you can only manage it on the global router page.

You need to connect the network and subnet to the global router up to the project and cloud platform pool where the file storage will be created in the future.

You can connect a new network to the router or an existing network if it is not already connected to any of the account's global routers.

  1. In Control Panel, go to Network ServicesServercore Global Router.

  2. Open the router page → Networks tab.

  3. Click Create Network.

  4. Enter a network name, this will only be used in the control panel.

  5. Select the Cloud Platform service.

  6. Select pool where the file storage will be created.

  7. Select project where the file storage will be created.

  8. Enter the subnet name — this will only be used in the control panel.

  9. Enter the CIDR — IP address and subnet mask. The subnetwork must meet the conditions:

    • belong to the RFC 1918 private address range of 10.0.0.0.0/8, 172.16.0.0.0/12, or 192.168.0.0.0/16;
    • have a size of at least /29, as three addresses will be occupied by Servercore network equipment;
    • Do not overlap with other subnets added to this router: The IP addresses of each subnet on the router must not overlap with the IP addresses of other subnets on the router;
    • if Managed Kubernetes nodes will be included in the global router network, the subnet must not overlap with the 10.250.0.0.0/16, 10.10.0.0.0/16, and 10.96.0.0.0/12 ranges. These subnets participate in the internal addressing of Managed Kubernetes, their use can cause conflicts in the global router network.
  10. Enter the gateway IP or leave the first address from the subnet assigned by default. Do not assign this address to your devices to avoid disrupting your network.

  11. Enter service IPs or leave the last addresses from the subnet assigned by default. Do not assign these addresses to your devices to avoid disrupting your network.

  12. Click Create Network.

  13. Optional: check the network topology on the global router. In Control Panel, go to Network ServicesServercore Global Router. Open the page of the desired router and click Network Map.

Assign an IP address to a dedicated server

Configure a local port on a dedicated server that is included in the global router network. On the port, assign an IP address from the private subnet you created on the global router for the corresponding pool.

  1. Connect to the server via SSH or via KVM-console.

  2. Open the netplan utility configuration file with the vi text editor:

    vi /etc/netplan/01-netcfg.yaml
  3. Add or change values for the network interface settings of the private network:

        <eth_name>:
    addresses: [<ip_address>/<mask>]

    Specify:

    • <eth_name> is the name of the network interface of the private network;
    • <ip_address>/<mask> — the private IP address of the server with a subnet mask, for example, 192.168.0.2/29.
  4. Press the ESC key.

  5. Exit the vi text editor with your changes saved:

    :wq
  6. Apply the configuration:

    netplan apply
  7. Optional: reboot the server.

Write routes on a dedicated server

If you have created a new server and added it to an existing global router network, you do not need to specify routes. In this case, the server will be immediately available to other devices on the network.

If you are adding an existing server to a global router network, it must have static routes to all subnets with which you want connectivity.

  1. Connect to the server via SSH or via KVM-console.

  2. Open the network configuration file:

    vi /etc/netplan/01-netcfg.yaml
  3. Locate the data block for the desired network interface.

  4. At the end of this block, add a route:

    routes:
    - to: <ip_address>/<mask>
    via: <gateway>

    Specify:

    • <ip_address>/<mask> — the subnet to which the route is needed, specifying the mask, for example, 192.168.0.0.0/29;
    • <gateway> is the gateway for the current server's subnet, which is specified on the global router.
  5. If you need to write multiple routes, add them sequentially in the same block, for example,

    routes:
    - to: 192.168.0.0.0/29
    via: 172.16.0.1
    - to: 192.168.1.0.0/29
    via: 172.16.0.1
  6. Save the file.

  7. Check the settings:

    sudo netplan try
  8. Apply the changes:

    netplan apply

Create file storage

  1. In Control Panel, go to Cloud PlatformFile Storage.

  2. Click Create Storage.

  3. Enter a new storage name or leave the name that is automatically created.

  4. Select the pool where the storage will be located.

    If you plan to use storage to store backups, we recommend pooling storage and a dedicated server from different availability zones or regions to improve fault tolerance.

  5. Select the subnet of the Servercore Global Router private network that you connected to the router for file storage.

  6. Select file storage type. Storages differ in read/write speeds and bandwidth values:

    • HDD Basic;

    • SSD Universal;

    • SSD Fast.

      Once created, the storage type cannot be changed.

  7. Specify the storage size: from 50 GB to 50 TB. Once created, you can increase file-storage, but you can't decrease it.

  8. Select a protocol:

    • NFSv4 — for connecting storage to servers running Linux and other Unix systems;

    • CIFS SMBv3 — for connecting the storage to Windows servers.

      Once created, the protocol cannot be changed.

  9. Check out the cost of file storage.

  10. Press Create.

Mount the file storage to a dedicated server

The mount process depends on the operating system on the dedicated server and the file storage protocol: NFSv4 or CIFS SMBv3.

Mount storage using NFSv4 protocol

  1. Connect to the server via SSH or via KVM-console.

  2. Install the NFS protocol package:

    sudo apt install nfs-common
  3. Create a folder to mount the repository:

    sudo mkdir -p /mnt/nfs
  4. Mount the file storage:

    sudo mount -vt nfs "<filestorage_ip_address>:/shares/share-<mountpoint_uuid>" /mnt/nfs

    Specify:

    • <filestorage_ip_address> — IP address of the file storage. You can look in control panel under Cloud PlatformFile Storage → Storage page → Settings tabIP field;
    • <mountpoint_uuid> — mount point ID. You can look in Control Panel under Cloud PlatformFile Storage → Storage page → Connectivity block → GNU/Linux tab.

Mount storage using CIFS SMBv3 protocol

  1. Connect to the server via SSH or via KVM-console.

  2. Install the CIFS protocol package:

    sudo apt install cifs-utils
  3. Create a folder to mount the repository:

    sudo mkdir -p /mnt/cifs
  4. Mount the file storage:

    sudo mount.cifs -o guest //<filestorage_ip_address>/share-<mountpoint_uuid> /mnt/cifs

    Specify:

    • <filestorage_ip_address> — IP address of the file storage. You can look in control panel under Cloud PlatformFile Storage → Storage page → Settings tabIP field;
    • <mountpoint_uuid> — mount point ID. You can look in Control Panel under Cloud PlatformFile Storage → Storage page → Connectivity block → GNU/Linux tab.