Hey folks,
im new here and also new to Mikrotik.
I configured my CRS125 with v. 6.38 so far and facing some issues here.
Bassically, I want to seperate in sum in 5 VLANs
110 Clients
210 Server
310 Media
410 Management
999 GuestWLAN
So far so good. I already implemented this and it seems to be working - I was not able to ping to clients connected to an port from another VLAN.
Now, I wanted to configure a DHCP Server based on each VLAN interface to serve a specific pool of IP addresses for each VLAN…from my POV, the DHCP configuration should be correct.
But I dont get a IP address for any reason… could you guys help me out here?
Thanks
Reacon
[admin@MikroTik] > interface ethernet switch vlan print
Flags: X - disabled, I - invalid, D - dynamic
# VLAN-ID PORTS SVL LEARN FLOOD INGRESS-MIRROR QOS-GROUP
0 110 e1-master-WAN no yes no no none
e5-BUERO1
e6-BUERO2
e7-BUERO3
e8-BUERO4
e9-BUERO5
e10-BUERO6
e11-WOHNZIMMER1
e13-KUECHE1
e15-KSZ1
e17-MSZ1
e19-MSZ3
1 210 e1-master-WAN no yes no no none
e2-RESERVED
e3-NAS
e4-FHEM
2 310 e1-master-WAN no yes no no none
e12-WOHNZIMMER2
e14-KUECHE2
e16-KSZ2
e18-MSZ2
e20-MSZ4
3 410 e1-master-WAN no yes no no none
switch1-cpu
4 999 e1-master-WAN no yes no no none
e23-WLANAP1
e24-WLANAP2
switch1-cpu
5 D 4095 sfp1-TRUNK no no no no none
switch1-cpu
[admin@MikroTik] > interface vlan print
Flags: X - disabled, R - running, S - slave
# NAME MTU ARP VLAN-ID INTERFACE
0 R ClientVLAN110 1500 enabled 110 e1-master-WAN
1 R ManagementVLAN410 1500 enabled 410 e1-master-WAN
2 R MediaVLAN310 1500 enabled 310 e1-master-WAN
3 R ServerVLAN210 1500 enabled 210 e1-master-WAN
[admin@MikroTik] /ip> dhcp-client print
Flags: X - disabled, I - invalid
# INTERFACE USE-PEER-DNS ADD-DEFAULT-ROUTE STATUS ADDRESS
0 e1-master-WAN yes yes bound 192.168.0.174/24
[admin@MikroTik] > ip dhcp-server print
Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 dhcp1 ServerVLAN210 dhcp_pool10 10m
1 dhcp2 ClientVLAN110 dhcp_pool11 10m
[admin@MikroTik] /ip pool> print
# NAME RANGES
0 dhcp_pool1 192.168.11.2-192.168.11.254
1 dhcp_pool2 192.168.21.2-192.168.21.254
2 dhcp_pool3 192.168.31.2-192.168.31.254
3 dhcp_pool4 10.10.11.50-10.10.11.200
4 dhcp_pool10 10.10.21.2-10.10.21.254
5 dhcp_pool11 10.10.11.2-10.10.11.254
6 vpn 192.168.89.2-192.168.89.255
[admin@MikroTik] > interface ethernet switch ingress-vlan-translation print
Flags: X - disabled, I - invalid, D - dynamic
0 ports=e5-BUERO1,e6-BUERO2,e7-BUERO3,e8-BUERO4,e10-BUERO6,e11-WOHNZIMMER1,e13-KUECHE1,e15-KSZ1,e17-MSZ1,e19-MSZ3 service-vlan-format=any customer-vlan-format=any
new-customer-vid=110 pcp-propagation=no sa-learning=yes
1 ports=e2-RESERVED,e3-NAS,e4-FHEM service-vlan-format=any customer-vlan-format=any new-customer-vid=210 pcp-propagation=no sa-learning=yes
2 ports=e12-WOHNZIMMER2,e14-KUECHE2,e16-KSZ2,e18-MSZ2,e20-MSZ4 service-vlan-format=any customer-vlan-format=any new-customer-vid=310 pcp-propagation=no sa-learning=yes
3 D ports=sfp1-TRUNK service-vlan-format=any customer-vlan-format=any new-customer-vid=4095 pcp-propagation=no sa-learning=no
[admin@MikroTik] > interface ethernet switch egress-vlan-tag print
Flags: X - disabled, I - invalid, D - dynamic
# VLAN-ID TAGGED-PORTS
0 110 e1-master-WAN
1 210 e1-master-WAN
2 310 e1-master-WAN
3 410 e1-master-WAN
switch1-cpu
4 999 e1-master-WAN
switch1-cpu
5 D 4095
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 10.10.41.1/24 10.10.41.0 ManagementVLAN410
1 10.10.21.1/24 10.10.21.0 ServerVLAN210
2 10.10.31.1/24 10.10.31.0 MediaVLAN310
3 10.10.11.1/24 10.10.11.0 ClientVLAN110
4 10.10.11.1/24 10.10.11.0 sfp1-TRUNK
5 D 192.168.0.174/24 192.168.0.0 e1-master-WAN