Yes, I did read the documentation, albeit quickly.
Yes I did ‘miss’ the license section because I was focused on trying to understand the CLI and how to add routes, how to assign interfaces, and how to get a system 'started."
https://help.mikrotik.com/docs/display/ROS/Getting+started
Yes, I now see the information about Licenses and was in the middle of setting up an account to purchase P1.
I did search the document engine, probably not to your satisfaction.
I watched multiple videos on youtube, to include https://www.youtube.com/@mikrotik
I even took the time to document all my steps for building the VM [below…]
And finally, because I have no desire to argue anymore…
I posted initially “I am requesting help for where to look, how to troubleshoot (not necessarily solve)”
Which, if you had taken the time to read, I was only asking for a little help.
I understand ‘RTFM’, just didn’t think it would be this ugly.
# Mikrotik-CHT
Virtual Router in Proxmox with Mikrotik CHR:
https://www.youtube.com/watch?v=kPhZypQ1gMY&list=PL5Bfd7V2KiKFiNBtKHInzKgm6cE52n9Ta&index=10
Online Docs:
https://help.mikrotik.com/docs/
## create VM container
General: VM ID: 1001
OS: Do not use media, next
System: ,next
Disk: delete disk, next
CPU: 1s, 2c, next
Memory: 1024 MiB, ballon=0, next
Network: ,next
Confirm: ,confirm
## RouterOS-CHR 'raw' image
wget download.mikrotik.com/routeros/7.14/chr-7.14.img.zip
apt update
apt install unzip
apt autoremove
### Prepare VM image
unzip chr-7.14.img.zip
qemu-img resize -f raw chr-7.14.img 512M
qm disk import 1001 chr-7.14.img local-lvm
## Attach image as Hard drive
Select VM 1001 > Hardware >
Select Unused Disk 0 > Add
Options > Boot Order > select SCSI > move to #1
## Add Networks
promox > network > create Linux Bridge
vmbr1 cidr=10.0.10.0/24 gw= comment: WAN v100
vmbr2 cidr=10.0.20.0/24 gw= comment: LAN v200
#mbr3 cidr=10.0.30.0/24 gw= comment: LAN v300
Apply configuration
## Start VM
console login
change password
confirm ip
[admin@MikroTik] > ip addr
[admin@MikroTik] /ip/address> print
Flags: D - DYNAMIC
Columns: ADDRESS, NETWORK, INTERFACE
ADDRESS NETWORK INTERFACE
0 D 192.168.1.157/24 192.168.1.0 ether1
[admin@MikroTik] /ip/address> /interface print
Flags: R - RUNNING
Columns: NAME, TYPE, ACTUAL-MTU, MAC-ADDRESS
NAME TYPE ACTUAL-MTU MAC-ADDRESS
0 R ether1 ether 1500 BC:24:11:CB:5C:3C
1 R ether2 ether 1500 BC:24:11:8C:D8:85
2 R ether3 ether 1500 BC:24:11:80:FF:21
3 R lo loopback 65536 00:00:00:00:00:00
## Configure network segments
/ip address
add address=192.168.1.10/24 interface=ether1 #vmbr0
add address=10.0.10.1/24 interface=ether2 #vmbr1
add address=10.0.20.1/24 interface=ether3 #vmbr2
[admin@MikroTik] /ip/address> print
Flags: D - DYNAMIC
Columns: ADDRESS, NETWORK, INTERFACE
ADDRESS NETWORK INTERFACE
0 192.168.1.10/24 192.168.1.0 ether1
1 10.0.10.1/24 10.0.10.0 ether2
2 10.0.20.1/24 10.0.20.0 ether3
## WEB UI config
WebFig
login into http://192.168.1.10/
admin:super_secret_password