Pular para o conteúdo

dhcpd (dhcpd.conf)

Servidor DHCPD com option 66 tftp-server e option 77 NNTP Server.
Smurf smurf_o
Hits: 6.550 Categoria: Networking
  • Download
  • Indicar
  • Denunciar
Download dhcpd.conf

Esconder código-fonte

option domain-name "talmeida";
# Utilizando o DNS Recursivo e Gratuito GigaDNS
option domain-name-servers 189.38.95.95, 189.38.95.96;
option tftp-server-name "172.16.15.99";
option nntp-server "172.16.15.100";
# Set up our desired subnet:
subnet 172.16.15.0 netmask 255.255.255.0 {
    range 172.16.15.101 172.16.15.254;
    option subnet-mask 255.255.255.0;
    option broadcast-address 172.16.15.255;
    option routers 172.16.15.100;
    option domain-name-servers home;
}
default-lease-time 600;
max-lease-time 7200;
# Show that we want to be the only DHCP server in this network:
authoritative;

MRTG (mrtg.cfg)

Bind9 (named.conf.option)

DHCP (dhcpd.conf)

Squid (squid.conf)

irssi (config)

Iptables (iptables_tproxy.sh)

squid (squid.conf)

Nenhum comentário foi encontrado.

Contribuir com comentário

Entre na sua conta para comentar.