Samba Sharing Configuration in Fedora 15

For some reason, on my network Samba never seems to work out of the box.  I've found that to be true with a series of Ubuntu releases and now with Fedora 15, as well.  I've always been able to get it working, though.

1. Install samba, samba-client.
2. Configure firewall to open ports for samba: 139/tcp,445/tcp,137/udp, 138/udp.
3. Add workgroup to /etc/samba/smb.conf


  • workgroup=WORKGROUP 


4. At this point I was able to connect using smbclient on the command line.  Unfortunately, Nautilus was still refusing to browse my network.
5. I had to add this to my smb.conf


  • name resolve order = lmhosts wins bcast host

After this, I was able to browse merrily.

Comments

Popular posts from this blog

FREE Delphi Starter Edition

Getting Homebrew Set Up For Non-Admin Account on Your Mac OSX 10.8

Mono Versions in Unity 3.5.7 and 4.3.4