Access to my default home network working fine but not to my 2nd network!

Hi,

I have successfully installed zerotier on my Synology NAS and I can access my home network (192.168.2.0/24) using my mobile phone as a wifi access point. But, my NAS (dual-homed) is also connected to another network, 10.0.1.0/24. I cannot reach computers on this other network. I would expect to be able to reach both networks (192… & 10…) as they are both directly accessible from the NAS. Is there something else I need to configure? thanks.

The routes on the NAS look like this:

# netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         192.168.2.1     0.0.0.0         UG        0 0          0 ovs_eth1
10.0.1.0        0.0.0.0         255.255.255.0   U         0 0          0 ovs_eth0   <==== not accessible 
172.17.0.0      0.0.0.0         255.255.0.0     U         0 0          0 docker0
192.168.2.0     0.0.0.0         255.255.255.0   U         0 0          0 ovs_eth1   <=== accessible 
192.168.196.0   0.0.0.0         255.255.255.0   U         0 0          0 xxxxxxxxxxxxxxx

ok. I found a problem! My phone was also connected to my home network, I was able to reach my home net. Now, I’ve turned that wifi off on my phone, I can ping the members from each other. ok… so, now I need to work out how to allow access to my internal networks. Thx.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.