nerdexam
Linux_Foundation

LFCS · Question #335

Which smb.conf directive is required to configure a Samba server to act as a WINS server?

The correct answer is C. wins support. To configure a Samba server to function as a WINS server, the wins support = yes directive must be specified in the smb.conf file.

Submitted by marco_it· Apr 18, 2026Service Configuration

Question

Which smb.conf directive is required to configure a Samba server to act as a WINS server?

Options

  • Awins proxy
  • Bwins server
  • Cwins support
  • DNothing needs to be done. All Samba servers are automatically a WINS server.

How the community answered

(55 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    89% (49)
  • D
    5% (3)

Why each option

To configure a Samba server to function as a WINS server, the `wins support = yes` directive must be specified in the `smb.conf` file.

Awins proxy

`wins proxy = yes` configures Samba to forward broadcast NetBIOS name queries to a WINS server, not to *be* a WINS server itself.

Bwins server

`wins server` is typically used to specify the IP address of an *external* WINS server for Samba clients to use, not to enable WINS server functionality on the Samba server itself.

Cwins supportCorrect

The `wins support = yes` directive explicitly enables the Samba server to act as a WINS (Windows Internet Name Service) server. This allows it to register NetBIOS names and resolve NetBIOS name queries for clients on the network.

DNothing needs to be done. All Samba servers are automatically a WINS server.

Samba servers do not automatically become WINS servers; this feature must be explicitly enabled through configuration.

Concept tested: Samba WINS server configuration

Source: https://www.samba.org/samba/docs/current/manpages/smb.conf.5.html

Topics

#Samba#WINS#Server Configuration#Networking

Community Discussion

No community discussion yet for this question.

Full LFCS Practice