LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Networking Mandrake to two Windows XP (https://www.linuxquestions.org/questions/linux-networking-3/networking-mandrake-to-two-windows-xp-113607/)

netpets 11-07-2003 08:50 PM

Networking Mandrake to two Windows XP
 
OK, I know that I could have done a search, but to be honest, i looked at the first 3 pages and found no answere to my question.

I use a Realtek 8139 to network to two Windows XP machines.

I have the following protocals/services installed:
TCP/IP
NetBIOS
IPX/SPX

I am just wondering how I can set up my Network so it will run under Mandake

Internet works allready so that is no hassle, it is now just getting files off the server (if you need to know, the computername is "svr" and the internal IP is 192.168.0.1)

Thanks for helping out a complete noobie on Linux

Tim
13 Y.O!

tkrin 11-07-2003 10:47 PM

Maybe I'm wrong, but it seems you want to share files among your linux and windows systems? If that is the case, you want to setup Samba on your linux box. Samba allows non-windows systems (basically *nix) to communicate with Windows systems. Here is a link to Samba documentation that can get you started.

What Mandrake version?

netpets 11-07-2003 10:56 PM

Well, It will be Mandrake 9.1

Umm, it will be the windows XP computer that shares the files
And it would be nice to share files on Mandrake but not 100% nessesary.

Umm, thanks for the link to sambar, going to read now!

Also, thanks for the quick reply

tkrin 11-07-2003 11:05 PM

No problem. Samba is what you want. You should be able to use a basic setup without too much difficulty. The Using Samba and HowTo Collection links will be very helpful.

netpets 11-07-2003 11:09 PM

I know that this may be a little ummm., difficault, but could you please give me a sample quick and easy setup guide or do you recomend reading the manuels.

Thanks
Tim

machala 11-08-2003 04:42 AM

Read "man smb.conf" and edit this file (most probably located in /etc/samba dir).
Then start samba by "/etc/init.d/samba start" (will work most probably).

It is pretty easy to setup simple shares with no security (usable for home environment, with "security = share" policy).

Easier way to edit smb.conf is through SWAT web-based management tool, but not every distribution has it installed...

So much for the server (sharing your Mandrake files with WinXP).

As for the reverse:

Samba client should be running already (most probably again). Can check this in Mandrake Control Center.

If it is runing correctly, you can enter the following command in Konqueror (or any other file manager):
smb://(name or IP address of the XP machine)/(name of the share)

Or enter the smbmount command (read man smbmount) and mount WinXP shares to local mandrake dir.

Expect your XPs are already set up for file sharing??? If not, this won't work!!!


All times are GMT -5. The time now is 01:27 PM.