Joe, Is nmbd running? That is what communicates to the network that your machine is there. What is in your /etc/hosts.allow and /etc/hosts.deny? If those are empty, I should think that you don't need to worry about tcp wrappers. Also, I don't think you can use "net view" with a share, try using: net view \\bigserver. I think a little more info about your OS and samba version might help too! Chris At 05:54 AM 6/27/2003 +0800, you wrote:>hello everybody!!! i have a problem im new user of samba and im just have a >basic knowledge about networking. how will i know if my host is running tcp >wrappers because i tried to run "net view \\bigserver\tmp" and i got specified >computer is not receiving requests. any instructions to let me know pls. >help!!! > >thnx! god bless!!!! >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba
Joey: If you don't want tcp wrappers then just make sure that /etc/hosts.allow and /etc/hosts.deny are empty. I would double check to see if you started samba. Do a "ps -ef |grep smbd" |grep -v grep and "ps -ef |grep nmbd" |grep -v grep If there are no results from both of these, then you need to start the appropriate daemons. Chris At 05:54 AM 6/27/2003 +0800, you wrote:>hello everybody!!! i have a problem im new user of samba and im just have a >basic knowledge about networking. how will i know if my host is running tcp >wrappers because i tried to run "net view \\bigserver\tmp" and i got specified >computer is not receiving requests. any instructions to let me know pls. >help!!! > >thnx! god bless!!!! >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba
Oops, the quotes here aren't necessary, just trying to separate a command from regular text. the whole "ps" command is what you need. At 08:53 AM 1/17/2002 -0500, you wrote:>Joey: > >If you don't want tcp wrappers then just make sure that /etc/hosts.allow >and /etc/hosts.deny are empty. > >I would double check to see if you started samba. > >Do a "ps -ef |grep smbd |grep -v grep" >and "ps -ef |grep nmbd |grep -v grep" > >If there are no results from both of these, then you need to start the >appropriate daemons. > >Chris > > > > >At 05:54 AM 6/27/2003 +0800, you wrote: >>hello everybody!!! i have a problem im new user of samba and im just have a >>basic knowledge about networking. how will i know if my host is running tcp >>wrappers because i tried to run "net view \\bigserver\tmp" and i got >>specified >>computer is not receiving requests. any instructions to let me know pls. >>help!!! >> >>thnx! god bless!!!! >>-- >>To unsubscribe from this list go to the following URL and read the >>instructions: http://lists.samba.org/mailman/listinfo/samba > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba