That shows your RPi to have IPv6 connectivity (deduced by a 2600:
prefix), but not IPv4 (by lack of 192.168.1.<x>
).
What is your RPi using as gateway?
We can find that out by executing:
ip route
Its output should contain a line starting with:
default via
What is the IP address that immediately follows after via
?