Linux Lite Forums
Problem connecting to my network windows xp - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24)
+--- Thread: Problem connecting to my network windows xp (/showthread.php?tid=4240)



Problem connecting to my network windows xp - lucasfava - 07-08-2017

Hello people
I had a problem connecting to the windows network, when I put smb: // ipaddressofwindowspc throws me:

Can not open "file system"
Failed to retrieve list of shared folders on server: Connection refused.

The strange thing is that, before updating my linux lite detected it and then no. :'(


Re: Problem connecting to my network windows xp - Valtam - 07-08-2017

Open a terminal, try the following:

Code:
smbclient -U username -I ipaddressofshare -L /nameofmyshare

eg. for me it would be:

Code:
smbclient -U jerry -I 10.0.1.85 -L /files

tell us what that returns.


Re: Problem connecting to my network windows xp - lucasfava - 07-08-2017

Hello Jerry.
This is what it informs, "TALLER_PAPA" is the name of the computer.

[tt]familia[member=6882]Lucas[/member]-linuxcasa:~$ smbclient -U familia -I 192.168.2.1 -L TALLER-PAPA
Enter familia's password:
Connection to 192.168.2.1 failed (Error NT_STATUS_CONNECTION_REFUSED)
[/tt]

What I could do is share a folder.


Re: Problem connecting to my network windows xp - Valtam - 07-08-2017

Yes, you should have a share set up and configured properly on Windows first.

Sent from my Mobile phone using Tapatalk




Re: Problem connecting to my network windows xp - Valtam - 07-08-2017

It's also usual that 192.168.2.1 is assigned as the router's ip address. Make sure you have the correct windows ip computers address too.

Sent from my Mobile phone using Tapatalk