Getting crazy with routes within subnets
Posted: Thu Apr 25, 2019 5:29 pm
Hi all,
I'm new to networking and not so new to IT. I'm having so much trouble trying to reach one subnet from another... let me explain the "Frankenstein" that I have.
Mikrotik router (hEX S) connected to Internet through SFP+
Main net is 192.168.0.0
Asus ADSL Router (RT-AC68U) configured as router mode only to have WiFi managed by it on subnet 192.168.5.0.
Getting struggle trying to connect from a computer on lan 192.168.0.0 to a computer on lan 192.168.5.0. Not sure if it's a route issue or an issue on the Asus router not allowing traffic from "WAN" to LAN.
Here's the Mikrotik's routes list.
BTW, wifi is working as expected, has access to every host on 192.168.5.0 lan and on 192.168.0.0 also and of course access to Internet.
Any help will be truly appreciated.
Thanks in advance from a complete newbie.
I'm new to networking and not so new to IT. I'm having so much trouble trying to reach one subnet from another... let me explain the "Frankenstein" that I have.
Mikrotik router (hEX S) connected to Internet through SFP+
Main net is 192.168.0.0
Code: Select all
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 192.168.0.1/24 192.168.0.0 ether2-MasterGreen
1 192.168.2.1/24 192.168.2.0 ether2-MasterGreen
2 192.168.5.1/30 192.168.5.0 ether3-AsusAP
3 X 192.168.1.2/24 192.168.1.0 ether1-Router
4 192.168.1.2/24 192.168.1.0 sfp1
5 10.108.89.224/10 10.64.0.0 vlan3
6 D 88.1.136.189/32 192.168.144.1 pppoe-out1
7 D 10.23.12.28/19 10.23.0.0 vlan3
8 192.168.122.10/24 192.168.122.0 ether2-MasterGreen
Asus ADSL Router (RT-AC68U) configured as router mode only to have WiFi managed by it on subnet 192.168.5.0.
Getting struggle trying to connect from a computer on lan 192.168.0.0 to a computer on lan 192.168.5.0. Not sure if it's a route issue or an issue on the Asus router not allowing traffic from "WAN" to LAN.
Here's the Mikrotik's routes list.
Code: Select all
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 X S 0.0.0.0/0 192.168.0.50 1
1 X S 0.0.0.0/0 192.168.0.50 1
2 X S 0.0.0.0/0 192.168.0.50 1
3 ADS 0.0.0.0/0 pppoe-out1 1
4 X S 0.0.0.0/0 255.255.255.255 255
5 X S 0.0.0.0/0 255.255.255.255 255
6 S 0.0.0.0/0 255.255.255.255 255
7 X S 0.0.0.0/0 255.255.255.255 255
8 ADC 10.23.0.0/19 10.23.12.28 vlan3 0
9 ADr 10.31.255.128/27 10.23.0.1 120
10 ADC 10.64.0.0/10 10.108.89.224 vlan3 0
11 ADC 192.168.0.0/24 192.168.0.1 bridgeMain 0
12 ADC 192.168.1.0/24 192.168.1.2 bridgeMain 0
13 ADC 192.168.2.0/24 192.168.2.1 bridgeMain 0
15 ADC 192.168.5.0/30 192.168.5.1 bridgeMain 0
17 ADC 192.168.122.0/24 192.168.122.10 bridgeMain 0
18 ADC 192.168.144.1/32 xx.xx.xx.xx pppoe-out1 0
Any help will be truly appreciated.
Thanks in advance from a complete newbie.