Install debian 11 & login ke vps.
input kode dibawah
wget https://download.mikrotik.com/routeros/6.47.9/chr-6.47.9.img.zip -O chr.img.zip && \ gunzip -c chr.img.zip > chr.img && \ mount -o loop,offset=512 chr.img /mnt && \ ADDRESS=`ip addr show enp0s3 | grep global | cut -d' ' -f 6 | head -n 1` && \ GATEWAY=`ip route list | grep default | cut -d' ' -f 3` && \ echo "/ip address add address=$ADDRESS interface=[/interface ethernet find where name=ether1] /ip route add gateway=$GATEWAYsys " > /mnt/rw/autorun.scr && \ umount /mnt && \ echo u > /proc/sysrq-trigger && \ dd if=chr.img bs=1024 of=/dev/vda iflag=fullblockGanti kode yang dikasih warna merah, sesuaikan dengan hasil dari #ip link #lsblk Restart VPS, kemudian masuk ke VPS menggunakan VNC Login dengan user "admin" dan password kosong. #Dokumentasi, takut kapan kapan butuh lg
Comments
Post a Comment