Advertisement

01.30.2003 at 02:07PM PST, ID: 20490140
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.0

Solaris Samba Config

Asked by neitzen in Unix Networking, Sun JDS

Tags: ,


I am trying to configure Samba on Solaris.  Currently I am having a problem getting the shares listed by IP or NETBIOSNAME

Here is the current smb.conf file

# more ../lib/smb.conf
[global]
   workgroup = SGROUP
   netbios name = SNETBIOS
   hosts allow = all
   remote announce = 210.82.38.248/SGROUP
   name resolve order = hosts lmhosts wins bcast
   log level = 3

[home]
   path = /home/neitzen
   browseable = yes
   guest ok = yes
   read only = yes


The LOCALHOST smbclient works

# smbclient -L localhost
added interface ip=210.82.38.132 bcast=210.82.38.135 nmask=255.255.255.248
Password:
Domain=[SGROUP] OS=[Unix] Server=[Samba 2.2.7a]

        Sharename      Type      Comment
        ---------      ----      -------
        home           Disk
        IPC$           IPC       IPC Service (Samba 2.2.7a)
        ADMIN$         Disk      IPC Service (Samba 2.2.7a)

        Server               Comment
        ---------            -------
        SNETBIOS             Samba 2.2.7a

        Workgroup            Master
        ---------            -------
        SGROUP

But listing by IP does not:

# ./smbclient -L 210.82.38.132
added interface ip=210.82.38.132 bcast=209.82.38.135 nmask=255.255.255.248
session request to 210.82.38.132 failed (Called name not present)
session request to 210 failed (Called name not present)
session request to *SMBSERVER failed (Called name not present)

 ./smbclient -L \\SGROUP\home -I 210.82.38.132
added interface ip=210.82.38.132 bcast=210.82.38.135 nmask=255.255.255.248
session request to SGROUPHOME failed (Called name not present)
session request to *SMBSERVER failed (Called name not present)

# ./smbclient -L SGROUP -I 210.82.38.132
added interface ip=210.82.38.132 bcast=210.82.38.135 nmask=255.255.255.248
session request to SGROUP failed (Called name not present)
session request to *SMBSERVER failed (Called name not present)

# ./smbclient -L SNETBIOS -I 210.82.38.132
added interface ip=210.82.38.132 bcast=210.82.38.135 nmask=255.255.255.248
session request to SNETBIOS failed (Called name not present)
session request to *SMBSERVER failed (Called name not present)

# ./smbclient -L 210.82.38.132 -I 210.82.38.132
added interface ip=209.82.38.132 bcast=209.82.38.135 nmask=255.255.255.248
session request to 209.82.38.132 failed (Called name not present)
session request to 209 failed (Called name not present)
session request to *SMBSERVER failed (Called name not present)

Nothing seems to work here..

Here is some TCPDUMP info

# tcpdump -ln -vv host 210.82.38.132 | tee tcpdump.samba
tcpdump: Command not found.
# /usr/local/sbin/tcpdump -ln -vv host 210.82.38.132 | tee tcpdump.samba
tcpdump: listening on hme0, capture size 68 bytes
17:02:17.636091 IP (tos 0x10, ttl 255, length: 148) 210.82.38.132.22 > 210.82.38.130.45808: P 1652950865:1652950961(96) ack 2674673014 win 10136 <nop,nop,timestamp 112681402 148055631> (DF)
17:02:17.636621 IP (tos 0x10, ttl 63, length: 52) 210.82.38.130.45808 > 210.82.38.132.22: . [tcp sum ok] 1:1(0) ack 96 win 63616 <nop,nop,timestamp 148055633 112681402> (DF)
17:02:17.675127 IP (tos 0x8, ttl 255, length: 104) 210.82.38.132.35856 > 195.141.201.130.2468: P 52574001:52574065(64) ack 2842441371 win 8760 (DF)

# /usr/local/samba/bin/nmblookup -B 210.82.38.132 __SAMBA__
querying __SAMBA__ on 210.82.38.132
210.82.38.132 __SAMBA__<00>

Any help would be greatly appreciated...

- N.

Start Free Trial
[+][-]02.03.2003 at 03:34AM PST, ID: 7867172

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.05.2003 at 08:00AM PST, ID: 7883365

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.05.2003 at 08:45AM PST, ID: 7883653

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.05.2003 at 09:14AM PST, ID: 7883847

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.05.2003 at 09:30AM PST, ID: 7884048

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.05.2003 at 09:35AM PST, ID: 7884117

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.05.2003 at 09:55AM PST, ID: 7884483

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.05.2003 at 03:11PM PST, ID: 7886701

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.05.2003 at 03:13PM PST, ID: 7886728

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.06.2003 at 06:26AM PST, ID: 7892044

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.06.2003 at 06:52AM PST, ID: 7892254

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Unix Networking, Sun JDS
Tags: solaris, samba
Sign Up Now!
Solution Provided By: mbarbos
Participating Experts: 3
Solution Grade: B
 
 
[+][-]08.15.2003 at 05:11AM PDT, ID: 9157112

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.12.2005 at 11:23AM PDT, ID: 13765519

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32