Projet

Général

Profil

Tâche #32616

Mis à jour par Joël Cuissinat il y a presque 3 ans

Cf. précédant scénario Scribe/Seth : #31359

Malgré ce qui est configuré dans smb.conf, le service ouvre les ports NetBIOS !

<pre>
root@partage:~# grep "netbios =" /etc/samba/smb.conf -A1
disable netbios = yes
smb ports = 445
root@partage:~# netstat -ntlup| grep nmb
udp 0 0 10.3.2.255:137 0.0.0.0:* 2164/nmbd
udp 0 0 10.3.2.3:137 0.0.0.0:* 2164/nmbd
udp 0 0 0.0.0.0:137 0.0.0.0:* 2164/nmbd
udp 0 0 10.3.2.255:138 0.0.0.0:* 2164/nmbd
udp 0 0 10.3.2.3:138 0.0.0.0:* 2164/nmbd
udp 0 0 0.0.0.0:138 0.0.0.0:* 2164/nmbd
</pre>

Retour