Can't browse domain computers

Issues related to configuring your network
Post Reply
aghation
Posts: 4
Joined: 2019/09/19 08:02:20

Can't browse domain computers

Post by aghation » 2019/09/19 08:07:54

Hello,
i've a little problem with my centos workstation at work.
I successed join my computer to my domain and i can log in with my domain account, when i try to connect at windows share with smb:// it works perfectly and i'm automatically logged in, my proble is that i can't browse my domain network, when i'm ghoin in other emplacements then Windows network the folder is empty !

I don't understand...

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Can't browse domain computers

Post by hunter86_bg » 2019/09/23 13:05:35

Have you opened the firewall for samba ?
nmb.service requires some ports to be open.

Code: Select all

firewall-cmd --add-service=samba-client
Then test and if it works -make the change permanent:

Code: Select all

firewall-cmd --runtime-to-permanent

aghation
Posts: 4
Joined: 2019/09/19 08:02:20

Re: Can't browse domain computers

Post by aghation » 2019/09/24 12:45:46

hello

unfortunately my firewall is disabled

Post Reply