Only you know what the address is.
Only you can be sure if it is the correct location and therefor whether there is ‘an issue’ accessing it.
This may provide you with the correct address (it does for me):
ip r | grep default | awk '{ print $3 }'
Only you know what the address is.
Only you can be sure if it is the correct location and therefor whether there is ‘an issue’ accessing it.
This may provide you with the correct address (it does for me):
ip r | grep default | awk '{ print $3 }'