Hi there- I’m pretty new to Mikrotik. I work for an internet company and we offer a service where customers sign a contract and we provide gear and services for free WiFi at that location in return for on-site advertisement.
The set up will be the main radio on the roof > connected to an ES10-XP > connected to our Mikrotik HAPac2
I’m wanting ether1 to be the Public WAN interface that gets DHCP from our server to provide their personal internet.
Then we’re wanting ether2 to be the Public WAN interface that gets DHCP from our server to provide the free internet to the location.
They need to be separate IP addresses that our DHCP server provides. Our system works by authentication- we put the MAC address of the device into their account- our DHCP server assigns the public IP we assign the gear in the account.
I’ve tried setting both ether1 and ether2 up for DHCP, and authenticating the MAC addresses from each port into our system so they can be assigned DHCP.
However, only ether1 gets a DHCP address and I cannot figure out how to get ether2 to ALSO get a DHCP address.
It seems like our DHCP server is only seeing the main ether1 MAC address and not providing DHCP to he ether2 MAC address.
If this makes sense- is this even possible?