Anyone a idea why my dhcp-server on vlan 201 doesn't work. Also on other vlans it doesn't work.
I want to plugin my laptop on Ether 9 (Vlan 201) and get an ip from the dhcp server
Its a CRS326-24G-2S+ that act as a router (yes i know
) and switch.
I want to plugin my laptop on Ether 9 (Vlan 201) and get an ip from the dhcp server
Its a CRS326-24G-2S+ that act as a router (yes i know

Code:
[admin@MikroTik] > export# 2025-03-11 11:33:21 by RouterOS 7.18# software id = R1M2-WJL4## model = CRS326-24G-2S+/interface bridgeadd name=bridge1 vlan-filtering=yes/interface vlanadd interface=bridge1 name="vlan guest" vlan-id=209add interface=bridge1 name="vlan iot" vlan-id=201add interface=bridge1 name="vlan lan" vlan-id=200add interface=bridge1 name="vlan mgmt" vlan-id=99/interface listadd name=WANadd name=LAN/ip pooladd name=dhcp ranges=192.168.22.2-192.168.22.254add name=dhcp_pool1 ranges=10.0.11.2-10.0.11.254add name=dhcp_pool2 ranges=10.0.10.2-10.0.10.254add name=dhcp_pool3 ranges=10.0.12.2-10.0.12.254add name=dhcp_pool4 ranges=10.0.99.2-10.0.99.254/ip dhcp-serveradd address-pool=dhcp interface=bridge1 name="dhcp bridge"add address-pool=dhcp_pool1 interface="vlan iot" name="dhcp iot" relay=\ 10.0.11.1add address-pool=dhcp_pool2 interface="vlan guest" name="dhcp guest" relay=\ 10.0.10.1add address-pool=dhcp_pool3 interface="vlan lan" name="dhcp lan" relay=\ 10.0.12.1add address-pool=dhcp_pool4 interface="vlan mgmt" name=dhcp1 relay=10.0.99.1/portset 0 name=serial0/user groupadd name=api policy="read,api,!local,!telnet,!ssh,!ftp,!reboot,!write,!policy,!t\ est,!winbox,!password,!web,!sniff,!sensitive,!romon,!rest-api"/interface bridge portadd bridge=bridge1 interface=ether2add bridge=bridge1 interface=ether3add bridge=bridge1 interface=ether4add bridge=bridge1 interface=ether5add bridge=bridge1 interface=ether6add bridge=bridge1 interface=ether7add bridge=bridge1 interface=ether8add bridge=bridge1 interface=ether9 pvid=201add bridge=bridge1 interface=ether10add bridge=bridge1 interface=ether11add bridge=bridge1 interface=ether12add bridge=bridge1 interface=ether13add bridge=bridge1 interface=ether14add bridge=bridge1 interface=ether15add bridge=bridge1 interface=ether16add bridge=bridge1 interface=ether17add bridge=bridge1 interface=ether18add bridge=bridge1 interface=ether19add bridge=bridge1 interface=ether20add bridge=bridge1 interface=ether21add bridge=bridge1 interface=ether22add bridge=bridge1 interface=ether23add bridge=bridge1 interface=ether24 pvid=99add bridge=bridge1 interface=sfp-sfpplus1add bridge=bridge1 interface=sfp-sfpplus2/ip neighbor discovery-settingsset discover-interface-list=LAN/interface bridge vlanadd bridge=bridge1 tagged=bridge1 untagged=ether9 vlan-ids=201add bridge=bridge1 tagged=bridge1 untagged=ether24 vlan-ids=99add bridge=bridge1 tagged=bridge1 vlan-ids=200add bridge=bridge1 tagged=bridge1 vlan-ids=209add bridge=bridge1 untagged=bridge1 vlan-ids=1/interface list memberadd interface=ether1 list=WANadd interface=bridge1 list=LAN/ip addressadd address=192.168.22.1/24 interface=bridge1 network=192.168.22.0add address=10.0.10.1/24 interface="vlan guest" network=10.0.10.0add address=10.0.11.1/24 interface="vlan iot" network=10.0.11.0add address=10.0.12.1/24 interface="vlan lan" network=10.0.12.0add address=10.0.99.1/24 interface="vlan mgmt" network=10.0.99.0/ip cloudset ddns-enabled=yes/ip dhcp-clientadd interface=ether1/ip dhcp-server networkadd address=0.0.0.0/24 dns-server=0.0.0.0 gateway=0.0.0.0 netmask=24add address=10.0.10.0/24 dns-server=10.0.10.1 gateway=10.0.10.1add address=10.0.11.0/24 dns-server=10.0.11.1 gateway=10.0.11.1add address=10.0.12.0/24 dns-server=10.0.12.1 gateway=10.0.12.1add address=10.0.99.0/24 dns-server=10.0.99.1 gateway=10.0.99.1add address=192.168.22.0/24 dns-server=192.168.22.1 gateway=192.168.22.1 \ netmask=24/ip dnsset allow-remote-requests=yes servers=8.8.8.8/ip firewall address-listadd address=10.0.10.0/24 list=UserNetworkadd address=10.0.11.0/24 list=UserNetworkadd address=10.0.12.0/24 list=UserNetwork/ip firewall filteradd action=accept chain=input comment=\ "defconf: accept established,related,untracked" connection-state=\ established,related,untrackedadd action=drop chain=input comment="defconf: drop invalid" connection-state=\ invalidadd action=accept chain=input comment="accept webmanagement" dst-port=80,8291 \ in-interface-list=WAN protocol=tcp src-address-list=ITNadd action=accept chain=input dst-port=8291 in-interface-list=WAN protocol=tcpadd action=accept chain=input comment="defconf: accept ICMP" in-interface-list=\ !WAN protocol=icmpadd action=accept chain=input comment="vlan accept" in-interface="vlan iot"add action=drop chain=forward comment="drop to management vlan" dst-address=\ 10.0.99.0/24 src-address-list=UserNetworkadd action=drop chain=input comment="defconf: drop all not coming from LAN" \ in-interface-list=!LANadd action=fasttrack-connection chain=forward comment="defconf: fasttrack" \ connection-state=established,related hw-offload=yesadd action=accept chain=forward comment=\ "defconf: accept established,related,untracked" connection-state=\ established,related,untrackedadd action=drop chain=forward comment="defconf: drop invalid" connection-state=\ invalidadd action=drop chain=forward comment=\ "defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \ connection-state=new in-interface-list=WAN/ip firewall natadd action=masquerade chain=srcnat out-interface-list=WAN/system clockset time-zone-name=Europe/Amsterdam/system noteset show-at-login=no/system routerboard settingsset auto-upgrade=yes enter-setup-on=delete-key
Statistics: Posted by gjniewenhuijse — Tue Mar 11, 2025 12:38 pm