Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Samba is killing me!!! :O
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
noise
n00b
n00b


Joined: 07 Nov 2002
Posts: 35

PostPosted: Tue Nov 12, 2002 11:29 pm    Post subject: Samba is killing me!!! :O Reply with quote

I think I'm having a nervous breakdown!!!

I have been going trough the samba troubleshooting:
http://hr.uoregon.edu/davidrl/DIAGNOSIS.txt

And i came to test #5:
Quote:

TEST 5:
-------

run the command "nmblookup -B ACLIENT '*'"

You should get the PCs IP address back. If you don't then the client
software on the PC isn't installed correctly, or isn't started, or you
got the name of the PC wrong.

If ACLIENT doesn't resolve via DNS then use the IP address of the
client in the above test.


Here is what my Server had to say when i typed in the command nmblookup -B IRONY '*' (witch is my WinXP PC - 'the client'):
Quote:

querying * on 192.168.0.2
name_query failed to find name

That's the right IP allright ... but he can't find the name

When i type in the same command for the server... it's working.

Also.. assuming that my Linux Server is named 'NOISE'....
When i type in ping NOISE in WinXP MSDOS prompt...
Should I expect to get any ping? Couse it's not working.. I have to type in the Linux Server IP address in order to ping.


... any idea is MORE then welcome...

//noise
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1408
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Tue Nov 12, 2002 11:51 pm    Post subject: Reply with quote

Do you have Netbios turned on for your WinXP box? If you don't that's at least PART of your troubles. IRONY needs to have Netbios running for Samba to be able to resolve a name. As for IRONY being able to ping NOISE depends on your network and how you have things configured. If everybody is using Netbios (NOISE using it via Samba) then it should work, alternatively if you have a DNS server that is configured properly and all your machines are talking to it you can get name resolution when using ping without having Netbios working.

Hope that helps!

Regards,
BonezTheGoon
Back to top
View user's profile Send private message
noise
n00b
n00b


Joined: 07 Nov 2002
Posts: 35

PostPosted: Wed Nov 13, 2002 12:54 am    Post subject: Reply with quote

I just did a nmap scan on IRONY (my WinXP)

nmap -sUT IRONY
Quote:

123/udp - ntp
135/tcp - loc-srv
445/tcp - microsoft-ds
445/udp - microsoft -ds
500/udp - isakmp
1025/tcp - NFS-or-IIS
1030/udp - iad1
1900/udp - UPnP
3306/tcp - mysql
5000/tcp - UPnP


These are open... and i assume that none of them is NETBIOS? It's suppose to be 139/udp.. am i right?

Ok how do I open it?

In "Local area connection properties" it says that NWLINK NetBIOS is installed. What else do i need to do to open it?
Back to top
View user's profile Send private message
noise
n00b
n00b


Joined: 07 Nov 2002
Posts: 35

PostPosted: Wed Nov 13, 2002 1:19 am    Post subject: Reply with quote

OK.. I managed to enable NenBIOS on IRONY (WinXP) and command ping NOISE (noise is Linux server - router\samba) is working.. i'm pinging :)

But when I go to add new network place... and enter \\NOISE\tmp = STILL NOT WORKING!!!
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1408
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Wed Nov 13, 2002 1:49 am    Post subject: Reply with quote

Do you actually have a share on the box NOISE that is named 'tmp' (I don't know if case matters when browsing with Samba) that is world viewable -- ie everyone has permission to see it?

Regards,
BonezTheGoon
Back to top
View user's profile Send private message
noise
n00b
n00b


Joined: 07 Nov 2002
Posts: 35

PostPosted: Wed Nov 13, 2002 2:56 am    Post subject: Reply with quote

yeah.. its /tmp full rights to anyone...
and here is the smb.conf
Quote:

[global]
netbios name = NOISE
workgroup = MINDLESS
loglevel = 2
Logfile = /usr/local/samba/var/samba.log
security = user

host allow = 192.168.0.2
host deny = ALL

encrypt passwords = yes
smb passwd file = ////..path

#not sure if need this one but i saw it in a HOWTO
[NETLOGON]
path = ////....path
read only = yes

[tmp]
path = /tmp
read only = no


- acount irony has been created
- smb passwd for the account too

I think I have tryed EVERYTHING now and i'm freeking out... I'll get it tho ;)
Could use some help hehe
Cmon ppl.. tell me what to do...

Here are some of the things that might help tracking down the errror:

irony = winXP = 192.168.0.2
noise = Linux samba server = 192.168.0.1


If i run these commands from linux server:
Quote:

# nmblookup -B irony '*'

querying * on 192.168.0.2
name_query failed to find name


Quote:

# smbclient //noise/tmp

session request to NOISE failed (Not listening for calling name)
session request to *SMBSERVER failed (Not listening for calling name)


And from the WinXP:
Quote:

net view \\noise

System error 53 has ocured
The network path was not found


Once again.. Thanks in advance!!!

//noise
Back to top
View user's profile Send private message
noise
n00b
n00b


Joined: 07 Nov 2002
Posts: 35

PostPosted: Wed Nov 13, 2002 5:29 am    Post subject: Reply with quote

Hmmm.. it seems like nmbd is not working as it should.

netstat -ap says that only smbd is LISTENING while nmbd is just open or something... i dont understand this.
I can now connect to samba when running smbclient from Linux server (samba server). But when I try to connect from WinXP = still same error.
I tripple checked that username&password are same on windows, linux and samba.

Can i somehow reinstall nmbd? I did try emerge -s nmbd but it came back with no match...

So.. what now I must ask..? :)

//noise
Back to top
View user's profile Send private message
noise
n00b
n00b


Joined: 07 Nov 2002
Posts: 35

PostPosted: Wed Nov 13, 2002 7:59 am    Post subject: Reply with quote

ENTIRE DAY AND NIGHT!!!! AND I DID IT :)))))

It was my firewall... Beeing lazy as I am I downloaded rc.firewall instead of wrighting my own rules...
I suppose that this is what you get when taking a easy way out ;)

Anyway.. Samba is working perfectly now weeehaaaaaaaaaa :) :)

Thanx for the tips ppl
//noise
Back to top
View user's profile Send private message
Qubax
Guru
Guru


Joined: 19 Jul 2002
Posts: 451
Location: Tirol, Austria

PostPosted: Wed Nov 13, 2002 8:04 am    Post subject: Reply with quote

do worry much about your gentoo box - my brother has his box just for playing games, so he uses XP.
we never found out why, but he was never able to search or mount something in the network, until he reinstalled XP (doing the same install as before) and now it works.
i think if you have access from your linux to samba shared dirs, you have made everything right, now the problem might be on the other side of the network
do you have the possibility to check if the xp box is working fine in a network, or are there just these two boxes in the network?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum