Hello,
Why are my clients getting the correct IP of 10.2.x.x/16 from the Terminal-C IP POOL then get re-assigned a 10.1.x.x IP from a pool (concourse) that is disabled?
The output of a host attached is below:
A 14:10:9F:E0:51:83 10.2.128.24 10.1.128.16
Here is my config:
ip dhcp-server
/ip dhcp-server> pri
Flags: X - disabled, I - invalid
NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 X concourse hotspot-bridge 255.255.255.255 concourse 1h
1 Terminal-C-DHCPServer Terminal-C-Bridge 255.255.255.255 Terminal-C-Pool 1h
/ip dhcp-server> export
/ip dhcp-server
add address-pool=concourse authoritative=after-2sec-delay bootp-support=static disabled=yes interface=hotspot-bridge lease-time=1h name=concourse relay=255.255.255.255
add address-pool=Terminal-C-Pool authoritative=after-2sec-delay bootp-support=static disabled=no interface=Terminal-C-Bridge lease-time=1h name=Terminal-C-DHCPServer
relay=255.255.255.255
/ip dhcp-server config
set store-leases-disk=5m
/ip dhcp-server network
add address=10.1.0.0/16 dhcp-option="" dns-server=10.1.0.2 gateway=10.1.0.2 ntp-server="" wins-server=""
add address=10.2.0.0/16 comment="hotspot network" dhcp-option="" dns-server=10.2.0.2 gateway=10.2.0.2 ntp-server="" wins-server=""
How is this possible? Make it stop!!!! ![]()