LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-27-2004, 03:35 PM   #1
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Rep: Reputation: 41
How to connect one computer to another without an internet connection?


I have two laptops. I want to access the hdd of 1 by 2. 1 is running linux, 2 is running windows XP. Is this doable? USing a 10mbps cable?
 
Old 12-27-2004, 03:52 PM   #2
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Yep. You need to set up a LAN and can use Samba to look inside your windows
 
Old 12-27-2004, 04:16 PM   #3
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
to be more specific you either need a HUB/Switch or a crossover cable to connect the 2 systems.

either way they both need to be on the same IP scheme to talk with each other. plus as you will need samba for windows to see the linux box, and smbfs for linux to mount your windows shares.
 
Old 12-27-2004, 04:24 PM   #4
wearetheborg
Member
 
Registered: Sep 2004
Distribution: Mint 19.1
Posts: 298

Original Poster
Rep: Reputation: 41
Quote:
Originally posted by Lleb_KCir
to be more specific you either need a HUB/Switch or a crossover cable to connect the 2 systems.

either way they both need to be on the same IP scheme to talk with each other. plus as you will need samba for windows to see the linux box, and smbfs for linux to mount your windows shares.
Is the crossover cable the same as a 10mps cable? I plug one end on laptop1 and the other on laptop2.
Is Samba for windoz free?
So for the windows laptop to see the linux laptop, I only need Samba on windowz? Nothing special running on the linux box?
And what do mean same IP scheme?

Thanks!!
 
Old 12-27-2004, 05:06 PM   #5
dsschanze
Member
 
Registered: Aug 2004
Location: Gainesville, FL
Distribution: Linux Mint 12, Win7, iOS
Posts: 208

Rep: Reputation: 33
I think Samba is just the regular windows share in windows. By the way, you will have to purchase a router to get this to work.

 
Old 12-27-2004, 05:24 PM   #6
zoiks
LQ Newbie
 
Registered: Dec 2004
Distribution: SuSE 9.1 Pro on Intel 2.4GHz (Dell Optiplex GX260)
Posts: 20

Rep: Reputation: 0
Quote:
Originally posted by wearetheborg
Is the crossover cable the same as a 10mps cable? I plug one end on laptop1 and the other on laptop2.
Is Samba for windoz free?
So for the windows laptop to see the linux laptop, I only need Samba on windowz? Nothing special running on the linux box?
And what do mean same IP scheme?

Thanks!!
1) I don't know what you mean by a 10mps cable, but I will presume you are trying to do this with ethernet cables. A crossover cable is one with the transmit/receive wires switched, such cables are orange to indicate they are crossovers.

2) Windows already has "samba" in it. You need to make sure "File and Printer Sharing" is enabled for the network card. Find the card you want to use under "Control Panel/Network", right-click and choose properties, and make sure File and Printer Sharing is installed an enabled.

3) Give each machine an explicit IP address. You can do this by choosing Properties for TCP/IP protocol in Control Panel/Networks/Your Ethernet Card. Your Linux machine should have a graphical program for setting your network parameters (for example in SuSE you can go Control Center/Yast2/Network Card). As for addresses, I suggest 192.168.1.1 (with a subnet mask of 255.255.255.0) for your windows machine and 192.168.1.2 (with the same subnet mask) for your Linux machine.

4) It's easier if you try to get the *Linux* laptop to see the *Windows* laptop. Make sure the smbclient stuff is installed in the Linux machine. In the Windows machine, share a directory you want to make available (right click and choose Sharing...), give it a name, and make sure there's no password set for the file sharing (in XP Home you won't have to worry - it won't let you put a password on it). Then go to the Linux machine and open Konqueror or Nautilus and enter "smb://192.168.1.1/<file share name>" in the address bar.

With any luck, you will see your Windows files in the browser window.

Hopefully I didn't leave anything out - others can feel free to fill in something I missed.

If you go back on the internet with the Windows machine, make sure you disable the file share, or you will *slightly* compromise the Windows security.
 
Old 12-27-2004, 05:42 PM   #7
andrewlkho
Member
 
Registered: Jul 2003
Location: London
Posts: 548

Rep: Reputation: 31
In actual fact, it might be a easier if you don't use Samba (I'm saying this because in the past, I have often found that Samba has been a pain (especially with permissions) to set up (and takes about a year to compile), but perhaps that's because I want to use a complicated setup). Anyway, once you can get the two machines to ping each other (enter into some kind of terminal (Command Prompt, in the case of Windows) "ping 192.168.1.1" or whatever), then set up an FTP daemon on the Linux machine (your distro should come with some easy setup). Then you can browse at your leisure by going to 'ftp://192.168.1.1' or whatever from windows.

(Incidentally, SFTP is a much preferred alternative to FTP, but more complicated to set up, and Windows doesn't come with a builtin client. Furthermore, there's no security issue as far as sniffing is concerned, because you're on an ad-hoc network)
 
Old 12-27-2004, 07:45 PM   #8
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
There is no such thing as 10 Mbit cable. The cable is stated as Category 3 or Category 5. Category 3 can not transfer faster than 10 Mbits. Category 5 can transfer 100 Mbits. Category 5e can handle up to 1000 Mbits. There is a new type of cable called Category 6 but it is marginally better than Category 5e if the Category 6 cable is up to Category 6 specs. All you need is a cable from computer to the next. Like somebody said you need a crossover cable if you do not want to spend $15 to $20 for a hub. Crossover cable is not special. It is just straight through cable with certain wires rearranged to accept host to host transfers. Any straight through cable can be turned into crossover. Make sure you label it as crossover cable after the change.

SAMBA is the only way to transfer files from the Windows computer to the Linux computer without going through ftp mess. People said that SAMBA is hard does not know Linux too well. In Linux, you will need to take a close look at permissions for directories and files. SAMBA has an option that you can tell it to save either directories or files to a certain permission. Read the manual for SAMBA.

The speed of SAMBA is much faster than sftp and probably ftp.

ho_10, you are joking that it takes a year to compile SAMBA. What computer do you have an 8086.
 
Old 12-27-2004, 09:19 PM   #9
Lleb_KCir
Senior Member
 
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765

Rep: Reputation: 45
yes i would agree that setting up a samba share can be a challange, but if you take the time to read some of the very good 'HOWTOs' out there for samba basics it is really not all that tough.

to compile samba? why, just install it and go forward. this is one thing i really like about rpm or .deb based distros i can use yum or apt-get install samba and in a very short time its up and running. all that is needed at that point is to configure the shares, set permissions, and reset the samba server and you are done.

my first attempt took my about 1-2hrs to read, re-read, and configure, then test my samba server. after the first time i could do it under 30min, now i can do it even faster.

there is a fast easy cheat if you want to use it once you have a TCP/IP connection between the 2 systems:

put winSCP (google search for it) on your XP box. make sure ssh is running on your laptop (linux box) and then you can move files back and forth in a GUI fassion just like using windows explorer with 2 side by side directories open.

click and drag files from either system and they will be coppied. if you double click it and XP can open the file it will and run it. so if you have a .avi file on your linux system and want to watch it in WMP you could open winSCP, navigate to that .avi file, double click it and poof there is the .avi file playing in WMP. its no more difficult then opening windows explorer, navigating to a file, and executing it with a double click.

i still find it simpler to install samba, samba-common, smbfs on a linux system, share out the windows folders/directories, and configure samba to share out my home directory on the linux box. in all that might take you a few hours to overcome a learning curve and to read/follow instructions, but it is very worth it once it is up and running you will be very pleased with what you have accomplished. espeically if you had troubles and had to do it more then once.

and here is the link i use to get started with samba.

http://home.nyc.rr.com/computertaijutsu/samba.html

enjoy and good luck.
 
Old 12-28-2004, 12:02 AM   #10
dannyk1
Member
 
Registered: Aug 2004
Location: Geelong, Vic Australia
Distribution: Gentoo, Ubuntu,and sometimes something from billy gates (when Im desperate)
Posts: 188

Rep: Reputation: 31
when you say 10Mbit cable, do you mean a CO-AX connection with end of line termination tee's ? This is the only 10Mbit cable I can think of.

If this is the case you will just need to plug each computer into eachother.
Make sure each end has an end of line termination on it!

Then its time to learn samba!! Good luck
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Connect linux to XP internet connection sharing scobal Linux - Networking 1 06-04-2005 05:34 PM
how i can make connect to internet through another computer ibrhaidar Linux - Networking 2 12-25-2004 11:41 AM
sharing the internet connection of a windows xp computer... villieb Linux - Networking 1 04-17-2004 04:00 PM
Network Configuration to allow internet connection through gateway computer Ultrakapy Linux - Networking 3 07-30-2003 04:06 PM
slow internet connect and no lan connection jezza Linux - Newbie 1 02-12-2002 07:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration