Check your ip address.
ifconfig | grep inet
Check the port used in the device and the devices connected to the same wifi.
nmap -p- 192.168.1.100 # port
#######
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
139/tcp open netbios-ssn
445/tcp open microsoft-ds
#######
nmap -sP 192.168.1.0/24 # devices
Check opened/closed ports
netstat -tulnp
To query DNS record types.
dig google.com ANY
telnet 127.0.0.1 7000
Type GET
Load balancer, Proxy, Reverse Proxy,