Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-28-2002, 09:03 PM
|
#1
|
|
LQ Newbie
Registered: Feb 2002
Posts: 6
Rep:
|
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.
|
|
|
|
03-01-2002, 05:55 AM
|
#2
|
|
Member
Registered: Oct 2001
Location: Bucuresti - Romania
Distribution: RedHat 7.2
Posts: 42
Rep:
|
setup a samba server
see ur neighbours with smbclient -L //server
|
|
|
|
03-01-2002, 07:09 AM
|
#3
|
|
LQ Newbie
Registered: Feb 2002
Posts: 6
Original Poster
Rep:
|
But where in the GUI is that issued?
|
|
|
|
03-01-2002, 07:14 AM
|
#4
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,682
|
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.
|
|
|
|
03-01-2002, 07:23 AM
|
#5
|
|
LQ Newbie
Registered: Feb 2002
Posts: 6
Original Poster
Rep:
|
What is "Linneighborhood". I guess I need a plain screen, not the GUI that Linux installed with.
|
|
|
|
03-01-2002, 07:28 AM
|
#6
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,682
|
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.
|
|
|
|
03-01-2002, 07:34 AM
|
#7
|
|
LQ Newbie
Registered: Feb 2002
Posts: 6
Original Poster
Rep:
|
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.
|
|
|
|
03-01-2002, 07:38 AM
|
#8
|
|
Senior Member
Registered: Dec 2001
Location: The Netherlands
Distribution: Ubuntu
Posts: 1,316
Rep:
|
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.....
|
|
|
|
03-01-2002, 07:44 AM
|
#9
|
|
LQ Newbie
Registered: Feb 2002
Posts: 6
Original Poster
Rep:
|
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.
|
|
|
|
03-01-2002, 08:37 AM
|
#10
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,682
|
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.
|
|
|
|
03-01-2002, 08:48 AM
|
#11
|
|
LQ Newbie
Registered: Feb 2002
Posts: 6
Original Poster
Rep:
|
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.
|
|
|
|
03-01-2002, 09:25 AM
|
#12
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,682
|
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
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:15 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|