🏄‍♂️
ETH 2.0 Mainnet Staking Guide - Lighthouse
  • ETH 2.0 Mainnet Staking Guide - Lighthouse
  • Universal Firewall (UFW)
  • Geth - Execution Engine
  • Lighthouse - Beacon Node
  • ETH2 - Validator
  • Eth2 - Resources
  • How Much Is Enough?
Powered by GitBook
On this page
  • Turn on Universal Firewall (UFW)
  • Deny incoming traffic:
  • Allow outgoing traffic:
  • 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)

Turn on Universal Firewall (UFW)

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

Deny incoming traffic:

sudo ufw default deny incoming

Allow outgoing traffic:

sudo ufw default allow outgoing

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

PreviousETH 2.0 Mainnet Staking Guide - LighthouseNextGeth - Execution Engine

Last updated 2 years ago

Was this helpful?