LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   All I can do on my small home network is ping other machines (https://www.linuxquestions.org/questions/linux-networking-3/all-i-can-do-on-my-small-home-network-is-ping-other-machines-285299/)

will103 02-02-2005 08:02 AM

All I can do on my small home network is ping other machines
 
Hi, I have a problem with my small home network - basically due to my lack on knowledge.

I have connected my pc running knoppix (installed in the hd) and my powerbook running Mac OS 10.3 together via an 8 port ethernet hub. The Powerbook does not have a running firewall. The Knoppix box does have a firewall but with the appropriate ports (see below) left open.

Now with my very limited networking knowledge I have been able to determine the IP addresses of both machines and I can ping each machine (from the other) with 0% data loss. But that is it. I tried using FTP and SSH to try to connect to the other machine (in both directions) but have had no success.

This is basically down to my lack on knowledge, and I was wondering if more experienced users might be able to point me in the direction of some good online information about Linux networking (including FTP, SSH and NFS).

Thanks in advance

will103

trickykid 02-02-2005 08:15 AM

Well, in order to ftp to another machine or ssh into it, these services have to be running. Are they installed and running?

qwijibow 02-02-2005 08:21 AM

i dont know if knoppix has an ftp daemon, but it definatly has an ssh daemon.

in knoppix as root first set a password "passwd" then run "/etc/init.d/sshd start"

to tes what ports a linux machine is listening on, run "netstat -lp" (most of the results will be socket files, and not actually network sockets)

will103 02-02-2005 09:23 AM

Quote:

Originally posted by trickykid
Well, in order to ftp to another machine or ssh into it, these services have to be running. Are they installed and running?
Hi trickykid, this exposes the limits of my knowledge as I don't know if they are running. How would I find that out?

Thanks will103

will103 02-02-2005 09:24 AM

Quote:

Originally posted by qwijibow
i dont know if knoppix has an ftp daemon, but it definatly has an ssh daemon.

in knoppix as root first set a password "passwd" then run "/etc/init.d/sshd start"

to tes what ports a linux machine is listening on, run "netstat -lp" (most of the results will be socket files, and not actually network sockets)

Thanks qwijibow, I will give your suggestions a try.

will103

qwijibow 02-02-2005 03:13 PM

Quote:

Hi trickykid, this exposes the limits of my knowledge as I don't know if they are running. How would I find that out?
then they are not...
for securety, and to prevent waste of resources, server will not run unless you tell them too.


All times are GMT -5. The time now is 05:33 PM.