On my home network, I'm trying to set up a PC running Redhat 8.0 to
share files with PCs running Windows 2000. I've installed Samba 2.2.7
on the Redhat PC, and on the Windows 2000 PCs they can see the Redhat
PC under Windows Network Places. However, when I double-click on the
Redhat PC icon to look at the specific shares I set up, I get a
message saying "\\redhathost not accessible. The network path was not
found."
Specifics about the network setup :
* Netgear gateway router, static IP address, running as a dhcp server,
connected to a cable modem
* PC running Redhat 8.0, getting IP address through dhcp, connected to
the Netgear gateway router
* other PCs running Windows 2000 SP3, getting IP address through dhcp,
connected to the Netgear gateway router
* the Netgear's dhcp table correctly shows all the Windows 2000 PCs
and the Redhat PC, including IP address, host name, and mac address
for each
* all PCs get IP addresses OK and can ping each other using their IP
addresses
* all PCs can ping the gateway router's IP address OK
* Windows 2000 PCs can ping each other using host names OK (e.g.,
"ping win2kpc1" from win2kpc2 works OK or vice versa)
* Windows 2000 PCs cannot ping Redhat PC using its host name (e.g.,
"ping redhatpc" from win2kpc1 leads to a "unknown host" message)
* Redhat PC cannot ping Windows 2000 PC using its host hame (e.g.,
"ping win2kpc1" from redhatpc leads to a "ping: unknown host win2kpc1"
message)
* I'm a Samba rookie, but I followed the docs to set everything up
correctly there...
-- set encrypted passwords to yes (to match Windows 2000 PCs)
-- set workgroup name with same workgroup name as on Windows 2000
PCs
-- set netbios name to Redhat PC hostname
-- set os level to 64, preferred master/local master/domain master
to yes
-- set up shares on Redhat PC, with permissions set to 777
-- set up accounts for each Windows 2000 PC on the Redhat PC
-- set up accounts for each Windows PC user on the Redhat PC
Don't know if I missed anything important, but I hope you get the
idea.
Any suggestions on what else I can do to get this working? |