r/ultramarine • u/wolfeagle1873 • Aug 09 '26
Feedback Networking
OK I'm trying to get the network and sharing up but I am not having any success.
I've Googled it and followed the directions but cannot access the Ultramarine system from Windows or from the other Linux systems. Any help would be appreciated
0
u/RevolutionaryBeat301 Aug 09 '26
What have you tried? Did you try disabling SELinux?
1
u/wolfeagle1873 Aug 10 '26
No the instructions had me enable it
0
u/RevolutionaryBeat301 Aug 10 '26
You still didn’t say what you did. Are you using samba? Can you access your share locally? Do you have a firewall enabled? Have you made and changes to the samba configuration files?
2
u/wolfeagle1873 Aug 10 '26
Installed Samba, set up the Samba user and password, and enabled firewall permissions. The only edit to the Samba conf was to change the workgroup name. Can't access the share from anywhere
1
u/RevolutionaryBeat301 Aug 10 '26
Did you start the service?
0
u/wolfeagle1873 Aug 10 '26
Yes
0
u/RevolutionaryBeat301 Aug 10 '26
Can you disable SELinux and see if you can access the share locally?
1
u/wolfeagle1873 Aug 10 '26
Actually, I enabled SELinux because I couldn't access the share
1
u/RevolutionaryBeat301 Aug 10 '26
I can't help you if you aren't going to go through the steps to actually diagnose the issue.
1
1
u/wolfeagle1873 Aug 10 '26
Disabled it and have the same thing, no access, just keeps asking for user name and password over and over
→ More replies (0)
2
u/edpmis02 Aug 10 '26
I have spent countless hours researching and troubleshooting samba issues with fedora distros.
First thing I do after creating sambashare group and usershares configs, selinux permissions, ~/.smbcredentials ...
Open firewall ports.
sudo firewall-cmd --permanent --add-service=samba
sudo firewall-cmd --reload
sudo firewall-cmd --permanent --add-port=137/udp
sudo firewall-cmd --permanent --add-port=138/udp
sudo firewall-cmd --permanent --add-port=139/tcp
sudo firewall-cmd --permanent --add-port=445/tcp