samba:test_nmbd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
samba:test_nmbd [2019/12/04 19:50] – removed peter | samba:test_nmbd [2020/07/23 19:02] (current) – old revision restored (2016/07/10 11:19) 192.99.15.199 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Samba - Test nmbd ====== | ||
+ | |||
+ | Check that nmbd is running: | ||
+ | |||
+ | <code bash> | ||
+ | ps -eaf | grep nmbd | ||
+ | </ | ||
+ | |||
+ | Result: | ||
+ | |||
+ | < | ||
+ | root | ||
+ | root | ||
+ | </ | ||
+ | |||
+ | If nmbd does not appear in the list reported by ps, it should be started as root using the normal means (/ | ||
+ | |||
+ | Samba servers have a special NetBIOS name, **< | ||
+ | |||
+ | <code bash> | ||
+ | nmblookup -U 127.0.0.1 __SAMBA__ | ||
+ | </ | ||
+ | |||
+ | Result: | ||
+ | |||
+ | < | ||
+ | querying __SAMBA__ on 127.0.0.1 | ||
+ | 192.168.0.2 __SAMBA__< | ||
+ | 192.168.1.2 __SAMBA__< | ||
+ | </ | ||
+ | |||
+ | If nmbd is not running, the following error message will be shown: | ||
+ | |||
+ | < | ||
+ | name_query failed to find name __SAMBA__ | ||
+ | </ | ||
+ | |||
+ | This can also be caused by not including the loopback interface name for the interfaces parameter in smb.conf and setting bind interfaces only = yes | ||
+ | |||
samba/test_nmbd.1575489048.txt.gz · Last modified: 2020/07/15 09:30 (external edit)