Universal Firewall
Turn on Universal Firewall (UFW)
Allow Go Ethereum on port 30303
sudo ufw allow 30303Allow Teku on port 9000
sudo ufw allow 9000Enable UFW
sudo ufw enableShow UFW Status
sudo ufw status numberedIt should look something like this:

Last updated