Enviado em 02/10/2013 - 13:49h
Boa tarde
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
# see 'man 5 dhcpd.conf'
#
#Placas de rede que serao escutadas pelo dhcp
DHCPDARGS="eth1 eth2"
ddns-update-style none;
default-lease-time 86400;
max-lease-time 172800;
#deny-unknow-clients;
subnet 10.0.0.0 netmask 255.255.255.0 {
authoritative;
range 10.0.0.150 10.0.0.170;
option routers 10.0.0.245;
option subnet-mask 255.255.255.0;
option domain-name-servers 8.8.8.8,200.175.89.139;
option broadcast-address 10.0.0.255;
####diretoria
host dir01 { hardware ethernet 00:17:9a:74:c6:6b; fixed-address 10.0.0.5; }
host dir02 { hardware ethernet 00:1a:3f:8a:e6:33; fixed-address 10.0.0.6; }
####recepcao
host rec01 { hardware ethernet 00:1e:90:fa:19:08; fixed-address 10.0.0.10; }
host rec02 { hardware ethernet 00:30:67:c7:6b:d0; fixed-address 10.0.0.11; }
host rec03 { hardware ethernet 00:21:97:65:da:33; fixed-address 10.0.0.12; }
####estoque
host est01 { hardware ethernet 1c:6f:65:f5:23:a7; fixed-address 10.0.0.20; }
host est02 { hardware ethernet 00:0f:ea:ae:aa:42; fixed-address 10.0.0.21; }
####vendas
host vda01 { hardware ethernet 00:0e:2e:96:2c:2c; fixed-address 10.0.0.30; }
host vda02 { hardware ethernet 00:11:95:c2:8b:03; fixed-address 10.0.0.31; }
host vda03 { hardware ethernet 00:1c:f0:a5:06:28; fixed-address 10.0.0.32; }
host vda04 { hardware ethernet 00:17:9a:74:48:0c; fixed-address 10.0.0.33; }
####financeiro
host srv_win { hardware ethernet 2c:41:38:48:a8:9d; fixed-address 10.0.0.201; }
host srv_linux { hardware ethernet 48:5b:39:ce:76:35; fixed-address 10.0.0.100; }
host fin01 { hardware ethernet 48:5b:39:ce:4f:21; fixed-address 10.0.0.40; }
host fin02 { hardware ethernet c8:60:00:8a:8d:b2; fixed-address 10.0.0.41; }
host fin03 { hardware ethernet 00:20:ed:82:1f:3e; fixed-address 10.0.0.42; }
host fin04 { hardware ethernet f4:6d:04:ce:c7:c4; fixed-address 10.0.0.43; }
host fin05 { hardware ethernet 6c:f0:49:f4:93:fe; fixed-address 10.0.0.44; }
host fin06 { hardware ethernet 00:25:11:b4:d9:70; fixed-address 10.0.0.45; }
}
subnet 192.168.6.0 netmask 255.255.255.0 {
authoritative;
#range 192.168.6.30 192.168.6.40;
option routers 192.168.6.245;
option subnet-mask 255.255.255.0;
option domain-name-servers 8.8.8.8,200.175.89.139;
option broadcast-address 192.168.6.255;
#### suporte
host sup01 { hardware ethernet 00:24:21:d6:72:0d; fixed-address 192.168.6.20; }
host sup02 { hardware ethernet b8:70:f4:72:a3:bf; fixed-address 192.168.6.21; }
host sup03 { hardware ethernet 40:61:86:fe:10:a1; fixed-address 192.168.6.22; }
host sup04 { hardware ethernet 4c:72:b9:6b:13:ed; fixed-address 192.168.6.23; }
host sup05 { hardware ethernet 38:60:77:6a:7b:f4; fixed-address 192.168.6.24; }
host sup06 { hardware ethernet e0:69:95:fd:c5:55; fixed-address 192.168.6.25; }
host sup07 { hardware ethernet 38:60:77:34:27:9f; fixed-address 192.168.6.26; }
host sup08 { hardware ethernet 00:1d:60:8f:2c:0d; fixed-address 192.168.6.27; }
host sup09 { hardware ethernet 90:e6:ba:63:e5:79; fixed-address 192.168.6.28; }
host sup10 { hardware ethernet 1c:65:9d:fe:15:53; fixed-address 192.168.6.29; }
host sup11 { hardware ethernet 14:da:e9:6e:ab:e0; fixed-address 192.168.6.30; }
host sup12 { hardware ethernet 00:24:1d:b7:a5:76; fixed-address 192.168.6.31; }
host sup13 { hardware ethernet 00:00:fc:5a:5d:81; fixed-address 192.168.6.32; }
}
Aprenda a Gerenciar Permissões de Arquivos no Linux
Como transformar um áudio em vídeo com efeito de forma de onda (wave form)
Como aprovar Pull Requests em seu repositório Github via linha de comando
Dando - teoricamente - um gás no Gnome-Shell do Arch Linux
Como instalar o Google Cloud CLI no Ubuntu/Debian
Mantenha seu Sistema Leve e Rápido com a Limpeza do APT!
Procurando vídeos de YouTube pelo terminal e assistindo via mpv (2025)
usb's param de funcionar do nada (2)
manjaro 22xx nativo para minha sbc, deu certo. (13)
como eu instalo o mali-t60x_r12... [RESOLVIDO] (6)