February 20Feb 20 How can I stop these DFS errors from filling up my logs?I searched the forum, disabled NetBIOS, and kept WSD enabled, but the errors are still appearing.Feb 20 09:42:55 Juno smbd[273155]: [2026/02/20 09:42:55.992568, 0] ../../source3/smbd/msdfs.c:120(parse_dfs_path_strict)Feb 20 09:42:55 Juno smbd[273155]: parse_dfs_path_strict: Hostname JunoL is not ours.Feb 20 09:42:58 Juno smbd[273155]: [2026/02/20 09:42:58.797829, 0] ../../source3/smbd/msdfs.c:120(parse_dfs_path_strict)Feb 20 09:42:58 Juno smbd[273155]: parse_dfs_path_strict: Hostname JunoL is not ours.Feb 20 09:45:06 Juno smbd[273155]: [2026/02/20 09:45:06.081588, 0] ../../source3/smbd/msdfs.c:120(parse_dfs_path_strict)Feb 20 09:45:06 Juno smbd[273155]: parse_dfs_path_strict: Hostname JunoL is not ours.
February 20Feb 20 Community Expert 2 hours ago, Gico said:Hostname JunoL is not ourThe server name is Juno, and this suggests you have a client trying to access JunoLThis is harmless, but to fix it, you can:Add that as an alias to NetbiosDisable DFSFix the issue on the client
February 20Feb 20 Author Accessing the server through multiple names is intentional.It allows me to connect to the server in Windows using different user IDs, enabling separation of permissions across different applications.These messages only started appearing in a recent 7.xx version. I was accessing the server the same way before, and there were no messages. Edited February 20Feb 20 by Gico
February 20Feb 20 Community Expert Solution If it's intentional, you can add an alias in SMB extras: [global]netbios name = Junonetbios aliases = JunoLor disable DFS since you likely don't need that:[global]host msdfs = no
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.