This post describes how to see TCP connection establishment and termination as packets using tcpdump on linux.
Preparing
Install following commands on your linux.
\
- tcpdump \
- nc \
- telnet \
- netstat
\
This post describes how to see TCP connection establishment and termination as packets using tcpdump on linux.
Preparing
Install following commands on your linux.
\
An IP address is the identifier that enables our device to send or receive data packets across the internet. It holds information related to our location and therefore making devices available for two-way communication.
Most internet service providers still use IPv4. It’s based on 32 binary bits, consists of four numbers from 0 to 255, and is separated by dots. For example, 103.86.98.1.
ip addr – Show information for all addresses ip addr show dev em1 – Display information only for device em1
The “ifconfig” command is another most common command used to view IP related information.
GUI Installation on Ubuntu Server 20.04
$ sudo apt update
$ sudo apt install tasksel