Hello, i am a newbie in networking and from Germany, so exuse my english =)
Today i have bought a RB750 hex, because i have read in the internet that i can connect two networks with this router. But how to configure?
My configuration:
I have 2 networks with separate internet connection. The first network (192.168.1.0/24) is made by a fritzbox 7490 (DHCP). The secons network (192.168.100.0/24) is made by a zyxel router (DHCP).
I want that all PCs from one network can talk to each other PCs from the other network (PC1 to PC2 in figure). So i connected the two WLAN-Routers over LAN with the Mikrotik router (RB750hex).
If you configure it as in the image, you need to create static routes in Fritzbox and Zyxel.
RB750 should have similar IP:
192.168.1.X (ideal static IP, excluded from DHCP) on the interface connected to Fritzbox, eg 192.168.1.2
192.168.100.X (ideal static IP, excluded from DHCP) on the interface connected to Zyxel, eg 192.168.100.2
The routes to be created are:
In Fritzbox:
192.168.100.0/24 → 192.168.1.2 (Assuming this IP in RB750)
In Zyxel:
192.168.1.0/24 → 192.168.100.2 (Assuming this IP in RB750)
You will probably need to mask traffic in both directions (NAT masquerade).
It would be perfect to create networks with different IP ranges, between Fritzbox and RB750 and between Zyxel and RB750, so that no masking is required, just routing.
Thank you for yor fast and helpful answer!
So i added the routes in the Fritzbox and the Zyxel, but i think there is a configuration error in the RB750, because i still can not connect to the other network.
Hm maybe i don’t know HOW to connect with the other network?
I mean ip address for ether3 it should be 192.168.1.2/24 ( netmask 255.255.255.0, network 192.168.1.0 ) not 192.168.1.2/32 ( meaning netmask 255.255.255.255 ); same for ether4 MuM. It reflects in ip route print as well
Open Ip → addresses and make coresponding changes and try again. Any change ?
Can you ping from RB to Fritzbox and Zyxel IPs?
Can you ping from RB to client connected to Fritzbox?
Can you ping from RB to client connected to Zyxel?
Can you ping from PC connected to Fritzbox to RB(192.168.1.2)?
Can you ping from PC connected to Zyxel to RB(192.168.100.2)?
It’s posible that Fritzbox and Zyxel have client isolation on WiFi? Can you try same test with wired Ethernet pc?