LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-17-2007, 03:43 AM   #1
Linux.Learner
LQ Newbie
 
Registered: Feb 2007
Posts: 5

Rep: Reputation: 0
Samba windows client sharing


Hi, I am using SuSE 10.2. My samba server is running on my machine. i am able see my server from another windows machine in MY NETWORK PLACES. But i couldn't able to connect to any windows machine. How to check shares of all windows clients in LAN of 100 systems?

Please help me.........
 
Old 02-18-2007, 05:40 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there..

how do you try to connect to other windows machines from linux.. can you specify?

also are these windows machines on some Domain or workgroup?

regards
 
Old 02-18-2007, 08:22 AM   #3
Linux.Learner
LQ Newbie
 
Registered: Feb 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Use konqueror

configure smb.conf properly and open konqureor there u can find network folders open it there in the address bar u can find smb or otherwise u can enter smb:/ip address of ur windows machine.
 
Old 02-18-2007, 08:30 AM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
well there are 2 things here.

One is to to use SMB-client and Second is SMB-server.
When you are accessing windows machines on your Linux box.. you need not configure samba server that you do with smb.conf


Also make sure that your konqueror browser should have proper support for SMB protocol.. If not then try using some other browsers from samba.org or you can try using smbmount or smbclient from the command line.

regards
 
Old 02-18-2007, 08:49 AM   #5
chus_84
Member
 
Registered: Feb 2007
Posts: 38

Rep: Reputation: 15
Unable to find shared files...

I am accessing form smbclient, i am simply opening it and entering ip address. But, how to find all the windows machines which are offering shares......
 
Old 02-18-2007, 08:56 AM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
As I mentioned you can look for some browsers with that support to show you the systems in the workgroup or domain

Network browser in Gnome supports it. Lookout for other browsers from samba.org

regards
 
Old 02-18-2007, 09:25 AM   #7
Linux.Learner
LQ Newbie
 
Registered: Feb 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Network Browser

Thanks for ur reply, Can u kindly tell me the path of Network Browser in system
 
Old 02-18-2007, 09:29 AM   #8
xjlittle
Member
 
Registered: Aug 2003
Location: Indiana
Distribution: fc6 sles9 & 10 kubuntu ubuntu-server
Posts: 240
Blog Entries: 2

Rep: Reputation: 30
I think this is what your looking for:
Code:
jslittl@co-laptop:~$ smbclient -L ubuntuserver
Password: ##==>don't endter a password here-just hit enter
Anonymous login successful
Domain=[HOME.LOCAL] OS=[Unix] Server=[Samba 3.0.22]

        Sharename       Type      Comment
        ---------       ----      -------
        ADMIN$          IPC       IPC Service (ubuntuserver server (Samba, Ubuntu))
        IPC$            IPC       IPC Service (ubuntuserver server (Samba, Ubuntu))
        print$          Disk      Printer Drivers
        netlogon        Disk      Network Logon Service
        music           Disk      music share
Anonymous login successful
Domain=[HOME.LOCAL] OS=[Unix] Server=[Samba 3.0.22]

        Server               Comment
        ---------            -------
        JEREMY               
        UBUNTUSERVER         ubuntuserver server (Samba, Ubuntu)

        Workgroup            Master
        ---------            -------
        HOME                 JULIE
        HOME.LOCAL           UBUNTUSERVER
        HOMEINTRANET         JACIE
jslittl@co-laptop:~$
or maybe this:
Code:
jslittl@co-laptop:~$ smbtree
Password: 
HOMEINTRANET
        \\JACIE                         jacie (Xandros Desktop)
                \\JACIE\ADMIN$          IPC Service (jacie (Xandros Desktop))
                \\JACIE\IPC$            IPC Service (jacie (Xandros Desktop))
HOME.LOCAL
        \\UBUNTUSERVER                  ubuntuserver server (Samba, Ubuntu)
                \\UBUNTUSERVER\music            music share
                \\UBUNTUSERVER\netlogon         Network Logon Service
                \\UBUNTUSERVER\print$           Printer Drivers
                \\UBUNTUSERVER\IPC$             IPC Service (ubuntuserver server (Samba, Ubuntu))
                \\UBUNTUSERVER\ADMIN$           IPC Service (ubuntuserver server (Samba, Ubuntu))
        \\JEREMY         
                \\JEREMY\ADMIN$                 Remote Admin
                \\JEREMY\SharedDocs     
                \\JEREMY\IPC$                   Remote IPC
                \\JEREMY\E$                     Default share
HOME
        \\JULIE          
                \\JULIE\juliedocs      
                \\JULIE\LexmarkZ        Lexmark Z52 Color Jetprinter (Copy 1)
                \\JULIE\C$              Default share
                \\JULIE\H$              Default share
                \\JULIE\ADMIN$          Remote Admin
                \\JULIE\mypics         
                \\JULIE\julie          
                \\JULIE\julieh          julie h drive
                \\JULIE\mydocs         
                \\JULIE\98 boot disk   
                \\JULIE\media          
                \\JULIE\print$          Printer Drivers
                \\JULIE\D$              Default share
                \\JULIE\IPC$            Remote IPC
                \\JULIE\john           
                \\JULIE\E$              Default share
jslittl@co-laptop:~$

Last edited by xjlittle; 02-18-2007 at 09:38 AM.
 
Old 02-18-2007, 09:49 AM   #9
Linux.Learner
LQ Newbie
 
Registered: Feb 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Shared files

Thanks, I need second one dude even i tried i following way but i am getting like


Code:
Srinivas:~/Desktop # smbtree
Password: 
Srinivas:~/Desktop # smbclient -L sambaserver
timeout connecting to 208.67.219.40:445
timeout connecting to 208.67.219.40:139
Error connecting to 208.67.219.40 (Operation already in progress)
Connection to sambaserver failed

Please tell me the solution.......
 
Old 02-19-2007, 09:03 PM   #10
Agentx86
LQ Newbie
 
Registered: Feb 2007
Distribution: SUSE 10.2 AMD64
Posts: 5

Rep: Reputation: 0
I am having the exact same problem that you are describing. I have even installed the kernel module to get SMBFS support back in the kernel, but neither Konqueror nor any command line utility will resolve to the correct IP addresses of the machines. I can manually specify the IP address in Konqueror or otherwise, but the hostname will not resolve.

>Running openSUSE 10.2 and trying to access a mixed network of Windows XP pro, XP home, and one Win2000 machine.
 
Old 02-20-2007, 11:46 AM   #11
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally Posted by Linux.Learner
Thanks for ur reply, Can u kindly tell me the path of Network Browser in system
Login into gnome and go to the Gnome menu and you will get this option..

Also proper support in konqueror can also be an issue

regards
 
Old 02-20-2007, 09:14 PM   #12
Oromis
LQ Newbie
 
Registered: Feb 2007
Location: Richmond VA
Distribution: Debian/Ubuntu
Posts: 2

Rep: Reputation: 0
I have this problem in my LAN, I want to connect a Ubuntu Linux box with an existing workgroup featuring 2 XP Home boxes and a Win98SE box (soon to become a second Ubuntu box). I can get the Internet from either Linux box, but neither Linux box will see other LAN clients even with the domain/workgroup name set right and SMB and SMB4K installed and run.
 
  


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
Sharing Windows Partition with Samba crash_bash Linux - Networking 9 06-26-2005 09:38 AM
file sharing with windows other than samba bruse Linux - Networking 7 05-09-2005 05:54 AM
Samba and Windows XP file sharing rattiane Linux - Networking 1 03-23-2005 09:47 AM
windows\linux samba sharing mullog Linux - Networking 18 01-26-2005 09:37 PM
Samba or Sharing w/ Windows Box knoppixNUb Linux - Newbie 1 06-08-2004 04:39 PM

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

All times are GMT -5. The time now is 06:53 AM.

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