Finding the ports a process uses
find the proces id of the process
pidof Heroes3.exe
list all ports used by that process
netstat -tulpn | grep <process id>
Debugging network interfaces
Tools:
- ifconfig
- iwconfig
- nmcli
- ifup
- ifdown
- rfkill
- lshw -class network