I found the issue, the default configuration of the swos does not included the only ethernet port. Once I added it to the Allow From Ports all is good.
[admin@MikroTik] /system swos> pr
address-acquisition-mode: dhcp-with-fallback
static-ip-address: 192.168.88.1
identity: Mikrotik
allow-from: 0.0.0.0/0
allow-from-ports: p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12,p13,p14,
p15,p16,p17,p18,p19,p20,p21,p22,p23,p24,p25,p26,
p27,p28,p29,p30,p31
allow-from-vlan: 0
[admin@MikroTik] /system swos> set allow-from-ports=
AllowFromPorts ::= p1|p2|p3|p4|p5|p6|p7|p8|p9|p10|p11|p12|p13|p14|p15|p16|p17|p1
8|p19|p20|p21|p22|p23|p24|p25|p26|p27|p28|p29|p30|p31|p32[,AllowFromPorts*]
[admin@MikroTik] /system swos> set allow-from-ports=
I'll updated MikroTik support and hopefully they'll fix it in the next version.