Networking unix & windows


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Networking unix & windows
# 1  
Old 03-09-2005
Networking unix & windows

I have very basic question:

I have 2 windows sytem & 1 Unix system & wanted to put all three system into one network to each other.
what kind of other hardware I need? like cable , router?
can anybody tell me the configuration? like how to connect to external hardware to put into network?

Thank you in advance,
# 2  
Old 03-09-2005
You just need a hub and have all the machine on the same network and subnet.
# 3  
Old 03-11-2005
Goals?

What are you trying to achieve by networking these computers, is it just for the purpose of sharing an internet connection or are you planning on setting up mounts and print shares?
# 4  
Old 03-15-2005
You only need a hub and of course ethernet cards. to interconnect linux with you windows you'll have to configure samba. all you have to do is go to /etc/smb.conf and add you machine name (this name will be shown on the windows machine). add a user in by using useradd command so that windows can connect to you.
to use windows share use
mount smbfs -o username=xyz,password=abc //windowmachine/share /mnt/folder
i'm sorry if i've forgot something. give me you email and i'll send you the configuration file.
Regrads
# 5  
Old 03-15-2005
Quote:
Originally Posted by mskzned
You only need a hub and of course ethernet cards. to interconnect linux with you windows you'll have to configure samba. all you have to do is go to /etc/smb.conf and add you machine name (this name will be shown on the windows machine). add a user in by using useradd command so that windows can connect to you.
to use windows share use
mount smbfs -o username=xyz,password=abc //windowmachine/share /mnt/folder
i'm sorry if i've forgot something. give me you email and i'll send you the configuration file.
Regrads
Lets keep all relevant information exchanges on the board so that the next person who comes along can benefit as well.

Like chek said, it would make it easier if we knew what exactly you wanted to do with these network computers. Is it merely to browse the web? Share files? Set up a web server? Reply back and we'll try to help.
# 6  
Old 03-15-2005
Something like would probaby be more useful

Quote:
Originally Posted by mskzned
mount -t smbfs -o username=xyz,password=abc,uid=xyz //windowmachine/share /mnt/folder
# 7  
Old 03-16-2005
Wow,

I didn't know that we can mound Windows drives via sambha.

But on executing the command

mount smbfs -o username=xyz,password=abc //windowmachine/share /mnt/folder

it gave me error.
On researching i found out that i dont have the "smbfs" option.

On removing the "smbfs" option it gave me "permission denied", that i can remove by doing with root password, but the problem is what is "smbfs" option and without it will it mount Windows drives.

Also do i have to have the same user name in Windows and give him rights in that share.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Compatibility between Unix & Windows

Pl. let me know whether Sun Solaris Server (Unix OS) is compatible with Windows Server or Vise Versa. Can i update the data first in Windows Server and then copied it to Sun Solaris Server or Vise Versa. (1 Reply)
Discussion started by: seemaitri
1 Replies

2. AIX

sftp between Unix & windows

Guys, sftp between Unix & Windows I'd like to get good software or a way to how to configure sftp between ( windows to Unix ) and ( Unix to windows ) to be automatic login between the different operating systems without asking password .. Pls assist in this regard … (3 Replies)
Discussion started by: Mr.AIX
3 Replies

3. Shell Programming and Scripting

Perl for Unix & Windows

Hi Even though this is unix forum, iam posting this thread as iam not sure of which forum should i post this too. I understand perl can be used in unix environment and i have used the same for automation of my processes. Eg: Open a file search the text string replace the text string close... (9 Replies)
Discussion started by: kenkanya
9 Replies

4. UNIX for Dummies Questions & Answers

FILE MANAGEMENT in WINDOWS & UNIX

Hi, I am a new member here. I am in my final year of engineering in Computer & Information Systems. Wanted to know, how file management is done in both windows and unix. Kindly, tell me anyone who knows it in detail, or has any links regarding it. Thanks (1 Reply)
Discussion started by: farazcis
1 Replies

5. UNIX for Dummies Questions & Answers

Different Format in Unix & Windows

I used the following commands to store the discription of "sed" into a unix file: man sed > sed.txt But, after I download the file "sed.txt" to a Windows XP system, the file can not be displayed correctly. How to change the format of a Unix file to a Windows one? (5 Replies)
Discussion started by: endeavour1985
5 Replies

6. IP Networking

UNIX OS & Windows XP

Hello, Can someone please tell me if it is possible to install a Unix Os on a system that already has a Windows XP? If so, how do i go about it doing it?: (6 Replies)
Discussion started by: Ike
6 Replies

7. IP Networking

Networking Configuration for between UNIX and Windows OS

Good day! Im interested with unix application, however i don't have any idea on how to configure network on unix applicaton(server) to have a connection with windows operating system (worksatation). Please give me some facts how network works between unix and windows. (4 Replies)
Discussion started by: rbbarrera
4 Replies

8. UNIX for Dummies Questions & Answers

Networking a SCO Unix box with a windows lan

Hi there! We have a SCO UNIX box that uses a bunch of dumb terminals. We also have a workgroup of 5 stations Is there a way that we can network the UNIX box to the workgroup for dumb terminal.. A novice would think you could TCP the UNIX machine through a hub and use hypertermal as a dumb... (6 Replies)
Discussion started by: huilai
6 Replies

9. UNIX for Advanced & Expert Users

Connectivity B/w Unix & windows

i want to install ScO UNIX 5.1 in a windows 98 system. i want it as a DUAL BOOT system. can i doit? If yes How. and also i want to network unix with my clients. is it poosible to network both unix & windows thru a single network card. if yes how? also i wanted to know that thru a switch can i... (3 Replies)
Discussion started by: jigs
3 Replies

10. IP Networking

Networking UNIX with WINDOWS

I am not that great with unix yet, We use them to run our test equipnemt for work. I am now trying to set them all up on the same network (hub) Is there a way that you can make the Windows unit see the Unix Box? I can only transfer file through a FTP program from the Unix to windows. ( This all... (2 Replies)
Discussion started by: jrb22250
2 Replies
Login or Register to Ask a Question