25 lines
482 B
Bash
25 lines
482 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Aufgabe 2a
|
||
|
#
|
||
|
# Bei DNSOverTLS oder wenn die Datenpakete größer sind als die maximale größe
|
||
|
# für UDP Pakete.
|
||
|
|
||
|
# Aufgabe 2b
|
||
|
dig SSHFP pontos.cryptic.systems @8.8.8.8
|
||
|
|
||
|
# Aufgabe 2c
|
||
|
dig NS cryptic.systems
|
||
|
|
||
|
# Aufgabe 2d
|
||
|
pontos.cryptic.systems # primary, da in SOA enthalten
|
||
|
ourea.cryptic.systems # slave, da nicht in SOA enthalten
|
||
|
|
||
|
# Aufgabe 2e/f
|
||
|
dig MX cryptic.systems
|
||
|
|
||
|
smtp1.cryptic.systems # primary
|
||
|
smtp2.cryptic.systems # slave
|
||
|
|
||
|
# Aufgabe 2g
|
||
|
dig -x 45.9.61.170
|