🐼
Kiln Testnet Staking Guide: Teku + Geth
  • Kiln Testnet Staking Guide: Teku + Geth
  • Universal Firewall
  • Geth Installation
  • Generate Validator Keys
  • Metamask - Kiln ETH
  • Teku Installation
  • Kiln Launchpad
  • How Much Is Enough?
Powered by GitBook
On this page
  • Turn on Universal Firewall (UFW)
  • Allow Go Ethereum on port 30303
  • Allow Teku on port 9000
  • Enable UFW
  • Show UFW Status
  • It should look something like this:

Universal Firewall

PreviousKiln Testnet Staking Guide: Teku + GethNextGeth Installation

Last updated 3 years ago

Turn on Universal Firewall (UFW)

These steps will enable Universal Firewall and open ports for Geth and Teku

Allow Go Ethereum on port 30303

sudo ufw allow 30303

Allow Teku 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:

Next, we'll install Geth and begin syncing to the Kiln network

UFW Enabled and Active