In order to use the additional addresses on the server the package “iproute” and service program “ip” are needed. Configuration with alias interfaces (such as eth0:1, eth0:2 etc.) are outdated and should no longer be used.
Category: 02. Dedicated servers
What is a dedicated server, its advantages. Yjw to install OS on server and do server diagnostics.
How to install VirtualBox on CentOS 7
Virtualization is a process of creating virtual OS, Hardware and Network, is one of the most sought technology of these days. We will be discussing on how to install and configure virtualization in detail.
Settings additional IP’s on Ubuntu 18.04
How to install ISPmanager control panel
ISPmanager Lite is a control panel for web-server management.
Configure NAT for virtual machines in Proxmox 5 VE
By default, Proxmox creates the Linux bridge vmbr0, which looks through the external interface and all other virtual machine interfaces connected to this bridge will also look to the world. Therefore, it is necessary to raise the NAT from under which all other virtual machines will exit.
How to allow remote connection to mysql
This article explains how to set up a user on your MySQL server in order to connect to a MySQL database remotely.
Common Iptables firewall rules
iptables is a command line utility for configuring Linux kernel firewall implemented within the Netfilter project.
Server management (technical support)
Unihost.com – provides technical support for servers running Linux/Windows operating systems.
How to protect a server with Fail2Ban
In this guide, we’ll cover how to install and use Fail2ban.
How to set up SSH keys on CentOS 7
SSH keys can serve as a means of identifying yourself to an SSH server using public-key cryptography and challenge-response authentication. The major advantage of key-based authentication is that in contrast to password authentication it is not prone to brute-force attacks and you do not expose valid credentials, if the server has been compromised. […]