Hi !
I need to configure dhcp with different gates for office clients.
Current config with mikrotik CCR1036 as default router:
Mikrotik CCR1036-12G-4S 3.10
LAN 192.168.0.0 /255.255.255.0
GW: 192.168.0.15
Client’s adresses
192.168.0.1-255 static, sorted by localiations, with descriptions
(but range 192.168.0.180-199 dynamic for new clients)
I need that some clients with static ip should have 192.168.0.7 as gate.
Clients should have same network due to sharing printers and resources.
It’s easy to set when configure PC network cards, but how to do it with mikrotik?
DHCP ? Subnet ? Mangle on firewall ?
Cufrrent cfg:
/ip address>
add address=192.168.0.15/24
comment=LAN_0.0
interface=ether10
network=192.168.0.0
/ip dhcp-server network
add address=192.168.0.0/24
dns-server=192.168.0.15,192.168.0.7,x.y.w.z
domain=a.domain.xx
gateway=192.168.0.15
/ip dhcp-server
add address-pool=dhcp_pool_0_180_199
disabled=no
interface=ether10
lease-time=23h59m59s
name=dhcp10
TIA