Networking
Zerotier
Ubuntu
- To see ports in use:
sudo lsof -i -P -n | grep LISTEN
sudo netstat -tulpn | grep LISTEN
systemctl list-units --type=service --state=running
- To list all the IPv4 rules:
sudo iptables -S
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified 06.03.2022: Update Apps.md (98505d2)