Re: how to connect desktop and netbook through router?
I'm learning to flinch when I read "easy". Haven't found that path yet. NFS did look promising, but I ran aground on inconsistencies (it seemed) in the instructions. I may have jumped ship prematurely. But Samba seems nearly right, so let's continue.
Here's where I am:
Client machine:
telengard, you then say:
First, what's 'SERVERNAME'? I have no idea, and this appears to be your first reference to it. It's not referred to in smb.conf. Here's what I tried, and the result:
I grasping at straws, obviously.
Then you say...
Well, I know that USERNAME is ("tomc"), but nothing I try for SERVERNAME works.
I use Dolphin, and nothing I try in my client computer works.
"smb://tomc-desktop/tomc" => nothing
"smb://WORKGROUP/tomc" => "timeout on server workgroup"
Suspicious, I reboot my client (netbook). In places, I click network, then samba shares, and see "workgroup" in the directory list. clicking that leads to an empty list. Nothing there at all. Then..."timeout on server workgroup" appears in the status line at the bottom.
I'm aground again, I'm afraid.
I'm learning to flinch when I read "easy". Haven't found that path yet. NFS did look promising, but I ran aground on inconsistencies (it seemed) in the instructions. I may have jumped ship prematurely. But Samba seems nearly right, so let's continue.
Here's where I am:
Client machine:
Code:
$ smbtree Enter tomc's password: WORKGROUP \\TOMC-DESKTOP tomc-desktop server (Samba, Ubuntu) \\TOMC-DESKTOP\tomc Home Directories \\TOMC-DESKTOP\IPC$ IPC Service (tomc-desktop server (Samba, Ubuntu)) \\TOMC-DESKTOP\print$ Printer Drivers \\TOMC-DESKTOP\homes Home Directories tomc@tomc-desktop:~$
To list the shares available on the new Samba server:
/etc/samba$ smbclient -L //SERVERNAME
You should see the Homes share listed. Homes is a special share that actually refers
to your home directory on the Samba server computer. In Konqueror, you can access
the home directory with the smb protocol.
/etc/samba$ smbclient -L //SERVERNAME
You should see the Homes share listed. Homes is a special share that actually refers
to your home directory on the Samba server computer. In Konqueror, you can access
the home directory with the smb protocol.
Code:
$ smbclient -L //TOMC-DESKTOP Enter tomc's password: session setup failed: NT_STATUS_LOGON_FAILURE tomc@tomc-desktop:~$ $ smbclient -L //WORKGROUP Enter tomc's password: Connection to WORKGROUP failed (Error NT_STATUS_BAD_NETWORK_NAME) tomc@tomc-desktop:~$
Then you say...
From the client computer, open Konqueror and enter the location shown below
into the location bar, but change the server name and sharename to match the Samba
server's name and the name of the user you configured above with the smbpasswd command.
Code:
smb://SERVERNAME/USERNAME
into the location bar, but change the server name and sharename to match the Samba
server's name and the name of the user you configured above with the smbpasswd command.
Code:
smb://SERVERNAME/USERNAME
I use Dolphin, and nothing I try in my client computer works.
"smb://tomc-desktop/tomc" => nothing
"smb://WORKGROUP/tomc" => "timeout on server workgroup"
Suspicious, I reboot my client (netbook). In places, I click network, then samba shares, and see "workgroup" in the directory list. clicking that leads to an empty list. Nothing there at all. Then..."timeout on server workgroup" appears in the status line at the bottom.
I'm aground again, I'm afraid.
Comment