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
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
After this, I was able to browse merrily.
- name resolve order = lmhosts wins bcast host
After this, I was able to browse merrily.
Comments
Post a Comment