Problem: DHCP will not assign an IP address
The router can access the internet from the terminal; a simple ping of google.com resolves the url and shows a timed response. I was also able to download and install 6.38.1
Can anyone give me some pointers? I have embarrassingly spent hours on this

Code: Select all
[admin@MikroTik] > /ip dhcp-server network print
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DOMAIN
0 0.0.0.0/0 0.0.0.0
1 192.0.0.0/8 192.168.88.1
2 192.168.2.0/24 192.168.2.1 8.8.8.8
8.8.4.4
3 192.168.88.0/24 192.168.88.1
Code: Select all
[admin@MikroTik] > /ip dhcp-server print
Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 dhcp1 ether2-LAN dhcp_pool1 10m
Code: Select all
[admin@MikroTik] /ip pool> print
# NAME RANGES
0 dhcp_pool1 192.168.2.2-192.168.2.254
Code: Select all
[admin@MikroTik] /interface> ethernet print
Flags: X - disabled, R - running, S - slave
# NAME MTU MAC-ADDRESS ARP MASTER-PORT SWITCH
0 R ether1-WAN 1500 E4:8D:8C:A6:BD:AB enabled none switch1
1 R ether2-LAN 1500 E4:8D:8C:A6:BD:AC enabled none switch1
2 S ether3 1500 E4:8D:8C:A6:BD:AD enabled ether1-WAN switch1
3 S ether4 1500 E4:8D:8C:A6:BD:AE enabled ether1-WAN switch1
4 S ether5 1500 E4:8D:8C:A6:BD:AF enabled ether1-WAN switch1
5 S ether6 1500 E4:8D:8C:A6:BD:B0 enabled ether1-WAN switch1
6 S ether7 1500 E4:8D:8C:A6:BD:B1 enabled ether1-WAN switch1
7 S ether8 1500 E4:8D:8C:A6:BD:B2 enabled ether1-WAN switch1
8 S ether9 1500 E4:8D:8C:A6:BD:B3 enabled ether1-WAN switch1
9 S ether10 1500 E4:8D:8C:A6:BD:B4 enabled ether1-WAN switch1
10 S ether11 1500 E4:8D:8C:A6:BD:B5 enabled ether1-WAN switch1
11 S ether12 1500 E4:8D:8C:A6:BD:B6 enabled ether1-WAN switch1
12 S ether13 1500 E4:8D:8C:A6:BD:B7 enabled ether1-WAN switch1
13 S ether14 1500 E4:8D:8C:A6:BD:B8 enabled ether1-WAN switch1
14 S ether15 1500 E4:8D:8C:A6:BD:B9 enabled ether1-WAN switch1
15 S ether16 1500 E4:8D:8C:A6:BD:BA enabled ether1-WAN switch1
16 S ether17 1500 E4:8D:8C:A6:BD:BB enabled ether1-WAN switch1
17 S ether18 1500 E4:8D:8C:A6:BD:BC enabled ether1-WAN switch1
18 S ether19 1500 E4:8D:8C:A6:BD:BD enabled ether1-WAN switch1
19 S ether20 1500 E4:8D:8C:A6:BD:BE enabled ether1-WAN switch1
20 S ether21 1500 E4:8D:8C:A6:BD:BF enabled ether1-WAN switch1
21 S ether22 1500 E4:8D:8C:A6:BD:C0 enabled ether1-WAN switch1
22 S ether23 1500 E4:8D:8C:A6:BD:C1 enabled ether1-WAN switch1
23 S ether24 1500 E4:8D:8C:A6:BD:C2 enabled ether1-WAN switch1
24 S sfp1 1500 E4:8D:8C:A6:BD:C3 enabled ether1-WAN switch1