I have tried to:
1. Create 3 different IP pools and then
2. Create 3 DHCP servers to use those pools (respectfully) asigning them to different ports
with no luck
In code:
1. /ip pool
Code: Select all
add name="LAN" ranges=192.168.1.1-192.168.1.50
add name="LAN-AP" ranges=192.168.1.100-192.168.1.150
add name="Guest-AP" ranges=192.168.1.200-192.168.1.250
Code: Select all
add name="DHCP_LAN" address-pool=LAN interface=eth2-LAN lease-time=3d
add name="DHCP_LAN-AP" address-pool=LAN-AP interface=eth3-LAN-AP lease-time=12h
add name="DHCP_Guest-AP" address-pool=Guest-AP interface=eth4-Guest-AP lease-time=2h
I'm just learning this stuff... What am I doing wrong?
Thanks in advance,
Penguin