LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-30-2002, 07:45 AM   #1
hamsterdude
Member
 
Registered: Mar 2002
Distribution: Mandrake 8.2
Posts: 62

Rep: Reputation: 15
Complete newbie at networking . . .


I'd like to set up a network between my computer (Mandrake 8.2) and my siter's computer (Windows 98 - and yes I've tried converting her to the penguin way but she's resolved to stick with microsoft!). Also I'd like to incorporate my Dad's Mac (but that's for another day). I've bought a netgear ethernet switch and put a Netgear FA311 inboth mine and my sisters computers. Booted them both into windows, installed drivers and it's networked fine, so I'm sure all the hardware works. I then booted by PC into linux, harddrake configured my card. Now what?
Any help would be great, Thanks
 
Old 07-30-2002, 08:17 AM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Have you configured both machines IPs in WIndows? If yes, do the same in Linux. So run Mandrake Control Center find the networking part, enter the right IP and it should work. Test it using
ping -c 4 your_sister_machine_ip
When you have a connection, you'd like to share files, right? Make sure you have Samba packages installed (all of them), then use Filesharing in Mandrake Control Center to specify what you'd like to share.
BTW You can browse the shares using Konqueror.
 
Old 07-30-2002, 09:18 AM   #3
hamsterdude
Member
 
Registered: Mar 2002
Distribution: Mandrake 8.2
Posts: 62

Original Poster
Rep: Reputation: 15
In windows both the computers are set to "obtain an IP address automatically".
 
Old 07-30-2002, 01:03 PM   #4
Ionized
Member
 
Registered: Jul 2002
Location: Chicago Suburbs
Distribution: Slackware 8.0
Posts: 51

Rep: Reputation: 15
Quote:
Originally posted by hamsterdude
In windows both the computers are set to "obtain an IP address automatically".
I'm not sure this will work on a normal network (anyone affirm this?)
I've setup my windows networking to specific IP addresses (using the private net 10.0.0.*). I'd suggest setting whatever will be your server to something like 10.0.0.1 and the other "client" machines to 10.0.0.2, 10.0.0.3...etc.

Basically, make sure you have samba installed in Linux and the windows file sharing in windows...and you should be set, at least for installation of things.
 
Old 07-30-2002, 01:08 PM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well yes you will obviously need to set up a dhcp server to get your automatic address from in the first place... persoanlyl i jsut use a class A (10.0.0.x ) network
 
Old 07-30-2002, 01:18 PM   #6
hamsterdude
Member
 
Registered: Mar 2002
Distribution: Mandrake 8.2
Posts: 62

Original Poster
Rep: Reputation: 15
cool, that all sounds easy enough to do. What should I put as the 'subnet mask' thingy?
 
Old 07-30-2002, 01:28 PM   #7
hamsterdude
Member
 
Registered: Mar 2002
Distribution: Mandrake 8.2
Posts: 62

Original Poster
Rep: Reputation: 15
hmm, I just noticed something on the linux bootup (i tend not to watch it), but while starting up it tells me that it is "bringing up eth0 . ." it then waits a few seconds and fails. Is this usual or should I be scared to the very depths of my soul?
 
Old 07-30-2002, 01:31 PM   #8
Ionized
Member
 
Registered: Jul 2002
Location: Chicago Suburbs
Distribution: Slackware 8.0
Posts: 51

Rep: Reputation: 15
Ok, on a related note to the subnet mask question....I've always been curious what the significance of this is when you're setting an IP address configuration. With IP rules like ipchains/iptables I know it's used to match a certain range of IPs, but when you're setting up a network interface, what's the significance of subnet masks?

BTW, I use the subnet mask 255.255.255.0, but like I said...I don't really know what this means in this context.
 
Old 07-30-2002, 03:17 PM   #9
hamsterdude
Member
 
Registered: Mar 2002
Distribution: Mandrake 8.2
Posts: 62

Original Poster
Rep: Reputation: 15
I am now very happy, I pinged my little sisters computer. Now what should I do if I want to share folders etc. Also, how do I access those folders that my sister's sharing?
 
Old 07-30-2002, 03:53 PM   #10
Ionized
Member
 
Registered: Jul 2002
Location: Chicago Suburbs
Distribution: Slackware 8.0
Posts: 51

Rep: Reputation: 15
Quote:
Originally posted by hamsterdude
I am now very happy, I pinged my little sisters computer. Now what should I do if I want to share folders etc. Also, how do I access those folders that my sister's sharing?
Make sure you have NetBEUI installed on the windows machines....make sure that the "file and print sharing" is turned on....and then you can right click on c:\ and select "share". Set a password and you should be in great shape.
 
Old 07-30-2002, 07:02 PM   #11
hamsterdude
Member
 
Registered: Mar 2002
Distribution: Mandrake 8.2
Posts: 62

Original Poster
Rep: Reputation: 15
ok, but where will I find the windows drive on my Linux PC
 
Old 07-30-2002, 10:27 PM   #12
Ionized
Member
 
Registered: Jul 2002
Location: Chicago Suburbs
Distribution: Slackware 8.0
Posts: 51

Rep: Reputation: 15
Quote:
Originally posted by hamsterdude
ok, but where will I find the windows drive on my Linux PC
This is done through samba. You should look at the docs on that, but it's pretty simple to setup.
The command I use to mount a shared directory of my windows machine on the linux machine is:

smbmount //computername/c /mnt -o password=password
 
Old 07-31-2002, 04:09 AM   #13
hamsterdude
Member
 
Registered: Mar 2002
Distribution: Mandrake 8.2
Posts: 62

Original Poster
Rep: Reputation: 15
ok, I installed netbui on my little sister's machine and now I can't ping her. Help?
 
Old 07-31-2002, 04:12 AM   #14
hamsterdude
Member
 
Registered: Mar 2002
Distribution: Mandrake 8.2
Posts: 62

Original Poster
Rep: Reputation: 15
sorry, false alarm, it wasn't plugged in properly (sorry). But just out of interest, why do I need netbui?
 
Old 07-31-2002, 04:27 AM   #15
hamsterdude
Member
 
Registered: Mar 2002
Distribution: Mandrake 8.2
Posts: 62

Original Poster
Rep: Reputation: 15
Hooray!!! Thanks dudes! I now have access to my sister's MP3 collection (pity she has such a poor taste in music). Now the big question is, how do I give her access to mine?
 
  


Reply



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
Complete Newbie reset Linux - Newbie 15 08-31-2003 02:21 PM
Can Someone Please Post "The Complete Idiots' guide to samba networking!' ??? shassouneh Linux - Networking 49 05-07-2003 09:50 PM
Complete newbie dat_chibi Linux - Newbie 5 12-01-2002 12:50 PM
Complete newbie at networking gets adventerous with broadband hamsterdude Linux - Networking 3 08-02-2002 02:20 PM
Help Please..complete newbie. scoops98 Linux - Software 7 11-27-2001 04:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:17 AM.

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