Differences
This shows you the differences between two versions of the page.
en:veos:installation:presetting [2023/09/04 09:49] – created elena.krasnobryzh | en:veos:installation:presetting [2023/09/06 13:45] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Pre-configuring VEOS ====== | ||
- | {{indexmenu_n> | ||
- | If you received a preinstalled system from us, please immediately refer to the [[en: | ||
- | Otherwise, you need to install the VEOS operating system on your server yourself and give us remote SSH access and root rights to perform the installation and initial configuration of the platform. After the work is completed, the remote access can be closed. | ||
- | |||
- | ===== 2.1 Preparing the server and installing VEOS ===== | ||
- | - Before rack-mounting the server, make sure it meets [[en: | ||
- | - Install VEOS [[en: | ||
- | * When partitioning a disk: | ||
- | < | ||
- | the rest of the space can be allocated for the /var directory | ||
- | The Stingray SG partition does not use swap, but it may be required for system tasks, so 4GB can be allocated </ | ||
- | * Disable Hyper-threading in BIOS | ||
- | |||
- | ===== 2.2 Pre-configuring VEOS ===== | ||
- | |||
- | - Create a **vasexpertsmnt** user: < | ||
- | - Set a **complex** password for the user **vasexpertsmnt**: | ||
- | - Save the password for **vasexpertsmnt**. | ||
- | - Set permission for users of the wheel group to use all commands on behalf of all users, for this you need to add to /// | ||
- | - To provide remote access via SSH and set restrictions on valid IP addresses from the list: < | ||
- | < | ||
- | iptables -A INPUT -m conntrack --ctstate RELATED, ESTABLISHED -j ACCEPT | ||
- | iptables -A INPUT -p tcp -s 45.151.108.0/ | ||
- | iptables -A INPUT -p tcp -s 94.140.198.64/ | ||
- | iptables -A INPUT -p tcp -s 78.140.234.98 -m tcp --dport 22 -j ACCEPT | ||
- | iptables -A INPUT -p tcp -s 193.218.143.187 -m tcp --dport 22 -j ACCEPT | ||
- | iptables -A INPUT -p tcp -s 93.100.47.212 -m tcp --dport 22 -j ACCEPT | ||
- | iptables -A INPUT -p tcp -s 93.100.73.160 -m tcp --dport 22 -j ACCEPT | ||
- | iptables -A INPUT -p tcp -s 77.247.170.134 -m tcp --dport 22 -j ACCEPT | ||
- | iptables -A INPUT -p tcp -s 91.197.172.2 -m tcp --dport 22 -j ACCEPT | ||
- | iptables -A INPUT -p tcp -s 46.243.181.242 -m tcp --dport 22 -j ACCEPT | ||
- | iptables -A INPUT -p tcp -s 93.159.236.11 -m tcp --dport 22 -j ACCEPT | ||
- | iptables -A INPUT -p tcp --dport 22 -j DROP | ||
- | service iptables save | ||
- | </ | ||
- | |||
- | If you are using firewalld: | ||
- | < | ||
- | firewall-cmd --permanent --zone = public --add-rich-rule = 'rule family = " | ||
- | firewall-cmd --permanent --zone = public --add-rich-rule = 'rule family = " | ||
- | firewall-cmd --permanent --zone = public --add-rich-rule = 'rule family = " | ||
- | firewall-cmd --permanent --zone = public --add-rich-rule = 'rule family = " | ||
- | firewall-cmd --permanent --zone = public --add-rich-rule = 'rule family = " | ||
- | firewall-cmd --permanent --zone = public --add-rich-rule = 'rule family = " | ||
- | firewall-cmd --permanent --zone = public --add-rich-rule = 'rule family = " | ||
- | firewall-cmd --permanent --zone = public --add-rich-rule = 'rule family = " | ||
- | firewall-cmd --permanent --zone = public --add-rich-rule = 'rule family = " | ||
- | firewall-cmd --permanent --zone = public --add-rich-rule = 'rule family = " | ||
- | firewall-cmd --reload | ||
- | firewall-cmd --zone = public --remove-service = ssh --permanent | ||
- | </ | ||
- | **!Save your settings as the server will be rebooted during installation!** \\ | ||
- | \\ | ||
- | |||
- | After making sure that remote access via SSH is provided, send to [[en: | ||
- | |||
- | |||
- | < | ||
- | Installation of the Stingray software is carried out by engineers or by yourself according to the instruction: | ||
- | </ | ||
- | |||
- | <note warning> | ||
- | Do not update the operating system kernel until the system is activated [[en: | ||
- | this may cause the network card driver to fail (([[en: | ||
- | </ | ||
- | |||
- | <note tip> Further settings are made depending on which [[en: | ||
- | |||
- | ===== 2.3 Migrating from CentOS to VEOS ===== | ||
- | |||
- | <note important> | ||
- | **The transition to the new OS edition is planned in the form of an in-house upgrade (without reinstallation), |