Community discussions

MikroTik App
 
zippel
newbie
Topic Author
Posts: 36
Joined: Sun Apr 23, 2017 1:55 pm

Have a problem with configuration

Mon Jan 22, 2018 6:47 pm

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.
 
User avatar
lbachero
newbie
Posts: 38
Joined: Wed Oct 08, 2014 4:39 pm
Location: Dublin
Contact:

Re: Have a problem with configuration

Mon Jan 22, 2018 7:02 pm

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.
 
zippel
newbie
Topic Author
Posts: 36
Joined: Sun Apr 23, 2017 1:55 pm

Re: Have a problem with configuration

Mon Jan 22, 2018 7:10 pm

I've only one free LAN port on the main router.. not fully understand what you mean(
 
User avatar
lbachero
newbie
Posts: 38
Joined: Wed Oct 08, 2014 4:39 pm
Location: Dublin
Contact:

Re: Have a problem with configuration

Mon Jan 22, 2018 7:26 pm

Can you describe your network?

What are the models of routers?
How many ports they have?



Regards,
Leandro de Lima Camargo

 
zippel
newbie
Topic Author
Posts: 36
Joined: Sun Apr 23, 2017 1:55 pm

Re: Have a problem with configuration

Tue Jan 23, 2018 2:58 am

/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
 
jermyn
just joined
Posts: 1
Joined: Tue Jan 23, 2018 10:02 am

Re: Have a problem with configuration

Tue Jan 23, 2018 10:22 am

Hi House, Please i need help configuring my Mikrotik router.

Who is online

Users browsing this forum: KozmoNaut, Stevenbull88 and 32 guests