Is it possible to put non-mikrotik clinets on same iprange??

Im using eoip and bridge so that all my mikrotik clients can have the same iprange.

How can i add a non-mikrotik router so that is also can use the iprange?

My setup is like this.

Mirkotik RB 1
Bridge 1 = 172.19.85.201
wlan 1 = 10.0.0.1
wlan 2 = 10.0.1.1
eth1 = disabled
eth2 = no ip

interfaces in bridge is =
eoip1
eoip2
eth2


Mikrotik RB 2
Bridge 1 = 172.19.85.202
wlan 1 = 10.0.0.2
eth 1 = no ip
wlan2 = no ip

interface in bridge is =
eoip1
eth1
wlan2




All the computers that connect will use 172.19.85.0/24 as iprange

But ifi want to connect another mikrotik RB then i will have to change Mikrotik RB2 to this..

Mikrotik RB 2
Bridge 1 = 172.19.85.202
wlan 1 = 10.0.0.2
eth 1 = no ip
wlan2 = 10.1.1.1

interface in bridge is =
eoip1
eth1


New Mikrotik RB

Bridge 1 = 172.19.85.203
wlan 1 = 10.1.1.2
eth 1 = no ip

interface in bridge is =
eoip1
eth1

Then non-mikrotik clients such as senao and laptops wont be able to use the 172.19.85.0/24 ip range.

What can i do???