Hi!
I am having issues with getting my end devices properly established in their VLANs.
the router and CRS are able to ping each other using their VLAN IP but whenever I connect a system to an access port on the CRS I am not able to pull an IP through DHCP, even with a static IP I am not able to ping the router.
currently I am trying to figure out what I am doing wrong, once VLAN2 is properly setup I plan on making the port a Trunk port for other VLANS
My goal for now is to have VLAN2 properly set up, providing IPs through DHCP and have the nodes be able to access the internet.
I do have other VLAN interfaces added but they can be ignored, I will have them properly configured once I find where my mistake(s) are.
Below is the configuration I have on my Router and CRS.
If you need additional output please let me know and I will provide it.
Router Ethernet2 connects to CRS
CRS Ethernet1 connects to Router
Router
[admin@MikroTik] > /interface/export
# 2025-12-01 11:49:05 by RouterOS 7.19.4
# software id = KR4R-W8P8
#
# model = RB5009UG+S+
# serial number = HFF093ZCWJ6
/interface bridge
add admin-mac=78:9A:18:CD:F5:7D auto-mac=no comment=defconf ingress-filtering=no name=bridge vlan-filtering=yes
/interface ethernet
set [ find default-name=ether2 ] comment="to CRS"
/interface vlan
add interface=bridge name=vlan2 vlan-id=2
add interface=ether2 name=vlan27 vlan-id=27
add interface=ether2 name=vlan100 vlan-id=100
add interface=ether2 name=vlan777 vlan-id=777
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether2 tag-stacking=yes
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=sfp-sfpplus1
/interface bridge vlan
add bridge=bridge tagged=ether2 vlan-ids=777
add bridge=bridge tagged=ether2,bridge vlan-ids=2
add bridge=bridge tagged=ether2 vlan-ids=27
add bridge=bridge comment="access port sofr vlan 1" untagged=ether3,ether4,ether5,ether6,ether7,ether8 vlan-ids=1
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
[admin@MikroTik] >
DHCP server
[admin@MikroTik] /ip> dhcp-server/ export
# 2025-12-01 12:05:42 by RouterOS 7.19.4
# software id = KR4R-W8P8
#
# model = RB5009UG+S+
# serial number = HFF093ZCWJ6
/ip dhcp-server
add address-pool=dhcp interface=bridge name=defconf
add address-pool=VLAN2POOL interface=vlan2 name=VLAN2DHCP
add address-pool=VLAN27POOL interface=vlan27 name=VLAN27DHCP
add interface=vlan777 name=VLAN777DHCP
# No IP address on interface
add interface=vlan100 name=VLAN100DHCP
/ip dhcp-server network
add address=10.1.1.0/24 comment=defconf dns-server=10.1.1.1 gateway=10.1.1.1 netmask=24
add address=10.1.2.0/26 comment=vlan777 dns-server=10.1.2.1 gateway=10.1.2.1 netmask=26
add address=10.1.3.0/24 comment=vlan2 dns-server=8.8.8.8 gateway=10.1.3.1 netmask=24
add address=10.1.4.0/24 comment=VLAN27 dns-server=10.1.4.1 gateway=10.1.4.1 netmask=24
[admin@MikroTik] /ip>
DHCP pool
[admin@MikroTik] /ip> pool/ export
# 2025-12-01 12:07:11 by RouterOS 7.19.4
# software id = KR4R-W8P8
#
# model = RB5009UG+S+
# serial number = HFF093ZCWJ6
/ip pool
add name=dhcp ranges=10.1.1.2-10.1.1.250
add name=VLAN2POOL ranges=10.1.3.2-10.1.3.250
add name=VLAN777POOL ranges=10.1.2.2-10.1.2.62
add name=VLAN27POOL ranges=10.1.4.2-10.1.4.250
[admin@MikroTik] /ip>
Router Firewall
[admin@MikroTik] /interface/bridge> /ip firewall filter print
Flags: X - disabled, I - invalid; D - dynamic
0 D ;;; special dummy rule to show fasttrack counters
chain=forward action=passthrough
1 ;;; defconf: accept established,related,untracked
chain=input action=accept connection-state=established,related,untracked
2 ;;; defconf: drop invalid
chain=input action=drop connection-state=invalid
3 ;;; defconf: accept ICMP
chain=input action=accept protocol=icmp
4 ;;; defconf: accept to local loopback (for CAPsMAN)
chain=input action=accept dst-address=127.0.0.1
5 ;;; defconf: drop all not coming from LAN
chain=input action=drop in-interface-list=!LAN
6 ;;; defconf: accept in ipsec policy
chain=forward action=accept ipsec-policy=in,ipsec
7 ;;; defconf: accept out ipsec policy
chain=forward action=accept ipsec-policy=out,ipsec
8 ;;; defconf: fasttrack
chain=forward action=fasttrack-connection hw-offload=yes connection-state=established,related
9 ;;; defconf: accept established,related, untracked
chain=forward action=accept connection-state=established,related,untracked
-- [Q quit|D dump|down]
CRS
[admin@MikroTik] > /interface export
# dec/01/2025 11:50:54 by RouterOS 6.49.19
# software id = E14I-HNQS
#
# model = CRS326-24G-2S+
# serial number = 94560B834CAD
/interface bridge
add admin-mac=C4:AD:34:1B:05:25 auto-mac=no comment=defconf name=bridge vlan-filtering=yes
/interface vlan
add interface=bridge name=Production vlan-id=100
add interface=bridge name=test_env vlan-id=27
add interface=bridge name=vlan2 vlan-id=2
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=yes interface=ether1 tag-stacking=yes
add bridge=bridge comment=defconf interface=ether2 pvid=2
add bridge=bridge comment=defconf interface=ether3 pvid=2
add bridge=bridge comment=defconf interface=ether4 pvid=2
add bridge=bridge comment=defconf interface=ether5 pvid=2
add bridge=bridge comment=defconf interface=ether6 pvid=2
add bridge=bridge comment=defconf interface=ether7 pvid=2
add bridge=bridge comment=defconf interface=ether8 pvid=2
add bridge=bridge comment=defconf interface=ether9
add bridge=bridge comment=defconf interface=ether10
add bridge=bridge comment=defconf interface=ether11
add bridge=bridge comment=defconf interface=ether12
add bridge=bridge comment=defconf interface=ether13
add bridge=bridge comment=defconf interface=ether14
add bridge=bridge comment=defconf interface=ether15
add bridge=bridge comment=defconf interface=ether16
add bridge=bridge comment=defconf interface=ether17
add bridge=bridge comment=defconf interface=ether18
add bridge=bridge comment=defconf interface=ether19
add bridge=bridge comment=defconf interface=ether20
add bridge=bridge comment=defconf interface=ether21
add bridge=bridge comment=defconf interface=ether22
add bridge=bridge comment=defconf interface=ether23
add bridge=bridge comment=defconf interface=ether24
add bridge=bridge comment=defconf interface=sfp-sfpplus1
add bridge=bridge comment=defconf interface=sfp-sfpplus2
/interface bridge vlan
add bridge=bridge disabled=yes tagged=bridge untagged=ether3,ether2,ether4,ether5,ether6 vlan-ids=100
add bridge=bridge tagged=ether1,bridge untagged=ether3,ether8,ether2,ether4,ether5,ether6,ether7 vlan-ids=2
/interface list member
add interface=ether1 list=WAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=ether6 list=LAN
add interface=ether7 list=LAN
add interface=ether8 list=LAN
add interface=ether9 list=LAN
add interface=ether10 list=LAN
add interface=ether11 list=LAN
add interface=ether12 list=LAN
add interface=ether13 list=LAN
add interface=ether14 list=LAN
add interface=ether15 list=LAN
add interface=ether16 list=LAN
add interface=ether17 list=LAN
add interface=ether18 list=LAN
add interface=ether19 list=LAN
add interface=ether20 list=LAN
add interface=ether21 list=LAN
add interface=ether22 list=LAN
add interface=ether23 list=LAN
add interface=ether24 list=LAN
add interface=sfp-sfpplus1 list=LAN
add interface=sfp-sfpplus2 list=LAN
add interface=Production list=LAN
[admin@MikroTik] >
