Linux Lite Forums

Full Version: Can't see shared resource on network
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Yeah, that's better... the -c5 in the command tells ping to do exactly just that.


Now I really have no idea why curl cannot get the response we are looking for. Either curl is still broken or google.com is being filter out/ blocked in the network you're on.


Let's try something else... can you curl any other site? E.g.:


Code:
curl -sk linuxliteos.com


If not able to curl any other site, let's try to purge curl and get it installed AGAIN.


Code:
sudo apt-get remove --purge curl
sudo apt-get install curl


Test again:


Code:
curl -sk linuxliteos.com
Ralphy:

I ran all of the commands you suggested.  When I ran curl on linuxliteos after the remove and reinstall, it returned a lot more data than when I ran it before the remove and reinstall.

Also, sometimes I can see my shared drive, sometimes I can't.  And I don't know what is allowing me to see it, nor what is blocking me from seeing it.

Thanks for your help.

Jim
Pages: 1 2