Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

umbrelOS 1.2.2 #26

Open
TuffyDK opened this issue Nov 24, 2024 · 2 comments
Open

umbrelOS 1.2.2 #26

TuffyDK opened this issue Nov 24, 2024 · 2 comments

Comments

@TuffyDK
Copy link

TuffyDK commented Nov 24, 2024

Hi.

I dont think your Samba works on umbrelOS 1.2.2 - Well I cant get it to work. It does install ok, but I cant reach the share from my other pc's (2)

If I do at net view, i get this error.

C:\Users\tuffy>net view 192.168.2.100
System error 1707 has occurred.

The network address is invalid.

Maybe you should take a look at your Samba docker???

/Frank

@kroese
Copy link
Contributor

kroese commented Nov 24, 2024

I did not create that Umbrel app, but someone else did: getumbrel/umbrel-apps#1161

If you read the discussion there, you will see that the port used by the app is 446 instead of 445. And that Windows tools like net view and Explorer are unable to connect to fileshares on a different port (for Linux and Mac its no problem).

The reason its not using port 445 is that there is already another app in Umbrel that also uses that port and it would be a problem to install them both at the same time. But I think that would be less of a problem than the issue you are facing now, so please report your problem at the above link.

@TuffyDK
Copy link
Author

TuffyDK commented Nov 24, 2024

Hi Kroese,

Thanks for your input, I appreache it.

Seems u are correct - I changed the port 446 to 445 and now it works - I dont think I have anything else running on that port (for now)

ports:
  - '446:445'

to

ports:
  - '445:445'

/Frank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants