Issue with Domain Shares

sgt_jamez

Explorer
Joined
Jul 30, 2021
Messages
88
Domain shares were working fine until I wanted to set up VLANs on my network. The Samba DC and the TrueNAS SCALE host are both on the same VLAN. I've been able to join and leave the domain with no issue. My SMB filesystem ACL edits show the domain users and groups. And from the shell, wbinfo -u and -g show the users and groups. That leads me to believe that the communication between TrueNAS and the DC are functioning.

When I try to access mapped shares (that were previously working) I get the Windows error: "The device name is already in use."
When I try to access by IP... \\192.168.40.3\ I get "Windows cannot access \\192.168.40.3\", running the diagnostic returns "The remote device or resource won't accept the connection.
The device or resource (192.168.40.3) is not set up to accept connections on port "The File and printer sharing (SMB)".
So I double check that the SMB service is running, which it is.

I have a separate TrueNAS server also on VLAN 40 that is working fine.

Any thoughts on what I should check next?
 

sgt_jamez

Explorer
Joined
Jul 30, 2021
Messages
88
Wow... what a journey it is changing everything over to VLANs.

I think the basic issue was a setting in the SMB service, in the advanced settings. "Bind IP Addresses" was blank. But when I checked the dropdown, it still had a reference to the old IP. So I added the new IP, saved and boom all my shares are back.
 
Top