Bug 140763
Summary: | Samba access through Firewall | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | John Raff <jraff> |
Component: | system-config-securitylevel | Assignee: | Paul Nasrat <nobody+pnasrat> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | Keywords: | FutureFeature |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-21 19:07:16 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
John Raff
2004-11-24 19:17:27 UTC
This sounds similar to bug 133478 It's related, but what I'm bitching about it the lack of hand holding for the newbie to know (s)he has to open ports in the Firewall. There is nothing in the Help nor in the GUI config to inform him/her what to open nor how. I think there should be something in the Samba GUI to inform the user to open such and such ports in the firewall so the server/client can gain access. Don't assume that Samba is using the default ports/types get the info from smb config file. ---------------- And to the same type of thing for all other network clients/servers that aren't currently listed in the GUI Firewall config. JLR 11/24/04 6:30PM Hmm. Well for the record netstat --inet --listen -p (as root) typically tells you what programs are listening and on what ports. It's a bit weird to run services on their non standard ports though. This functionality properly belongs in system-config-securitylevel, which is responsible for firewall and selinux configuration. /usr/share/doc/samba*/htmldocs/Samba-HOWTO-Collection/securing-samba.html says that Samba uses the following ports: UDP/137 - used by nmbd UDP/138 - used by nmbd TCP/139 - used by smbd TCP/445 - used by smbd This is page 193 of The Official Samba-3 HOWTO and Reference Guide (3rd printing) published by Prentice Hall. (html and pdf versions are avaliable in /usr/share/doc/samba* .) Yup we need to add config for smb/cifs browsing and serving. Have bug for that already. *** This bug has been marked as a duplicate of 133478 *** Neither the GUI config nor the related help reference this document. It might be helpful if they hand a link to it!!!!! /usr/share/doc/samba*/htmldocs/Samba-HOWTO-Collection/securing-samba.html Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |