DHCP Server

Hey all …
I just want to know. Can I setup multiple networks in DHCP server on single interface ???
OS Version: 3.20

Regards

No. “The router supports an individual server for each Ethernet-like interface.”

Taken from: http://www.mikrotik.com/testdocs/ros/3.0/pnp/dhcp.php

But you can segment your network so that a single dhcp-server hosts multiple ip pools.

Cheers.

of course you can. with static leases you can do almost anything you want =) and the server will distribute IPs from a pool to unknown clients

1 interface = 1 dhcp server
1 dhcp server = ~ networks

Cheers.