simple routing

I am trying to join (2) two networks together so they can completely talk to each other here are the details below if someone could help that would be great.


Network 1
192.168.11.X
255.255.255.0

Network 2
10.10.10.X
255.255.255.0

I have already set (2) two IP addresses under the address list for each network to be the gateway with Network 1 = 192.168.11.250 and then Network 2 = 10.10.10.250.

I need both networks to communicate with each other, I have the basic configuration of a RB750 with those two extra address and that is it, I would like network 1 to be connected on Port 4 and Network 2 to be connected on Port 3.

THANKS

The RB750 comes standard with all but the wan port in a switch. First, you will need to remove those two ports (interfaces) from the switch.

/interface ethernet
set X master-port=none

Then assign the addresses to the two interfaces. You will probably need to set up a dhcp server also

/ip dhcp-server setup

Check “/ip firewall nat”. Insure the masquerade has a “out-interface=ether1” assigned. It may not be ether1 in the 750. It may be like “ether1-wan”