LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how Do I transfer files between two Linux PCs on same network? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-transfer-files-between-two-linux-pcs-on-same-network-4175493373/)

Shadowmeph 02-01-2014 01:22 PM

how Do I transfer files between two Linux PCs on same network?
 
I am trying to transfer files from my Linux laptop to both my linux PC and also my aios media player ( which seems to be sometype of linuxon it)that I need to transfer files to and from but I am not sure which linux software I need to do this.
Ideally I would like to be able to use my Laptop to download and save it on my other linux PC or medi player.
If I look on the network I don't see either my other Linux PC or media player .

acid_kewpie 02-01-2014 01:32 PM

This really isn't about a Linux to Linux transfer. You should actually read the vendor documentation for the media player. Whilst it might run Linux, it's rarely appropriate to treat it as a linux server. There appears to be all sorts of info available if you look - http://support.pivosforums.com/article/13218/21114/[GUIDE-AIOS]-Access-FTP

schneidz 02-01-2014 01:34 PM

if the device supports it i would use ssh with keys (which runs on the same protocol as scp/sftp/sshfs).

The_Real_Contra 02-01-2014 02:14 PM

dude, easiest way is to put both HDD in the same machine and do it like that, unless this is a usual transfer thing...

273 02-01-2014 02:29 PM

I always run an SSH server on my desktop so that I can access its files on my netbook. Once I've set up keys so there's no password I can just either scp or use Thunar (the file manager in XFCE) to transfer files between them. Of course this means that I can only initiate transfers on my netbook as the PC runs the server but it suits my needs and is fairly straightforward and secure.

TroN-0074 02-01-2014 02:29 PM

Create a share on the desktop, then browse it from your laptop. You didnt mentioned what OS you have other than Linux. Each distro does it differently. In OpenSUSE you can do that through YaST.

Shadowmeph 02-01-2014 03:01 PM

well I have files on my laptop ( opensuse)which is linux that I want to be able to transfer to my PC which is using linux mint .
the thing is I cannot see any of them on my network to do this.
on my windows gaming PC I can see my media player so I just drag and drop the files to it isn't there something like that for linux?
like how to see other network connected devices so that I can transfer files and do backups to other machines

Shadowmeph 02-01-2014 03:32 PM

ok so I am trying remote desktop sharing from my laptop ( opensuse) to my PC (linuxmint)I can ping my desktop using network tools but I cannot connect it asks for a password I type in the password but I get permission denied,
so to see if it works at all I turned off the pass word and tryied it with out a password same thing, wha tam I doing wrong?

btmiller 02-01-2014 03:33 PM

Linux as a general rule does not do quite as much work as Windows in setting things up for you. As TroN-0074 stated, you can set up shares (either NFS or CIFS) on your desktop or laptop and then mount those shares on the other device. If your media player presents a CIFS share on the network, you can mount it in the same way.

If you just want to do occasional transfers of back-up files, I'd recommend just using scp.

Edit: I just saw your last post. You need to provide a few more details. I presume desktop sharing is using VNC, which is not at all the same as file sharing. You should have picked out a password when you enavled VNC, and you would use thar when trying to connect to the VNC server.

Shadowmeph 02-01-2014 03:41 PM

ok so which is the easiest and lease hassle to use ?
when it comes to moving files ( mostly media files) around on linux I am totally lost

schneidz 02-01-2014 03:54 PM

e.g.:
Code:

[schneidz@hyper Videos]$ scp athf-87-last-last-one-forever-and-ever.avi schneidz@xbmc:Videos
athf-87-last-last-one-forever-and-ever.avi                                                    23%  22MB  4.3MB/s  00:16 ETA

if you dont like command-line i would install sshfs and mount the remote directory onto a local directory.
e.g.:
Code:

[schneidz@hyper ~]$ mkdir xbmc-dir
[schneidz@hyper ~]$ sshfs schneidz@xbmc:/home/schneidz/Videos xbmc-dir
[schneidz@hyper ~]$ ll xbmc-dir/
total 94476
-rw-rw-r--. 1 1000 1000 96741192 Feb  1 16:54 athf-87-last-last-one-forever-and-ever.avi

then you can put this in your fstab or ~.bash_profile so it automounts when you login and you can use the file navigator (nautilus ?) to browse the remote files as if they were local.

nfs is also an option but in my opinion more complex.

Ryanms3030 02-01-2014 04:00 PM

You could create a samba share. That's what I did and I can access the filter from any computer on my network. Samba will work with windows too

Shadowmeph 02-01-2014 04:00 PM

Quote:

Originally Posted by acid_kewpie (Post 5109341)
This really isn't about a Linux to Linux transfer. You should actually read the vendor documentation for the media player. Whilst it might run Linux, it's rarely appropriate to treat it as a linux server. There appears to be all sorts of info available if you look - http://support.pivosforums.com/article/13218/21114/[GUIDE-AIOS]-Access-FTP

That is the first thing I did whe nI setup the media player 2 years ago but I cannot see it either linux distros but my windows gaming pc sees it.

Shadowmeph 02-01-2014 04:12 PM

hmm so I installed sshfs but I am not sure where it is and how t oload it up, dam linux networking is so anoying to me right now .

schneidz 02-01-2014 04:14 PM

Quote:

Originally Posted by Ryanms3030 (Post 5109394)
You could create a samba share. That's what I did and I can access the filter from any computer on my network. Samba will work with windows too

good point. sshfshas the benefit of being able to mount across networks. i enable forwarding port 22 on my router at home. and i go on vacation to florida and i am able to stream movies on my parents tv.

schneidz 02-01-2014 04:17 PM

Quote:

Originally Posted by Shadowmeph (Post 5109398)
hmm so I installed sshfs but I am not sure where it is and how t oload it up, dam linux networking is so anoying to me right now .

ok... next step would be to try to connect to yor other pc... to test it out first please try to ssh in from the terminal. e.g.:
Code:

ssh user@ip-address
substituting where necessary. (you can find the others ip-address from running ifconfig from the other pc's terminal; heres mine as an example:
Code:

[schneidz@hyper ~]$ ifconfig
eth3      Link encap:Ethernet  HWaddr 90:FB:A6:xx:xx:xx 
          inet addr:192.168.1.25  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: 2601:c:5840:1c:92fb:a6ff:fe2a:5b68/64 Scope:Global
          inet6 addr: fd18:f3d:bc4e:0:92fb:a6ff:fe2a:5b68/64 Scope:Global
          inet6 addr: fe80::92fb:a6ff:fe2a:5b68/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2382298 errors:0 dropped:0 overruns:0 frame:3
          TX packets:1192675 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2300744132 (2.1 GiB)  TX bytes:290869809 (277.3 MiB)
          Interrupt:23 Base address:0x8000

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4398 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4398 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:310932 (303.6 KiB)  TX bytes:310932 (303.6 KiB)


Shadowmeph 02-01-2014 04:24 PM

with samba I am lost are you all telling me that I have to go through this whole hassle just so I can move files from one PC to another or to my media player I could have totally removed my harddrive and transfered file that way faster and I still have know clue as to what I am doing.
I opened up a terminal and typed in sshfs then the ip address which then I found out I had to type in sshfs -h to find help which doesn't help me at all because I don't understand the help file grrr I ama very close to just giving up on linux I have know clue as to how I lasted over a year jusst using linux a few years back. I have forgotten every thing it seems.

Shadowmeph 02-01-2014 04:33 PM

ok so Ityped in ssh then the ip which then asked for a password which I thought was right but recieved a connection refused after trying a couple of passwords I and getting the same message "Permission denied (publickey,password)"I went to my other PC and try to go from there to my laptop which just timed out.

The_Real_Contra 02-01-2014 04:45 PM

does your desktop have a blue tooth dongle?
that is the usual way I do it


also did you not want to do the moving of the HDD like I suggested earlier?


you could also do FTP, or E-mail

schneidz 02-01-2014 07:08 PM

ssh is a protocol which allows you to log into another pc remotely:
Code:

ssh username@ip-address
substitute where appropriate
the username and password should be for the remote machine. once logged in, any command you run will be executed on the remote machine (although the results will show up in your local terminal screen). there is also a way to set it so that it looks at an encrypted key to log you in automatically but lets concentrate on this first step. various transfer utilities (scp/sftp/sshfs) run on top of this protocol; once we log you in successfully you'll be able to attempt to transfer files.
Quote:

Originally Posted by Shadowmeph (Post 5109411)
ok so Ityped in ssh then the ip which then asked for a password which I thought was right but recieved a connection refused after trying a couple of passwords I and getting the same message "Permission denied (publickey,password)"I went to my other PC and try to go from there to my laptop which just timed out.

please copy and paste the command you are running as well as any errors you are getting so that we may attempt to troubleshoot.


i dont know opensuse much but i found this:
Quote:

SSHD
This is the SSH Daemon. This daemon is run on the server side. As a default this program is already installed in openSUSE, but does not start during the boot process. Starting SSHD during boot can be set in Yast2 > System Services (Runlevels). Select “sshd” in the list and click enable.
The default listening port of SSHD is 22. Make sure this port is open in the Firewall. For configuration possibilities read "Configure openSSH"
http://en.opensuse.org/OpenSSH#SSHD

or maybe its the firewall blocking the connection:
Quote:

Enter YaST->Network Services->SSHD Configuration, you can configure sshd there.
This contains a checkbox labelled "Open Port in Firewall", enable this and you should be able to connect.
http://forums.opensuse.org/showthrea...nto-new-client

TroN-0074 02-01-2014 09:02 PM

in Linux Mint right click on the folder you want to share, and thik the option share this folder, allow the permissions you want, to be able to copy and paste files to that directory.

In OpenSUSE go into YaST, open up your firewall to allow that computer to connect to other computer, also allow your samba to star during boot.

re start your laptop and check on network again

btmiller 02-02-2014 01:22 PM

To the OP:

I'm not sure how much this will help, but if your media server is set up to export a CIFS share, you should be able to mount it on your Linux machine by issuing the following:

mount -t cifs -o user=<username> //<IP of media server>/<sharename> /mnt

You will be prompted for the password, and the contents of the CIFS share should be available under /mnt (you can mount them to any different directory that you want). Note that this command must be run as root, and the files will be owned and may only be readable/writable by root. To change that, use the uid and gid options to mount to set them to belong to your primary user. You can find out your user's id and group id (gid) by using the "id" cinnabd. Suppose your user id is 1000 and group id is also 1000 and the user name on the media server is "foobar" -- the command would look like:

mount -t cifs -o user=foobar,uid=1000,gid=1000 //<IP of media server>/<sharename> /mnt

In principle mounting any CIFS share works more or less the same way.

Shadowmeph 02-02-2014 01:42 PM

Quote:

Originally Posted by schneidz (Post 5109455)
ssh is a protocol which allows you to log into another pc remotely:
Code:

ssh username@ip-address
substitute where appropriate
the username and password should be for the remote machine. once logged in, any command you run will be executed on the remote machine (although the results will show up in your local terminal screen). there is also a way to set it so that it looks at an encrypted key to log you in automatically but lets concentrate on this first step. various transfer utilities (scp/sftp/sshfs) run on top of this protocol; once we log you in successfully you'll be able to attempt to transfer files.

please copy and paste the command you are running as well as any errors you are getting so that we may attempt to troubleshoot.


i dont know opensuse much but i found this:
http://en.opensuse.org/OpenSSH#SSHD

or maybe its the firewall blocking the connection:http://forums.opensuse.org/showthrea...nto-new-client

ok this is wha tI did and wha tI recieve when trying to conect from my Suse (laptop) to my linux mint PC
Code:

to host 192.168.0.14 port 22: Connection refused
lap@suse:~> ssh usr@192.168.0.14
The authenticity of host '192.168.0.14 (192.168.0.14)' can't be established.
ECDSA key fingerprint is 37:4c:32:60:40:23:8d:c2:b7:7c:4b:b9:20:05:a0:4a.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.0.14' (ECDSA) to the list of known hosts.
Password:
Password:

I noticed the "Can't be established" message but I continued anyway and typed in what I thought was the Password and of course it didn't work most likely because some setting on the recieving endd ( Linux mint)

when I try to share a folder in linux mint I recieve
Quote:

'net usershare' returned error 255: net usershare add: cannot share path /mnt/4A46B00946AFF3BB/Videos as we are restricted to only sharing directories we own.
Ask the administrator to add the line "usershare owner only = false"
to the [global] section of the smb.conf to allow this.
which I don't seem to remember how to change those permissions so that I can share that folder

Shadowmeph 02-02-2014 02:05 PM

Crap ok so now if I type in ssh lap@192.168.0.14 I think I am connected to my linuxmint machine because after I type in the pw I get "Last login: Sun Feb 2 11:58:32 2014 from 192.168.0.14
Have a lot of fun...
"
so now what what are the commands so that I can see the dir I want to look at or move files to? I am going to say that I am a terrible typer and do allot of typing mistakes

schneidz 02-02-2014 02:06 PM

Quote:

Originally Posted by Shadowmeph (Post 5109812)
ok this is wha tI did and wha tI recieve when trying to conect from my Suse (laptop) to my linux mint PC
Code:

to host 192.168.0.14 port 22: Connection refused
lap@suse:~> ssh usr@192.168.0.14
The authenticity of host '192.168.0.14 (192.168.0.14)' can't be established.
ECDSA key fingerprint is 37:4c:32:60:40:23:8d:c2:b7:7c:4b:b9:20:05:a0:4a.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.0.14' (ECDSA) to the list of known hosts.
Password:
Password:

I noticed the "Can't be established" message but I continued anyway and typed in what I thought was the Password and of course it didn't work most likely because some setting on the recieving endd ( Linux mint)
...

I'm kinda stumped... Try doing ssh username@localhost on the mint machine.


The authenticity key warning happens every time you attempt to log into a new host.

273 02-02-2014 02:12 PM

Quote:

Originally Posted by Shadowmeph (Post 5109819)
so now what what are the commands so that I can see the dir I want to look at or move files to? I am going to say that I am a terrible typer and do allot of typing mistakes

On most systems you can open up your file manager and type something like the following in the location.
Code:

sftp://lap@192.168.0.14/home/lap
This would ask you for your password then open your home directory on the other machine.
That's how I use SSH to transfer files most of the time though I have also set up passwordless login which can be a bit confusing to set up but saves typing a password when wanting to access the other machine.

schneidz 02-02-2014 02:24 PM

Quote:

Originally Posted by Shadowmeph (Post 5109819)
Crap ok so now if I type in ssh lap@192.168.0.14 I think I am connected to my linuxmint machine because after I type in the pw I get "Last login: Sun Feb 2 11:58:32 2014 from 192.168.0.14
Have a lot of fun...
"
so now what what are the commands so that I can see the dir I want to look at or move files to? I am going to say that I am a terrible typer and do allot of typing mistakes

OK... Seems like we've been using the wrong password for the wrong user all along. Can you please copy and paste these commands on both machines and paste them in your next reply.
Code:

uname -a -m -p
whoami
ifconfig


Shadowmeph 02-02-2014 02:38 PM

Quote:

Originally Posted by schneidz (Post 5109824)
OK... Seems like we've been using the wrong password for the wrong user all along. Can you please copy and paste these commands on both machines and paste them in your next reply.
Code:

uname -a -m -p
whoami
ifconfig


turned out that I was actually going into my own directories because I was getting my ipaddress's mixed up

Code:

lap@suse:~> uname -a -m -p
Linux suse.site 3.11.6-4-desktop #1 SMP PREEMPT Wed Oct 30 18:04:56 UTC 2013 (e6d4a27) x86_64 x86_64 x86_64 GNU/Linux
lap@suse:~> whoami
lap

lap@suse:~> su
Password:
suse:/home/lap # ifconfig
enp9s0    Link encap:Ethernet  HWaddr 00:1C:23:96:7C:89 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:17

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:638 errors:0 dropped:0 overruns:0 frame:0
          TX packets:638 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:86890 (84.8 Kb)  TX bytes:86890 (84.8 Kb)

wlan0    Link encap:Ethernet  HWaddr 00:1C:26:68:00:F2 
          inet addr:192.168.0.14  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::21c:26ff:fe68:f2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:16465 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5163 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3095169 (2.9 Mb)  TX bytes:1087822 (1.0 Mb)

on my linux mint ;
Code:

mediapc@mediapc-desktop ~ $ uname -a -m -p
Linux mediapc-desktop 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
mediapc@mediapc-desktop ~ $ whoami
mediapc
mediapc@mediapc-desktop ~ $ su
Password:
mediapc-desktop mediapc # ifconfig
eth0      Link encap:Ethernet  HWaddr f4:6d:04:52:d3:bb 
          inet addr:192.168.0.11  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::f66d:4ff:fe52:d3bb/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:56526 errors:0 dropped:0 overruns:0 frame:0
          TX packets:27147 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:40242788 (40.2 MB)  TX bytes:3784086 (3.7 MB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:2352 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2352 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:220939 (220.9 KB)  TX bytes:220939 (220.9 KB)

mediapc-desktop mediapc #


Shadowmeph 02-02-2014 02:56 PM

oh wow ok I have it figured out ow to connect to my inux mint using filezilla.
but how do I link a folder from linuxmint PC to my opensuse pc and vice versa?

schneidz 02-02-2014 03:07 PM

Quote:

Originally Posted by Shadowmeph (Post 5109812)
ok this is wha tI did and wha tI recieve when trying to conect from my Suse (laptop) to my linux mint PC
Code:

to host 192.168.0.14 port 22: Connection refused
lap@suse:~> ssh usr@192.168.0.14
The authenticity of host '192.168.0.14 (192.168.0.14)' can't be established.
ECDSA key fingerprint is 37:4c:32:60:40:23:8d:c2:b7:7c:4b:b9:20:05:a0:4a.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.0.14' (ECDSA) to the list of known hosts.
Password:
Password:

...

Do either of your computers have a user named usr ? If not, from your response post #28 your whoami's return different usernames. Why are you trying to login as usr ?

Shadowmeph 02-02-2014 07:29 PM

Quote:

Originally Posted by schneidz (Post 5109850)
Do either of your computers have a user named usr ? If not, from your response post #28 your whoami's return different usernames. Why are you trying to login as usr ?

ty I realized that was not to bright on my part, Now I am trying to figure out how to make what I think is called a simlnk on my latop that connects to my PC's folder so I can just drag and drop files into that folder that would be shared between voth my PC and Laptop the folder is located on on LinuxMint PC here "/home/mediapc/TVVideos"

schneidz 02-02-2014 09:33 PM

Code:

mkdir /whatever/floats/your/boat
sshfs mediapc@192.168.0.11:/home/mediapc/TVVideos /whatever/floats/your/boat


Ryanms3030 02-02-2014 09:41 PM

I have 3 computers in the house, all linux in my case. I set up samba on my server, created a samba share folder and figured out how to modify the fstab file on my laptop so the shared folder auto mounts on my desktop. So now all of my computers have the same shared directory on the desktop and I just drop files in there and have access from all computers and also from my android phone.

It did take me some trial and error as I'm still a bit of a newb but now that it's set up it makes life simple. If you google setting up linux samba shares there are a lot of tutorials on the subject

Shadowmeph 02-02-2014 10:38 PM

Quote:

Originally Posted by schneidz (Post 5110014)
Code:

mkdir /whatever/floats/your/boat
sshfs mediapc@192.168.0.11:/home/mediapc/TVVideos /whatever/floats/your/boat


Grr now I have a connection problem again
Code:

lap@suse:~> sshfs mediapc@192.168.0.11:/Home/mediapc/TVVideos /home/lap/Videos/mediaplayervids
read: Connection reset by peer
lap@suse:~> sshfs mediapc@192.168.0.11
missing host
see `sshfs -h' for usage
lap@suse:~> ssh mediapc@192.168.0.11
ssh: connect to host 192.168.0.11 port 22: No route to host
lap@suse:~>

Quote:

Originally Posted by Ryanms3030 (Post 5110020)
I have 3 computers in the house, all linux in my case. I set up samba on my server, created a samba share folder and figured out how to modify the fstab file on my laptop so the shared folder auto mounts on my desktop. So now all of my computers have the same shared directory on the desktop and I just drop files in there and have access from all computers and also from my android phone.

It did take me some trial and error as I'm still a bit of a newb but now that it's set up it makes life simple. If you google setting up linux samba shares there are a lot of tutorials on the subject

Since I am having problems with this I really doubt that I could do that even though that probably would be the best setup for my laptop and 3 other pCs and my media player.
Butr right now I justr want to figure out how to do this between my laptop and my Linux mint media PC hehe.

TroN-0074 02-02-2014 10:39 PM

Samba is the way to go.

Ryanms3030 02-03-2014 09:54 AM

Quote:

Originally Posted by Shadowmeph (Post 5110038)
Grr now I have a connection problem again
Code:

lap@suse:~> sshfs mediapc@192.168.0.11:/Home/mediapc/TVVideos /home/lap/Videos/mediaplayervids
read: Connection reset by peer
lap@suse:~> sshfs mediapc@192.168.0.11
missing host
see `sshfs -h' for usage
lap@suse:~> ssh mediapc@192.168.0.11
ssh: connect to host 192.168.0.11 port 22: No route to host
lap@suse:~>


Since I am having problems with this I really doubt that I could do that even though that probably would be the best setup for my laptop and 3 other pCs and my media player.
Butr right now I justr want to figure out how to do this between my laptop and my Linux mint media PC hehe.

I understand your feelings. I am pretty newb myself and I'll struggle for a little while to learn how to do something but sometimes I just want to get things up and running even if it's not the way I originally wanted and then go back and figure out the other way later.

So, I suggest doing whatever is easy for you now but don't give up and think you can't do it a better way. Samba is pretty easy to set up and there are plenty of tutorials that will pretty much let you copy and paste commands into the terminal to get everything set up. Get is set up the easiest way and then go back and figure out samba set up at your lesiure

Shadowmeph 02-03-2014 10:36 AM

I have know problems learning it is jus tit irks me when one minute I can ssh 192.168.0.11 then later on I cannot, at first I thought that maybe the pc went to sleep so i had to walk all the way to the other room to see and it was running .

ok so after I drank half a pot of morning coffee and triedthe exact same thing it all works so thank you all for the help I will opefulling now be able to do the same with connections between my pivos media player and my pc and laptop but tis is pretty much solved for the most part.

273 02-03-2014 03:00 PM

Where did 192.168.0.11 come from? I thought the server resided at 192.168.0.14?


All times are GMT -5. The time now is 09:24 PM.