Set up an Internet connection from a third-party carrier
You can only connect Internet from a third-party carrier to a dedicated or hosted server.
- Make sure you have connected the Direct Connect service — physical port.
- Assign the VLAN with the carrier port to the local port of your server.
- Configure the network interface of the private network.
1. Check the connection of the service
Check to see if the ticket you received a VLAN number when ordering the service and this VLAN appears in the control panels: from the top menu, press Products → Dedicated servers → Network → tab VLAN.
2. Assign a VLAN to the local port of the server
- В control panels from the top menu, press Products and select Dedicated servers.
- Open the tab VLAN.
- On the port line, click .
- Select the VLAN whose number you received when service order.
- Click Configure.
3. configure the network interface of the private network
Ubuntu
Debian
CentOS
Windows
-
Connect to the server via SSH or through KVM console.
-
Open the utility configuration file
netplan
word processorvi
:vi /etc/netplan/01-netcfg.yaml
-
Add or change values for the network interface settings of the private network:
<eth_name>:
addresses: [<ip_address>/<mask>]
gateway4: <gateway>Specify:
<eth_name>
— name of the network interface of the private network;<ip_address>/<mask>