1

I work in a small office in which the server and most of the work stations run Mac OS X 10.6. We are using OS X Server 10.6 for file sharing. I am not an official IT guy, but there is no one else to take care of this stuff so I have learned as I go and manage the server - which is why I am asking this question. I don't really know what i am doing. I have to learn by trial and error.

Anyway, all the mac users can access the AFP service without any trouble. Since some Windows users occassionally need to access the file server as well, I turned on the SMB service and set up the same shares with the same permissions as I had done with the AFP service.

However... I have no idea how to configure a windows machine to see these shares.

How does one configure a windows XP client to access an SMB share from an OS X server? And is this similar for a Win7 client?

1 Answers1

0

The main problem you have will be name resolution.

You can probably access the server right on Windows by simply connecting to to the server by simply typing the IP Address form of a UNC (\\192.0.2.1) into the Windows Explorer address bar.

If you want people to be able to connect by name, you may need to setup DNS on your server and setup DNS records for your server and other resources on your network. Then point your clients and the DNS server for name resolution. You can set your DNS server to forward to your ISP, or whatever upstream DNS server you want to use for resolution.

access by UNC

Zoredache
  • 20,438