<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Regarding samba... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993280#M47504</link>
    <description>Thanks to every one.&lt;BR /&gt;&lt;BR /&gt;Here problem is I didn't mentioned the "server passwd " entry.&lt;BR /&gt;&lt;BR /&gt;We have to mentioned server passwd = &lt;NIS server=""&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;srinu.&lt;/NIS&gt;</description>
    <pubDate>Thu, 27 Jul 2006 00:21:03 GMT</pubDate>
    <dc:creator>srinu_1</dc:creator>
    <dc:date>2006-07-27T00:21:03Z</dc:date>
    <item>
      <title>Regarding samba...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993271#M47495</link>
      <description>Hi all,&lt;BR /&gt;I am configure samba on hp server.I edited the smb.conf file after that I restarted the samba server.But from window machine it's giving following error.&lt;BR /&gt;Network path not found.&lt;BR /&gt;&lt;BR /&gt;I tried to ping the server for my PC.it's pinging.&lt;BR /&gt;&lt;BR /&gt;where is wrong?.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;srinu.</description>
      <pubDate>Wed, 26 Jul 2006 07:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993271#M47495</guid>
      <dc:creator>srinu_1</dc:creator>
      <dc:date>2006-07-26T07:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding samba...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993272#M47496</link>
      <description>Are smbd and nmbd running? With recent start times?&lt;BR /&gt;&lt;BR /&gt;Is there anything in the samba log that shows an attempted connection? &lt;BR /&gt;&lt;BR /&gt;Does Windows return the network path not found error immediately or does it pause for a period of time before erroring out? &lt;BR /&gt;&lt;BR /&gt;Have you verified that the path name you're entering in windows (\\linuxserver\path_name) matches the share name between brackets in the smb.conf? &lt;BR /&gt;&lt;BR /&gt;Is there a 'hosts allow' or 'hosts deny' section in the smb.conf?</description>
      <pubDate>Wed, 26 Jul 2006 08:00:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993272#M47496</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-07-26T08:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding samba...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993273#M47497</link>
      <description>Hi,&lt;BR /&gt;Please find the contents in smb.conf file.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4&lt;BR /&gt;   workgroup = blrindia&lt;BR /&gt;   netbios name = btc3h003&lt;BR /&gt;&lt;BR /&gt;# server string is the equivalent of the NT Description field&lt;BR /&gt;   server string = Samba Server&lt;BR /&gt;&lt;BR /&gt;# security_level.txt for details.&lt;BR /&gt;   security = domain&lt;BR /&gt;# Use password server option only with security = server or domain&lt;BR /&gt;   password server = 161.85.100.12&lt;BR /&gt;&lt;BR /&gt;# This option is important for security. It allows you to restrict&lt;BR /&gt;# connections to machines which are on your local network. The&lt;BR /&gt;# following example restricts access to two C class networks and&lt;BR /&gt;# the "loopback" interface. For more examples of the syntax see&lt;BR /&gt;# the smb.conf man page&lt;BR /&gt;   hosts allow = ingbtcpic1dt490&lt;BR /&gt;&lt;BR /&gt;[tv520]&lt;BR /&gt;    comment = tv520 project&lt;BR /&gt;    path = /ftpuse&lt;BR /&gt;    username = +tusr173 dvproot srinu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This are the things i edited.I need to edit any other?.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;srinu.</description>
      <pubDate>Wed, 26 Jul 2006 08:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993273#M47497</guid>
      <dc:creator>srinu_1</dc:creator>
      <dc:date>2006-07-26T08:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding samba...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993274#M47498</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this smbd and nmbd services also running.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ou have mail in /var/mail/root&lt;BR /&gt;btc3h003#ps -ef |grep smbd&lt;BR /&gt;    root 23234 21704  0 18:59:32 pts/tb    0:00 grep smbd&lt;BR /&gt;    root 23075     1  0 18:54:12 ?         0:00 /opt/samba/bin/smbd&lt;BR /&gt;You have mail in /var/mail/root&lt;BR /&gt;btc3h003#ps -ef |grep nmbd&lt;BR /&gt;    root 23072     1  0 18:54:02 ?         0:00 /opt/samba/bin/nmbd&lt;BR /&gt;    root 23236 21704  0 18:59:38 pts/tb    0:00 grep nmbd&lt;BR /&gt;btc3h003#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;srinu.</description>
      <pubDate>Wed, 26 Jul 2006 08:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993274#M47498</guid>
      <dc:creator>srinu_1</dc:creator>
      <dc:date>2006-07-26T08:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding samba...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993275#M47499</link>
      <description>Can you nslookup ingbtcpic1dt490 on the server?</description>
      <pubDate>Wed, 26 Jul 2006 08:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993275#M47499</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-07-26T08:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding samba...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993276#M47500</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Are u trying to use the windows server authentication for samba..if yes than you will need to do a little more work...i.e. configure krb5 and pam&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Vipul</description>
      <pubDate>Wed, 26 Jul 2006 08:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993276#M47500</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-07-26T08:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding samba...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993277#M47501</link>
      <description># This option is important for security. It allows you to restrict&lt;BR /&gt;# connections to machines which are on your local network. The&lt;BR /&gt;# following example restricts access to two C class networks and&lt;BR /&gt;# the "loopback" interface. For more examples of the syntax see&lt;BR /&gt;# the smb.conf man page&lt;BR /&gt;hosts allow = ingbtcpic1dt490&lt;BR /&gt;&lt;BR /&gt;there should ip adres or resolvable hostname of windows you are accessing from...&lt;BR /&gt;&lt;BR /&gt;try to ping ingbtcpic1dt490 from server.&lt;BR /&gt;if it doesn't work there is problem with name translatin.&lt;BR /&gt;&lt;BR /&gt;In that case solution would be add ingbtcpic1dt490 to DNS, or in /etc/hosts, or use ip adress instead of name... anyway I would rader use whole net(or subnet), I don't see much efectivity to have samba accessible only from one host.</description>
      <pubDate>Wed, 26 Jul 2006 08:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993277#M47501</guid>
      <dc:creator>g33k</dc:creator>
      <dc:date>2006-07-26T08:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding samba...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993278#M47502</link>
      <description>and if you are using translation from hostnames to ip it should be allow in smb.config&lt;BR /&gt;&lt;BR /&gt;see this man page and look for "hosts allow" and "hostname lookups"&lt;BR /&gt;&lt;BR /&gt;in defaul lookups is not allowed...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://samba.org/samba/docs/man/manpages-3/smb.conf.5.html" target="_blank"&gt;http://samba.org/samba/docs/man/manpages-3/smb.conf.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jul 2006 09:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993278#M47502</guid>
      <dc:creator>g33k</dc:creator>
      <dc:date>2006-07-26T09:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding samba...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993279#M47503</link>
      <description>Thanks for your quick reply.That prob sloved.But....&lt;BR /&gt;&lt;BR /&gt;In PC side whenever  give the path it's asking for the username and passwd.I have given right username and passwd But it's not authenticating.It's NIS users.&lt;BR /&gt;&lt;BR /&gt;Please  find the smb.conf file&lt;BR /&gt;&lt;BR /&gt;[tv520]&lt;BR /&gt;    comment = tv520 project&lt;BR /&gt;    path = /ftpuse&lt;BR /&gt;    username = +tusr173 dvproot srinu&lt;BR /&gt;&lt;BR /&gt;I try to login with the username 'srinu'.&lt;BR /&gt;I given the right passwd.&lt;BR /&gt;Thanks &lt;BR /&gt;srinu.</description>
      <pubDate>Wed, 26 Jul 2006 22:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993279#M47503</guid>
      <dc:creator>srinu_1</dc:creator>
      <dc:date>2006-07-26T22:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding samba...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993280#M47504</link>
      <description>Thanks to every one.&lt;BR /&gt;&lt;BR /&gt;Here problem is I didn't mentioned the "server passwd " entry.&lt;BR /&gt;&lt;BR /&gt;We have to mentioned server passwd = &lt;NIS server=""&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;srinu.&lt;/NIS&gt;</description>
      <pubDate>Thu, 27 Jul 2006 00:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-samba/m-p/4993280#M47504</guid>
      <dc:creator>srinu_1</dc:creator>
      <dc:date>2006-07-27T00:21:03Z</dc:date>
    </item>
  </channel>
</rss>

