Networking
Network Connection
Status
Connectivity of Hosts
Trace Route Path Between Two Nodes
Investigate Packets/Traffic
ICMP
Check the status of network connections between nodes.
Start Tcpdump
To start analyzing, start tcpdump. Here we use eth0 interface.
Send Packets to Target
For example, send 5 packets to target.
Check Results of Tcpdump
To check the details, use Wireshark.
DNS Resolver
Check the condition of the name resolution
If you cannot ping the target website, the DNS resolver is not working. To change the DNS resolver, update the original nameserver to the new one in /etc/resolv.conf. For example:
Below are some representative DNS servers.
Google - 8.8.8.8 & 8.8.4.4
Quad9 - 9.9.9.9 & 149.112.112.112
OpenDNS - 208.67.222.222 & 208.67.220.220
Cloudflare - 1.1.1.1 & 1.0.0.1
After updating /etc/resolv.conf, restart the name resolution service.
Send Packet with MAC/IP Spoofing
IP Spoofing
MAC and IP Spoofing
Last updated