Page 1 of 1
Have a problem with configuration
Posted: Mon Jan 22, 2018 6:47 pm
by zippel
I've main router with default sub lan 192.168.88.1/24 and today I wanna tried to configure second router. But problem it's a same dhcp settings in both routers. How I can connect second via first router and use same settings. I need do this becasue I can't disable any machine or router.
Re: Have a problem with configuration
Posted: Mon Jan 22, 2018 7:02 pm
by lbachero
If you want to use the second router in the same subnet, you need to put the second router as a bridge device.
I don't know which router you have but the basic is put an IP address from the subnet (192.168.88.0/24) on it, disable DHCP server and connect the cable to LAN port.
Re: Have a problem with configuration
Posted: Mon Jan 22, 2018 7:10 pm
by zippel
I've only one free LAN port on the main router.. not fully understand what you mean(
Re: Have a problem with configuration
Posted: Mon Jan 22, 2018 7:26 pm
by lbachero
Can you describe your network?
What are the models of routers?
How many ports they have?
Regards,
Leandro de Lima Camargo
Re: Have a problem with configuration
Posted: Tue Jan 23, 2018 2:58 am
by zippel
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.1 gateway=192.168.88.1 \
netmask=24
/ip address
add address=192.168.88.1/24 comment=defconf interface=BRIDGE network=\
192.168.88.0
/interface bridge port
add bridge=BRIDGE interface=LAN-MASTER
add bridge=BRIDGE interface=WLAN
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp authoritative=after-2sec-delay disabled=no interface=\
BRIDGE name=defconf
/interface ethernet
set [ find default-name=ether2 ] advertise=100M-full name=LAN-MASTER \
rx-flow-control=on tx-flow-control=on
set [ find default-name=ether3 ] advertise=100M-full master-port=LAN-MASTER \
name=LAN-SLAVE rx-flow-control=on tx-flow-control=on
set [ find default-name=ether1 ] advertise=100M-full full-duplex=no name=WAN \
rx-flow-control=on tx-flow-control=on
set [ find default-name=ether4 ] disabled=yes
only ether4 is empty slot
Re: Have a problem with configuration
Posted: Tue Jan 23, 2018 10:22 am
by jermyn
Hi House, Please i need help configuring my Mikrotik router.