☄️
ETH 2.0 Staking Guide: Prater || Lighthouse
  • ETH 2.0 Staking Guide: Prater || Lighthouse
  • Universal Firewall (UFW)
  • ETH 1.0 - Goerli Testnet
  • ETH 2.0 - Beacon Node
  • ETH 2.0 - Validator
  • ETH 2.0 - Resources
  • How Much Is Enough?
Powered by GitBook
On this page
  • Turn on Universal Firewall (UFW)
  • Allow Go Ethereum on port 30303
  • Allow Lighthouse on port 9000
  • Enable UFW
  • Show UFW Status
  • It should look something like this:

Was this helpful?

Universal Firewall (UFW)

PreviousETH 2.0 Staking Guide: Prater || LighthouseNextETH 1.0 - Goerli Testnet

Last updated 3 years ago

Was this helpful?

Turn on Universal Firewall (UFW)

These steps will enable Universal Firewall and allow ports for Geth and Lighthouse

Allow Go Ethereum on port 30303

sudo ufw allow 30303

Allow Lighthouse on port 9000

sudo ufw allow 9000

Enable UFW

sudo ufw enable

Show UFW Status

sudo ufw status numbered

It should look something like this:

Once you've confirmed the firewall is active, you can proceed to Geth installation