SóProvas


ID
457132
Banca
CESPE / CEBRASPE
Órgão
SERPRO
Ano
2008
Provas
Disciplina
Redes de Computadores
Assuntos

Acerca dos passos necessários para se configurar um
servidor samba e o servidor de impressão CUPS, julgue
os itens a seguir.

O arquivo de configuração do CUPS é o cupsd.conf que possui a seção Location, que permite definir com a diretiva Allow From as redes que poderão fazer uso do servidor de impressão.

Alternativas
Comentários
  • The Allow directive specifies a hostname, IP address, or network that is allowed access to the server. Allow directives are cumulative, so multiple Allow directives can be used to allow access for multiple hosts or networks.

    The Allow directive must appear inside a Location or Limit section.

    Examples

      ...

      Allow from All

      Allow from None

      Allow from *.example.com

      Allow from .example.com

      Allow from host.example.com

      Allow from nnn.*

      Allow from nnn.nnn.*

      Allow from nnn.nnn.nnn.*

      Allow from nnn.nnn.nnn.nnn

      Allow from nnn.nnn.nnn.nnn/mm

      Allow from nnn.nnn.nnn.nnn/mmm.mmm.mmm.mmm

      Allow from [xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]

      Allow from [xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]/mmm

      Allow from @LOCAL

      Allow from @IF(name)

    Fonte: http://www.cups.org/documentation.php/ref-cupsd-conf.html