LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-28-2002, 09:03 PM   #1
DrGump
LQ Newbie
 
Registered: Feb 2002
Posts: 6

Rep: Reputation: 0
Adding a Linux Server to a Windows network


I'm new to Linux, but have built a machine to add to my Windows network. How can I tell if Linux has the proper drivers loaded for the linksys card I put in the machine? I'm also trying to find the equivalent to "network neighborhood" under windows. The Windows network is running Wingate to access my cable modem, so I'd like that functionallity also. Any help is greatly appreciated.
 
Old 03-01-2002, 05:55 AM   #2
mircea
Member
 
Registered: Oct 2001
Location: Bucuresti - Romania
Distribution: RedHat 7.2
Posts: 42

Rep: Reputation: 15
setup a samba server

see ur neighbours with smbclient -L //server
 
Old 03-01-2002, 07:09 AM   #3
DrGump
LQ Newbie
 
Registered: Feb 2002
Posts: 6

Original Poster
Rep: Reputation: 0
But where in the GUI is that issued?
 
Old 03-01-2002, 07:14 AM   #4
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
i guess you want Linneighborhood, but personally i'd avoid it, cos it's annoying and just leaves you thinking like windows, which is naturally a bad thing. check the networking howto on how to sget your card up and running for sure.
 
Old 03-01-2002, 07:23 AM   #5
DrGump
LQ Newbie
 
Registered: Feb 2002
Posts: 6

Original Poster
Rep: Reputation: 0
What is "Linneighborhood". I guess I need a plain screen, not the GUI that Linux installed with.
 
Old 03-01-2002, 07:28 AM   #6
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
the GUI linux installed with? what are you takling about? i don't follow... linneighborhood is a linux gui to make samba less "scary" for windows users.
 
Old 03-01-2002, 07:34 AM   #7
DrGump
LQ Newbie
 
Registered: Feb 2002
Posts: 6

Original Poster
Rep: Reputation: 0
My Linux 7.1 looks very "windowish". Cute little icons on a desktop, much as windows 9x would be. It even has a taskbar and system tray. If I was in Windows, I'd issue a start-run-command to get to a "dos" prompt. Linus doesn't seem to provide for that.
 
Old 03-01-2002, 07:38 AM   #8
Mik
Senior Member
 
Registered: Dec 2001
Location: The Netherlands
Distribution: Ubuntu
Posts: 1,316

Rep: Reputation: 47
Linux is based on the command line. So you can get your dos prompt thingy just like in windows. Just don't look for something called dos, look for something called terminal instead. Like a xterm. Or you could try pressing CTRL ALT F1 , F2 , F3 etc.....
 
Old 03-01-2002, 07:44 AM   #9
DrGump
LQ Newbie
 
Registered: Feb 2002
Posts: 6

Original Poster
Rep: Reputation: 0
Yep, ctrl-alt-f1 brought up the screen I expected when I purchased Linux. Thank you. Now, back to the original question: How can I determine if my network card has the proper drivers loaded. I want to connect this server to my network and have the Windows=based computers be able to access an Oracle instance on the Linux server.
 
Old 03-01-2002, 08:37 AM   #10
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
Quote:
Originally posted by DrGump
My Linux 7.1 looks very "windowish". Cute little icons on a desktop, much as windows 9x would be. It even has a taskbar and system tray. If I was in Windows, I'd issue a start-run-command to get to a "dos" prompt. Linus doesn't seem to provide for that.
being picky, and NOT meaning in in an offensive way...

linux 7.1.. NO! redhat 7.1 (i presume) yes. "linux" itself is only the 10mb or so of kernel and loadable modules.

you say linux looks "windowsish" and it's not... firstly it's the X window server that does the windows stuff, and secondly it's KDE running inside an X window server that makes it look like that. there are MANY better less windowsy winodw managers. you've SOOOO much control over what it looks like you wouldn't believe... well.. maybe you would...

erm.. network.. well run "route" or "ifconfig" to show the state of your network. the NIC should be called eth0. so check for that. also try runnign netconfig to set it up if it's not already. chacnes are tho it's running fine already.
 
Old 03-01-2002, 08:48 AM   #11
DrGump
LQ Newbie
 
Registered: Feb 2002
Posts: 6

Original Poster
Rep: Reputation: 0
I apologize if I sound like a Windoze bigot, but I'm doing my best to learn this redhat thingy. Running ifconfig shows that the network card has pulled dhcp from the router. It is called eth0, and there is also a "loopback" running. I guess this means that the Linux machine is up and on the network. How do I configure this machine to be accessible from the Windows 9X machines? They are looking for any computer on "homenet". I further assume that I need to assign a machine name to this Linux computer so it can be "seen" by other computers on the network. This may also be the reason that I can't access the cable modem that is on the router. Yea, I'm gonna buy a book today. The RedHat dox sux.
 
Old 03-01-2002, 09:25 AM   #12
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, as it's up it IS accessible by windows machines. it'll just happen to not be running an SMB block server at the moment. so read up on samba, and get it running ok. it should alredy be installed. samba.org for more info
 
  


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
Adding a Linux server to a Windows domain Yig Linux - Networking 3 12-01-2005 09:33 AM
I can't network a linux machine with a windows 2000 Server. Loco-Guzm Linux - Networking 13 03-29-2005 10:50 AM
Problem with Linux server in Windows Network rjneeley Linux - Networking 1 06-12-2004 09:55 PM
windows xp network with linux server Digital_Err0r Linux - Networking 4 05-26-2004 07:12 AM
Help adding Linux 9.0 Server to a windows domain akhan02 Linux - Newbie 1 09-02-2003 01:35 AM

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

All times are GMT -5. The time now is 02:47 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