Ինչպես փոխարկել Ubuntu 20 ը Mikrotik CHR ի

⚠️ ԶԳՈՒՇԱՑՈՒՄ

Այս պրոցեսը ամբողջությամբ կջնջի /dev/sda-ի վրա գտնվող Ubuntu-ն։


1․ Ներբեռնել և unzip անել CHR image

 
wget https://download.mikrotik.com/routeros/7.15.3/chr-7.15.3.img.zip
unzip chr-7.15.3.img.zip
 
 

2․ Ստուգել սկավառակը

 
lsblk
 
 

Համոզվեք, որ հիմնական սկավառակը /dev/sda է։


3․ Remount → read-only

 
echo u > /proc/sysrq-trigger
 
 

4․ Գրառնել CHR image-ը սկավառակի վրա (dd)

 
dd if=chr-7.15.3.img of=/dev/sda bs=4M oflag=sync status=progress
 
 

Պետք է ամբողջ ֆայլի չափը գրվի (128MB շուրջը)։


5․ Հարկադիր reboot (պարտադիր SysRq)

 
sudo sinc
sudo reboot -f
 
 

6․ Մուտք CHR

Login:

 
admin
(դատարկ password)
 
 

7․ Արագ սկզբնական կարգավորում

 
/user set 0 password=StrongPass123
/interface print
/ip address add address=192.168.88.1/24 interface=ether1
/ip route add gateway=192.168.88.254
/ip dns set servers=8.8.8.8,8.8.4.4 allow-remote-requests=yes
/ip service enable ssh
 
 
  • 0 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

How to buy a Virtual Server In HayHost

1. Go to the HayHost client area and click "Order New Services" in the bottom left corner....

How to Connect to Your Server via RDP on Windows 7

1. Օn your computer, access the "Start" menu, search for "Remote Desktop Connection" then click...

How to Connect to Linux Server via SSH on Windows

1. On your personal computer, navigate to the "Start" menu and type "cmd".   2. Type your IP...

How to Connect from one Linux Server to Another Using SSH

SSH is a secure way to connect to a Linux device remotely. This guide will provide you with the...

How to Configure Static IP Configuration on Windows 10

1. From the home page of your HayHost client area, click "SERVICES".   2. Select the server...