Bridge subdomains in Mikrotik -


can give me mikrotik 101 lecture on bridging multiple subdomains computer 192.168.1.* subdomain access shared resource on 192.168.2.*. subdomain?

i have tried number of tutorials, in addition trial , error methods, no avail.thanks in advance.

it looks don't want bridge, route networks 192.168.1.0/24 , 192.168.2.0/24.

consider following computer a: 192.168.1.1/24 connected mikrotik/ether1/ip:192.168.1.254/24 computer b: 192.168.2.1/24 connected mikrotik/ether2/ip:192.168.2.254/24

if add following routes:

  • on computer (windows syntax, need elevation on latest windows): route add 192.168.2.0 mask 255.255.255.0 192.168.1.254
  • on computer b (windows syntax, need elevation on latest windows): route add 192.168.1.0 mask 255.255.255.0 192.168.2.254

then , b able communicate (ping, access ressources, etc.).


Comments

Popular posts from this blog

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -

javascript - oscilloscope of speaker input stops rendering after a few seconds -