Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:veos:installation [2023/08/29 07:59] – elena.krasnobryzh | en:veos:installation [2025/01/14 07:33] (current) – [Pre-configuring VEOS] elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Installation ====== | ====== Installation ====== | ||
{{indexmenu_n> | {{indexmenu_n> | ||
- | ===== ISO Links ===== | ||
- | - [[https:// | ||
- | - [[https:// | ||
+ | <note tip> | ||
+ | |||
+ | * [[en: | ||
+ | * [[en: | ||
+ | * [[en: | ||
+ | |||
+ | :!: If any discrepancies are found at this stage, contact [[en: | ||
+ | |||
+ | ===== ISO Links ===== | ||
+ | * [[https:// | ||
+ | [[en: | ||
+ | <note important> | ||
+ | When partitioning a disk for SSG software: | ||
+ | * ~ 20 GB for root partition | ||
+ | * Allocate the remaining space for the ''/ | ||
+ | * The Stingray SG does not use a SWAP partition, but it is needed for system tasks and requires a 4 GB allocation. | ||
+ | **Disable Hyper-threading in BIOS for SSG software!** | ||
+ | </ | ||
===== Preparation of the installation USB memory stick ===== | ===== Preparation of the installation USB memory stick ===== | ||
- | The currently | + | The most popular |
- | <note warning> | + | <note warning> |
- | To create a Linux/Unix installation USB disk, run the dd command: | + | |
- | > dd if=VEOS-8.6-x86_64-minimal.iso of=/dev/sdz | + | |
- | <note important> | + | ==== Writing a USB disk on Linux ==== |
- | You can download DD for Windows [[http://www.chrysocome.net/dd|here]]. | + | To create a USB installation disk on Linux/Unix, run the dd command: |
+ | > dd if=VEOS-8.7-x86_64-Minimal.iso of=/dev/sdz bs=1M | ||
- | If using dd for Windows, run dd --list and look carefully at the list of NT Block Device Objects and use the one that looks like \\? | + | :!: When writing, you must specify |
+ | ==== Writing a USB Disk to Windows ==== | ||
+ | |||
+ | === Rufus === | ||
+ | To burn an ISO to a USB drive on Windows, you can use the [[https:// | ||
+ | * Rufus main screen | ||
+ | {{: | ||
+ | * recording mode selection dialog box | ||
+ | {{: | ||
+ | |||
+ | === Diskdupe (dd) for Windows === | ||
+ | The command parameters are similar to those on Linux. The DD distribution for Windows can be downloaded [[http:// | ||
+ | |||
+ | When using dd for Windows, first run dd --list and, after carefully reviewing the NT block device list, select a device similar to {\? | ||
===== Preparation of the installation disk ===== | ===== Preparation of the installation disk ===== | ||
Line 25: | Line 52: | ||
==== Recording a disk image in the MS Windows operating system ==== | ==== Recording a disk image in the MS Windows operating system ==== | ||
- | An ISO disk image file is a special format file prepared to burn on a disk. To burn an ISO image in the MS Windows use special programs: [[http:// | + | An ISO disk image file is a special format file prepared to burn on a disk. To burn an ISO image in the MS Windows use special programs: [[http:// |
=== Recording a disk image with Small CD-Writer === | === Recording a disk image with Small CD-Writer === | ||
Line 68: | Line 95: | ||
- installing the system on the selected disk; | - installing the system on the selected disk; | ||
- finishing installation and rebooting. | - finishing installation and rebooting. | ||
+ | |||
+ | |||
+ | |||
+ | ===== Pre-configuring VEOS ===== | ||
+ | |||
+ | 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. | ||
+ | |||
+ | - 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, | ||
+ | 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 193.218.143.187 -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 78.140.234.98 -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 -s 46.243.181.35 -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 --dport 22 -j DROP | ||
+ | service iptables save | ||
+ | </ | ||
+ | |||
+ | If you are using firewalld: | ||
+ | < | ||
+ | firewall-cmd --permanent --zone=public --add-rich-rule=' | ||
+ | firewall-cmd --permanent --zone=public --add-rich-rule=' | ||
+ | firewall-cmd --permanent --zone=public --add-rich-rule=' | ||
+ | firewall-cmd --permanent --zone=public --add-rich-rule=' | ||
+ | firewall-cmd --permanent --zone=public --add-rich-rule=' | ||
+ | firewall-cmd --permanent --zone=public --add-rich-rule=' | ||
+ | firewall-cmd --permanent --zone=public --add-rich-rule=' | ||
+ | firewall-cmd --permanent --zone=public --add-rich-rule=' | ||
+ | firewall-cmd --zone=public --remove-service=ssh --permanent | ||
+ | firewall-cmd --reload | ||
+ | </ | ||
+ | **!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: | ||
+ | </ | ||