dhcp.conf

Dhcp básico, onde também fixo o ip por MAC.
#configuracao do DHCP serverddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
authoritative;

#definindo a rede que o dhcp ira funcionar
subnet 192.168.19.0 netmask 255.255.255.0
range 192.168.19.1 192.168.19.199;
option routers 192.168.19.254;
option domain-name-servers 192.168.19.254;
option broadcast-address 192.168.19.255;

#maq com ip fixo
host meupc
hardware ethernet 00:0B:A0:44:E1:13;
fixed-address 192.168.19.235;

Tags: , , , , , , , ,
0 votes, average: 0,00 out of 50 votes, average: 0,00 out of 50 votes, average: 0,00 out of 50 votes, average: 0,00 out of 50 votes, average: 0,00 out of 5 (0 votos, média: 0,00 por 5)
You need to be a registered member to rate this post.
Loading ... Loading ...

Sobre Diablos 4-Ever

Eu não exploro as falhas, São as falhas que me exploram.

Comentários estão fechados.