Goel, Parveen (AS01)
2005-Jun-03 05:54 UTC
[Samba] Unable to see linux filesystem with samba running
Hi I am new to Linux. I am using Redhat 9.0. I have installed the Samba software, configured the smb.conf, added my client Windows XP box into the hosts.allow, hosts.equiv etc and started the smb service. Still I am unable to map the Linux share on to my Windows XP box. I have tried enabling and disabling the XP firewall also. I can see the Linux machine name in the Windows explorer "My network Places" under the configured workgroup, but I can not see the shares. It gives me the error "Network path \\as01pgoelvm1\apac <file:///\\as01pgoelvm1\apac> not found" "apac" is the name of the share I have created on my Linux VMware machine "as01pgoelvm1" Can some please help me? Thanks & Regards Parveen Goel Honeywell Software Center 2 Richardson Place, North Ryde, NSW 2113, Australia Ph: (612)9353 7268 Fax: (612)93537237
Matt Swift
2005-Jun-03 08:44 UTC
[Samba] Re: Unable to see linux filesystem with samba running
>> On Fri Jun 3 01:54:18 2005 -0400, Goel, Parveen (AS01) <Parveen.Goel@honeywell.com> wrote:G> Hi I am new to Linux. I am using Redhat 9.0. I have installed G> the Samba software, configured the smb.conf, added my client G> Windows XP box into the hosts.allow, hosts.equiv etc and G> started the smb service. Still I am unable to map the Linux G> share on to my Windows XP box. G> "apac" is the name of the share I have created on my Linux G> VMware machine "as01pgoelvm1" Before worrying about the WinXP box, you should first confirm that your Windows network is behaving as expected between Linux and VMware, and between Linux and WinXP. If you're using VMware, your networking setup is among THREE virtual machines on two real machines: VMware <----> Linux <----> WinXP You say you have a problem with the connection between VMware and WinXP, which only talk to each other with the mediation of Linux (low level networking) and Samba (higher Windows level networking). First make sure you can browse and access your VMware shares from Linux with e.g., smbclient (smbclient -U user -L vmwarehost to start with) or some graphical network neighborhood browser. If that's OK, create a share with Samba on the Linux box, see if you can get to it from VMware. Then check the Linux share from WinXP and vice versa. Getting traffic to cross both segments may be a third step after the first two, depending on how you have set up your VMware and ethernet networks. The possibilities for how you have set things up multiply here, so if you continue to have trouble, I recommend you post again with some further information on your setup and descriptions of what you've tried and observed. One tip is that you probably want to set up VMware to use bridging rather than routing, or else you will end up with the two Windows hosts on separate subnets and suddenly with just two real machines you've got yourself a really complicated network structure (one that could handle dozens of machines) -- probably more than you bargained for. Don't mess with hosts.equiv, it's for obsolete software you won't and shouldn't use.