Universal Firewall (UFW)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
These steps will enable Universal Firewall and allow ports for Geth and Lighthouse
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw allow 30303
sudo ufw allow 9000
sudo ufw enable
sudo ufw status numbered