LinuxQuestions.org
Help answer threads with 0 replies.
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
 
LinkBack Search this Thread
Old 01-15-2005, 03:09 PM   #1
Doug.Gentry
Member
 
Registered: Aug 2003
Location: Enumclaw, Washingtion. USA
Distribution: Suse 9.2, Fedora 3, wifes XP
Posts: 143

Rep: Reputation: 15
viewing my linux drive from XP


I have two systems set up here at home. I have my Fedora computer and my wife has her XP system.

We're connected through a D-LINK DI-604 router.

From my fedora box I can see her computer and dig around in al her files with no problems at all.

When I'm on her XP Pro and try and look in Network neighborhood my linux box doesn't show up.

Iknow this has to be an easy fix and to tell you the truth this is the first place I've turned to for help.

I assure you I'll also go take a look at the man pages and do a tad bit more research as I await with baited breath your response to my questions.


thanks
Doug
 
Old 01-15-2005, 03:21 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 58
You will need to install and configure samba:
http://www.samba.org
 
Old 01-23-2005, 02:49 AM   #3
Doug.Gentry
Member
 
Registered: Aug 2003
Location: Enumclaw, Washingtion. USA
Distribution: Suse 9.2, Fedora 3, wifes XP
Posts: 143

Original Poster
Rep: Reputation: 15
Must be getting close

At least now when I go look at her "My Entire Network" I see Microsoft Windows Network and then"My Group, I click on that and see "Samba server" (LocalHost).... when I click on that I get the
//localhost is not accessabl. You might not have premission to use this network resource.
Contact your administrator of this server to find out if you have access premission

You were not conected because a duplicate name exsits on the network. Go to system in the control panel to change the computer name and try again.

I did change the name and I still get this error.
HMMMmmmm??
 
Old 01-23-2005, 12:47 PM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 58
Try setting the "netbios name" parameter in smb.conf and restart samba.
 
Old 01-23-2005, 03:54 PM   #5
Doug.Gentry
Member
 
Registered: Aug 2003
Location: Enumclaw, Washingtion. USA
Distribution: Suse 9.2, Fedora 3, wifes XP
Posts: 143

Original Poster
Rep: Reputation: 15
Try setting the "netbios name" parameter in smb.conf and restart samba.


__________________

HMMmmmm, how does one do that?
 
Old 01-23-2005, 08:06 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 9,917

Rep: Reputation: 338Reputation: 338Reputation: 338Reputation: 338
Edit the /etc/smb.conf file and add a line in the global section:
netbios name = anyname

Change anyname to something of your choice. To restart samba in a console window (as root) type in the following command:
service smb restart
 
Old 01-24-2005, 12:18 AM   #7
mosteal
LQ Newbie
 
Registered: Aug 2004
Posts: 3

Rep: Reputation: 0
Boy do I remember this problem and I spent months trying to fix it through all type of configuration files and nothing worked!!! I have Red Hat 9 but I am pretty sure its the same problem as I had the exact same errors you are having.

You have to turn off your firewall on the linux computer. Thats it. Now how do you do that? That I dont remember as I got so frustrated with linux I quit but now Microsoft drove me back again. I remember using the iptables command but thats about it. As soon as this one Unix tech told me how to do that--I had no problems looking at files in XP pro.

Now if anyone can tell me how to setup a FTP server on Red Hat in kindergardner like fashion--I would be exstatic.

Mosteal
 
Old 01-24-2005, 03:39 PM   #8
Doug.Gentry
Member
 
Registered: Aug 2003
Location: Enumclaw, Washingtion. USA
Distribution: Suse 9.2, Fedora 3, wifes XP
Posts: 143

Original Poster
Rep: Reputation: 15
I ahd that problem before of not being able to see my hunnys computer files on her XP machine. It did turn out to be a firewall active on Linux,fedora, I turned it off and I had no problems at al then seeing her files.

Since I have a router that's acting as the firewall I wasn't worried about disabling the fedora one.

The real issue is from My wifes..."shannon" XP computer I can't see my Fedora box.

I'll go back in and follow those directions in a little bit. Right now I'm installing Suse 9.2 on another drive.

Thanks for your help
Doug
 
Old 01-24-2005, 03:57 PM   #9
drj000
Member
 
Registered: Sep 2004
Location: Hagerstown, MD
Distribution: Ubuntu Natty Narwahl
Posts: 258

Rep: Reputation: 31
The key is probably your smb.conf file. I had the same problem before. I realized the real problem was that WinXP seems to be expecting a very basic Samba share, but Samba's default configuration is a bit more secure than Windows', so Windows has some trouble figuring out it needs to ask for a password and stuff. I fixed it by getting rid of basic security settings, which is fine since it's just a home network. Here's a few settings I needed to change.
Code:
#Global Preferences
password server = None
security = SHARE
workgroup = mshome (This could be different on your network, but that's the Windows default setting)
netbios name = What name you want for your computer, so that in Windows Explorer you can just type //name 
server string = This will show up in Windows Network Neighborhood, as your computer name
You'll also have to add whatever shares you want in that file too, and give them appropriate permissions.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Viewing a network drive Omnica Linux - Networking 3 01-18-2005 10:25 AM
Viewing a windows drive SVO4dot6 Linux - Newbie 3 03-15-2004 06:44 PM
viewing contents of CD drive aymbpc Linux - Newbie 2 08-31-2003 05:55 PM
Viewing my CD ROM drive Jabber63 Linux - Hardware 5 08-14-2003 06:11 PM
Viewing Windows Partion/Drive HaTHor Linux - Newbie 1 02-18-2003 02:35 AM


All times are GMT -5. The time now is 09:18 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration