X86 not accassable / detected

Hi,

I installed ROSv7.11beta7 X86. After the system booted I was able login via local keyboard.
The router does not get an IP address on any interface, nor it is detected by Winbox.

What am I doing wrong?

You’ll have to do some troubleshooting:

  • does ROS detect network interfaces? Check /log and read log entries in first few seconds after boot to see if it mentions any of interfaces.
    If the interfaces are PCI type, then they should be mentioned under /system/resources/pci
  • How is ROS configured with regard to interface addresses? It may be that configuration after installation is completely empty … but winbox access (via MAC) should work in this case.
    If you can, post full config so we can see what may be missing.

Etc.

Default CHR has no config.

Are you using CHR or x86 on bare metal hardware?

Has your CHR instance minimum required allocated amount of RAM?
The minimum required RAM depends on interface count and CPU count. You can get an approximate number by using the following formula:

· RouterOS v6 - RAM = 128 + [ 8 × (CPU_COUNT) × (INTERFACE_COUNT - 1) ]
· RouterOS v7 - RAM = 256 + [ 8 × (CPU_COUNT) × (INTERFACE_COUNT - 1) ]

https://help.mikrotik.com/docs/pages/viewpage.action?pageId=18350234#CloudHostedRouter,CHR-SystemRequirements