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

Troubleshooting SMB connection in smbLaunchELF #1

Open
browntownington opened this issue Jan 30, 2021 · 1 comment
Open

Troubleshooting SMB connection in smbLaunchELF #1

browntownington opened this issue Jan 30, 2021 · 1 comment

Comments

@browntownington
Copy link

Hi, I'm posting here after making several attempts at trying to get SMB connection working.
I am testing a compiled ELF posted in:
https://www.psx-place.com/threads/smblaunchelf.32434/#post-278336

I have a SMBv1 confirmed working (from OPL) and SMBv311 confirmed working (from Win10) but I am having now success making connection from smbLaunchELF. I have set my debuging level of smb to level 3 and I get not connection attempt at all in my log so I believe I might either have a configuration issue or there might be an issue with the version of smbLaunchELF I am using.

My configuration for SMB2.CNF is:

NAME = SMBshare
USERNAME = user123
PASSWORD = pass
URL = smb://192.168.2.18/

I have also tried

NAME = SMBshare
USERNAME = user123
PASSWORD = pass
URL = smb://192.168.2.18/ps2smb

My understand is that smb2: should show up in when you hit 'file browser' it lists mc, hdd, host, cdfs, mass etc?
I do not see smb2: anyway in the filebrowser.

Thanks in advance for any assistance :)

@sahlberg
Copy link
Owner

Have you tried the updated version in that thread? It fixes an issue with windows 7 servers.

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