Hello everyone,
I am new to MikroTik, and have basic networks know-how
I have tried to reproduce the example from the manual
https://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Relay
but instead of one router as DHCP-Relay and another as DHCP-Server, the two networks conected to the DHCP-Relay are two VLANs in the same DHCP-Server.
Here is my configuration
Interfaces:
[admin@VdP4071] /ip dhcp-relay> /interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU
0 R ether1 ether 1500 1600 4076
1 R ether2 ether 1500 1598 2028
2 ether3 ether 1500 1598 2028
3 ether4 ether 1500 1598 2028
4 R ether5-Management ether 1500 1598 2028
5 X wlan1 wlan 1500 1600 2290
6 R General vlan 1500 1594
7 R Contaduria vlan 1500 1594
admin@VdP4071] > /ip address
[admin@VdP4071] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 192.168.0.2/24 192.168.0.0 ether3
1 192.168.100.0/24 192.168.100.0 ether2
2 192.168.88.1/24 192.168.88.0 ether5-Management
3 D 190.192.187.201/24 190.192.187.0 ether1
4 192.16.30.1/24 192.16.30.0 Contaduria
5 192.168.1.1/24 192.168.1.0 General
DHCP Servers:
[admin@VdP4071] /ip address> /ip dhcp-server
[admin@VdP4071] /ip dhcp-server> print
Flags: D - dynamic, X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 dhcp1 ether5-Man... *2 10m
1 dhcp2 ether2 192.168.1.1 pool1 10m
The problem is, when connecting a PC to the VLAN, it does not get IP address
I don't find anything wrong in this configuration, I mean, its a copy from the manual example.
Maybe what I want to do is not posible?
Thank you in advance,
Julio