Closed clickworkorange closed 5 years ago
This problem is strange
Below line means any traffic of 192.168.2.xxx
will be passed via eth0
192.168.2.0/24 dev eth0 proto kernel scope link src 192.168.2.1
So, configuration is absolutely correct. Try to ping 192.168.2.1
from NAS. Maybe it is blocking pings
Thanks. As so often is the case, this turned into yet another opportunity for the palm of my hand to get intimate with my face; the firewall on my NAS had autoblocked the Pi's IP :) Nothing to see here... move along...
I have a Pi (Raspbian Stretch) running
wifi-to-eth-route.sh
. It is connected to my NAS via Ethernet, with the Pi in turn connecting to my WWAN router (172.28.172.1) via WiFi. I can access the Pi on the IP address it gets from my WWAN router (172.28.172.3), but I cannot access the NAS (192.168.2.9) from the Pi.Could this be because the default route points to my WWAN router?