I’m trying to connect to smb on synology nas using material files
- add storage > SMB server > add manually >
- Hostname: wwddiyt.synology.me
- Port: 445
- Path: blank
- Username: Username
- Password: Password
- Domain: blank
But it gives me this error below
java8.nio.file.FileSystemException:/:
java.net.ConnectException:failed to connect to
wwddiyt.synology.me/192.168.0.101 (port 445) from /: (port
0):connect failed:EACCES (Permission denied)
Just want to provide more info: I have 7 Shared folders under Volume 1 in my synology NAS. docker
, home
, homes
… and I can access those shared folders in windows explorer by tying //NasName
Thanks a lot in advance
The issue is I have VPN enabled. Very unexpected