- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Regarding samba...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 12:44 AM
07-26-2006 12:44 AM
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.
Network path not found.
I tried to ping the server for my PC.it's pinging.
where is wrong?.
Regards
srinu.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 01:00 AM
07-26-2006 01:00 AM
SolutionIs there anything in the samba log that shows an attempted connection?
Does Windows return the network path not found error immediately or does it pause for a period of time before erroring out?
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?
Is there a 'hosts allow' or 'hosts deny' section in the smb.conf?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 01:20 AM
07-26-2006 01:20 AM
Re: Regarding samba...
Please find the contents in smb.conf file.....
# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4
workgroup = blrindia
netbios name = btc3h003
# server string is the equivalent of the NT Description field
server string = Samba Server
# security_level.txt for details.
security = domain
# Use password server option only with security = server or domain
password server = 161.85.100.12
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
hosts allow = ingbtcpic1dt490
[tv520]
comment = tv520 project
path = /ftpuse
username = +tusr173 dvproot srinu
This are the things i edited.I need to edit any other?.
Regards
srinu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 01:35 AM
07-26-2006 01:35 AM
Re: Regarding samba...
this smbd and nmbd services also running.
ou have mail in /var/mail/root
btc3h003#ps -ef |grep smbd
root 23234 21704 0 18:59:32 pts/tb 0:00 grep smbd
root 23075 1 0 18:54:12 ? 0:00 /opt/samba/bin/smbd
You have mail in /var/mail/root
btc3h003#ps -ef |grep nmbd
root 23072 1 0 18:54:02 ? 0:00 /opt/samba/bin/nmbd
root 23236 21704 0 18:59:38 pts/tb 0:00 grep nmbd
btc3h003#
Thanks
srinu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 01:39 AM
07-26-2006 01:39 AM
Re: Regarding samba...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 01:49 AM
07-26-2006 01:49 AM
Re: Regarding samba...
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
Cheers
Vipul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 01:54 AM
07-26-2006 01:54 AM
Re: Regarding samba...
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
hosts allow = ingbtcpic1dt490
there should ip adres or resolvable hostname of windows you are accessing from...
try to ping ingbtcpic1dt490 from server.
if it doesn't work there is problem with name translatin.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 02:00 AM
07-26-2006 02:00 AM
Re: Regarding samba...
see this man page and look for "hosts allow" and "hostname lookups"
in defaul lookups is not allowed...
http://samba.org/samba/docs/man/manpages-3/smb.conf.5.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 03:37 PM
07-26-2006 03:37 PM
Re: Regarding samba...
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.
Please find the smb.conf file
[tv520]
comment = tv520 project
path = /ftpuse
username = +tusr173 dvproot srinu
I try to login with the username 'srinu'.
I given the right passwd.
Thanks
srinu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 05:21 PM
07-26-2006 05:21 PM
Re: Regarding samba...
Here problem is I didn't mentioned the "server passwd " entry.
We have to mentioned server passwd =
Thanks
srinu.