Hi, every body.
I have some problem. I don’t know my set up. Is correct??
I want to that result.
I set up in "/ip address.
10.10.10.1/30 lan pc-client: ip address 10.10.10.2 gateway 10.10.10.1 (By Dhcp server)
10.10.10.5/30 lan pc-client: ip address 10.10.10.6 gateway 10.10.10.5 (By Dhcp server)
10.10.10.9/30 lan pc-client: ip address 10.10.10.10 gateway 10.10.10.9 (By Dhcp server)
|
and so forth
so, I set up in " /ip dhcp-server".
/ip dhcp-server
add address-pool=dhcp_pool1 authoritative=after-2sec-delay
bootp-support=static disabled=no interface=wan1 lease-time=3d
name=“server1”
/ip dhcp-server network
add address=10.10.10.0/30 comment=“” gateway=10.10.10.1 netmask=30
add address=10.10.10.4/30 comment=“” gateway=10.10.10.5 netmask=30
add address=10.10.10.8/30 comment=“” gateway=10.10.10.9 netmask=30
add address=10.10.10.12/30 comment=“” gateway=10.10.10.13 netmask=30
Set up in " /ip pool ".
/ip pool
add name=“dhcp_pool5” next-pool=dhcp_pool6 ranges=10.10.10.18
add name=“dhcp_pool4” next-pool=dhcp_pool5 ranges=10.10.10.14
add name=“dhcp_pool3” next-pool=dhcp_pool4 ranges=10.10.10.10
add name=“dhcp_pool2” next-pool=dhcp_pool3 ranges=10.10.10.6
add name=“dhcp_pool1” next-pool=dhcp_pool2 ranges=10.10.10.2
I set up that. Can I get that result? Is that I want??
or
How do set up ? Does that have some problem??
And, I want to ask question. What is the mean about " next-pool "?
Thank you everyone.