Networking not my strong point so bear with me. I have my test lab set up like below. Computers on network 192,168.88.x will happily access the internet and talk to computers on 192.168.0.x. However I am unable to make computers on 192,168,0.x talk to computers on 192.168.88.x. My thought was that I need to add a static route to the Thomson router which I have. However, a tracert stops at this router and won't talk to my Routerboard. My Routerboard is practically default configuration, is there anything else I need to add?
----------------------Internet--------------
|
-------------------192.168.0.1-------------- PC1 (Thomson Router to the internet)
|
-------------------192.168.88.1------------- PC2 (MikroTik Routerboard)
Thomson route table:
{admin}=>ip rtlist
Label Destination Gateway Interface Mtc Admin Oper
127.0.0.1/32 127.0.0.1 loop 0 UP [UP]
192.168.0.1/32 127.0.0.1 loop 0 UP [UP]
192.168.0.255/32 127.0.0.1 loop 0 UP [UP]
212.159.106.193/32 127.0.0.1 loop 0 UP [UP]
255.255.255.255/32 127.0.0.1 loop 0 UP [UP]
195.166.128.193/32 212.159.106.193 Internet 0 UP UP
212.159.6.9/32 Internet 10 UP UP
212.159.6.10/32 Internet 10 UP UP
192.168.0.0/24 192.168.0.1 LocalNetwork 0 UP [UP]
192.168.88.0/24 192.168.88.1 LocalNetwork 0 UP [UP]*
0.0.0.0/0 212.159.106.193* Internet 10 UP UP
Routerboard Routing Table
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 192.168.0.1 1
1 ADC 192.168.0.0/24 192.168.0.44 ether1-gateway 0
2 ADC 192.168.88.0/24 192.168.88.1 ether2-master-l... 0
Routerboard Firewall
0 ;;; default configuration
chain=input action=accept protocol=icmp in-interface=ether1-gateway
1 ;;; default configuration
chain=input action=accept connection-state=established
in-interface=ether1-gateway
2 ;;; default configuration
chain=input action=accept connection-state=related
in-interface=ether1-gateway
3 ;;; default configuration
chain=input action=accept in-interface=ether2-master-local