PDA

View Full Version : network configurations



davidemendez
11-26-2009, 02:07 AM
How to find other computers?
How to share folders and files with other computers of the same Knoppix 6.0.1?
How to manually configures my MY IP address KNOPPIX 6.0.1?
How to change workgroups in Knoppix 6.0.1?

<edited by Clinton to remove all caps>

OErjan
11-26-2009, 03:09 PM
to find other computers, uhm, it should work great if you had konqueror or similar.
to manually config IP, do

sudo ifconfig eth0 you:r:IP:address your network card is possibly called something else, look it up with

sudo lspci|grep net.
example
sudo ifconfig eth0 192.168.1.99 on one computer and
sudo ifconfig eth1 192.168.1.97 on the other.
the above done, do
sudo passwd knoppix to give knopix a password on both computers.
now to the file sharing, that can be done via scp, sftp, NFS, FTP or samba and severasl othwer ways. that last is not very good, NFS needs some setting up so I usually go with ftp or scp.
let us use sftp, which is part of SSHD on your knoppix disk.
check what the computers ip is (the computer you are not sitting at) and run a ftp program, say gftp, then use ssh2 protocol to that ip using knoppix as user name.

or do sftp in a console.
sftp knoppix@192.168.1.99

then use

get /home/knoppix/filename
or

put /home/knoppix/filename

to put or get files.

to list files do, ls (L not i) to list files on remote computer and lls (two L's) on the computer you are sitting at (while sftp is running).

workgroup? uhm, that requires samba and i do not feel confortable saying that is included in knoppix 6.01.

OH, and check the wiki for more help on most things, there you find how things are done fairly step by step.

http://www.knoppix.net/wiki/Main_Page

http://www.knoppix.net/wiki/Network_FAQ
http://www.knoppix.net/wiki/FTP_FAQ
http://www.knoppix.net/wiki/Network_FTP_FAQ
http://www.knoppix.net/wiki/Network_Shared_Drive_FAQ
http://www.knoppix.net/wiki/Samba_Quick_FAQ

http://www.knoppix.net/wiki/Category:Networking

http://www.knoppix.net/wiki/Category:Useful_Linux_Commands