What is setup of port to which laptop is connected? Access or trunk? If access, which VLAN? Where is DHCP server which serves that VLAN. Or do you have DHCP relay on CRS?
Any reason for two addresses on bridge on L009? I'd remove pirt, connecting CRS, from bridge and set address directly. Or run connection as tagged and have that address on a particular vlan interface.
The laptop was untagged on ether5 with PVID 1, now I just moved it to vlan10.
The L009 was the only DHCP server but my brain don't comprehend why all the traffic from my laptop was "like" bypassing the CRS, until I didn't add the static routes to the L009 it couldn't ping let's say 10.1.20.2, was like if I was directly connected to the L009.
I'll post you the config, I think you'll see it better than with my words.
Also when I do some speedtests the L009's CPU goes pretty high, but I think there's nothing much to do there(?).
L009:
[admin@MikroTik] > ip/address/print
Flags: D - DYNAMIC; S - SLAVE
Columns: ADDRESS, NETWORK, INTERFACE
# ADDRESS NETWORK INTERFACE
0 192.168.88.1/24 192.168.88.0 bridge
1 S 10.1.0.1/30 10.1.0.0 bonding1
2 D 192.168.18.254/24 192.168.18.0 ether1
I think I did what you told me to do, but I'm not sure.
Bridge it's default config, the ether1 it's getting DHCP lease from my ISP router and the bonding1 goes to the CRS (CRS got the 10.1.0.2/30).
[admin@MikroTik] > ip/route/print
Flags: D - DYNAMIC; A - ACTIVE; c - CONNECT, s - STATIC, d - DHCP
Columns: DST-ADDRESS, GATEWAY, DISTANCE
# DST-ADDRESS GATEWAY DISTANCE
DAd 0.0.0.0/0 192.168.18.1 1
0 As 10.1.10.0/24 10.1.0.2 1
DAc 192.168.18.0/24 ether1 0
DAc 192.168.88.0/24 bridge 0
1 As 10.1.21.0/26 10.1.0.2 1
2 As 10.1.20.0/28 10.1.0.2 1
DAc 10.1.0.0/30 bridge 0
(I didn't add all static routes to the CRS VLANs yet)
[admin@MikroTik] > ip/dhcp-server/print
Columns: NAME, INTERFACE, ADDRESS-POOL, LEASE-TIME
# NAME INTERFACE ADDRESS-POOL LEASE-TIME
0 dhcp1 bridge dhcp_pool15 30m
[admin@MikroTik] > interface/bridge/port/print
Flags: I - INACTIVE; H - HW-OFFLOAD
Columns: INTERFACE, BRIDGE, HW, PVID, PRIORITY, PATH-COST, INTERNAL-PATH-COST, HO>
# INTERFACE BRIDGE HW PVID PRIORITY PATH-COST INTERNAL-PATH-COST HORIZ>
;;; defconf
0 IH ether2 bridge yes 1 0x80 10 10 none >
;;; defconf
1 IH ether3 bridge yes 1 0x80 10 10 none >
;;; defconf
2 IH ether4 bridge yes 1 0x80 10 10 none >
;;; defconf
3 IH sfp1 bridge yes 1 0x80 10 10 none >
4 H bonding1 bridge yes 1 0x80 10 10 none >
CRS:
[admin@MikroTik] > ip/address/print
Flags: S - SLAVE
Columns: ADDRESS, NETWORK, INTERFACE
# ADDRESS NETWORK INTERFACE
;;; Home
0 10.1.2.1/26 10.1.2.0 vlan2
;;; IoT
1 10.1.3.1/24 10.1.3.0 vlan3
;;; Proxmox
2 10.1.20.1/28 10.1.20.0 vlan20
;;; Home Multimedia
3 10.1.4.1/26 10.1.4.0 vlan4
;;; Home Servers
4 10.1.5.1/26 10.1.5.0 vlan5
;;; Home Lab
5 10.1.10.1/24 10.1.10.0 vlan10
;;; Testing
6 10.1.11.1/24 10.1.11.0 vlan11
;;; Home Lab Servers
7 10.1.21.1/26 10.1.21.0 vlan21
;;; Home Public Servers
8 10.1.22.1/28 10.1.22.0 vlan22
;;; Home Game Servers
9 10.1.23.1/28 10.1.23.0 vlan23
10 S 10.1.0.2/30 10.1.0.0 bonding1
[admin@MikroTik] > ip/route/print
Flags: D - DYNAMIC; A - ACTIVE; c - CONNECT, s - STATIC; H - HW-OFFLOADED
Columns: DST-ADDRESS, GATEWAY, DISTANCE
# DST-ADDRESS GATEWAY DISTANCE
0 AsH 0.0.0.0/0 10.1.0.1 1
DAcH 10.1.3.0/24 vlan3 0
DAcH 10.1.10.0/24 vlan10 0
DAcH 10.1.11.0/24 vlan11 0
DAcH 10.1.2.0/26 vlan2 0
DAcH 10.1.4.0/26 vlan4 0
DAcH 10.1.5.0/26 vlan5 0
DAcH 10.1.21.0/26 vlan21 0
DAcH 10.1.20.0/28 vlan20 0
DAcH 10.1.22.0/28 vlan22 0
DAcH 10.1.23.0/28 vlan23 0
DAcH 10.1.0.0/30 bridge1 0
[admin@MikroTik] > interface/bridge/port/print
Flags: I - INACTIVE; D - DYNAMIC; H - HW-OFFLOAD
Columns: INTERFACE, BRIDGE, HW, PVID, PRIORITY, HORIZON
# INTERFACE BRIDGE HW PVID PRIORITY HORIZON
0 H bonding1 bridge1 yes 1 0x80 none
1 Home bridge1 yes 2 0x80 none
2 IDH ether1 bridge1 yes 2 0x80 none
3 IDH ether2 bridge1 yes 2 0x80 none
4 IDH ether3 bridge1 yes 2 0x80 none
5 IDH ether4 bridge1 yes 2 0x80 none
6 IDH ether6 bridge1 yes 2 0x80 none
7 IDH ether7 bridge1 yes 2 0x80 none
8 Proxmox bridge1 yes 20 0x80 none
9 DH sfp-sfpplus2 bridge1 yes 20 0x80 none
10 Home Lab bridge1 yes 10 0x80 none
11 DH ether5 bridge1 yes 10 0x80 none