Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit b0e708c

Browse files
authored
Create Aula-27-TestandoDHCP
1 parent c7bad02 commit b0e708c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Aula-27-TestandoDHCP

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Comandos utilizados nesse vídeo: Aula 27 – Testando DHCP Server nos Cliente GNU/Linux
2+
3+
#Comandos utilizados no GNU/Linux Ubuntu Desktop e Liux Mint
4+
sudo ifconfig
5+
sudo router -n
6+
sudo cat /etc/resolv.conf
7+
ping pti.intra
8+
nslookup pti.intra
9+
10+
#Verificação do Lease no servidor
11+
sudo cat /var/lib/dhcp/dhcpd.lease
12+
13+
#Verificação do Lease no cliente <-- NÃO ESTÁ NO VÍDEO
14+
sudo cat /var/lib/dhcp/dhclient.lease

0 commit comments

Comments
 (0)