-
Notifications
You must be signed in to change notification settings - Fork 1
Experiência 5
- Configure DNS at tuxy3, tuxy4, tuxy2; use DNS server services.netlab.fe.up.pt (172.16.1.1*)
- Verify if names can be used in these hosts (e.g ping hostname, use browser)
- Execute ping new-hostname-in-the-Internet; observe DNS related packets in Wireshark
*In room I320 the DNS server address is 172.16.2.1
Primeiro é necessário configurar tudo como na Exp 4, boa sorte soldado.
O ficheiro /etc/resolv.conf
serve para configurar o DNS. è só um ficheiro de texto que dá para editar.
Começando no tuxy2:
echo $'search netlab.fe.up.pt\nnameserver 172.16.1.1' > /etc/resolv.conf
e fazer o mesmo no tuxy3 e tuxy4
- Abrir um terminal e dar input de
nano /etc/resolv.conf
ou então ir á localização e editar o ficheiro
In systemd based Linux distributions using systemd-resolved.service, /etc/resolv.conf is a symlink to /run/systemd/resolve/stub-resolv.conf. o ficheiro tem este formato de exemplo:
search example.com local.test
nameserver 1.1.1.1
nameserver 8.8.8.8
nameserver 9.9.9.10
- vai para o final do ficheiro
- ir para final de ficheiro em nano:
Alt + /
ou entãoCTRL + W & CTRL + V
- ir para final de ficheiro em nano:
- adiciona a linha
services.netlab.fe.up.pt 172.16.1.1
(172.16.2.1
na i320) - guardar mudanças
CTRL + O
- sair do nano
CTRL + X
Caso isto não funcione tens como pista o que está no lado esquerdo da imagem 👀 e este link: https://en.wikipedia.org/wiki/Resolv.conf
Verificar se a configuração ficou bem feito usando ping com nomes em vez de IP's
ping ftp.up.pt
Ligar wireshark e fazer:
ping ftp.up.pt
ping google.com
Como de costume, 10 pings, CTRL+C e guardar log como exp5_step3.pcapng