From c834c0031680b422c5a67e5bbcab5f920a703e17 Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Sun, 5 Jan 2025 14:14:23 +0000 Subject: [PATCH 1/2] More nav --- docs/README.md | 17 +++-------------- docs/home-router/prepare.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 14 deletions(-) create mode 100644 docs/home-router/prepare.md diff --git a/docs/README.md b/docs/README.md index bcd6935..ade1822 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,17 +1,6 @@ # EthStaker Guides -Random documents for the ETHStaker community. +Helpful documents for the ETHStaker community. -## Guides - -- [Guide on how to do monitoring for an Ethereum validator](monitoring.md) -- [Guide on how to do alerting for an Ethereum validator](alerting.md) -- [Guide on how to setup a Holeksy testnet node (Nethermind/Lighthouse)](holesky-node.md) -- [Guide on how to setup a Holeksy testnet node (Reth/Lodestar)](holesky-node-alt.md) -- [Guide on how to prepare a staking machine for the Merge](prepare-for-the-merge.md) -- [Guide on how to perform a voluntary exit for your validator](voluntary-exit.md) -- [Guide on How to Migrate to a Larger Disk for an Ethereum Validator](migrating-to-a-larger-disk.md) - -## MEV - -- [MEV relay list](MEV-relay-list.md) \ No newline at end of file +Please use the nav bar on the left. We have guides for Holesky testnet setup, monitoring and alerting, maintenance including security and upgrades, +migrating to a larger drive, improving your home network, and in future possibly more. diff --git a/docs/home-router/prepare.md b/docs/home-router/prepare.md new file mode 100644 index 0000000..12c8511 --- /dev/null +++ b/docs/home-router/prepare.md @@ -0,0 +1,29 @@ +Gather some information about your current network, so you are prepared for the change. + +- Verify your ISP supports bridge mode, and find out how to enable it +- Document your current setup + - WiFi SSID(s) and their passwords + - Internal ("LAN") network address, e.g. `10.1.0.0/24` or `192.168.1.0/24` + - DHCP settings, specifically any "DHCP reservation" settins. Your node likely has one, +a gaming console may as well + - Do you have any devices with a static IP? Your node might use a static IP, instead +of a DHCP reservation. + - Port forwarding settings. Your node likely has some, gaming consoles may as well. This +may be in an app, not configurable via your ISP router's web interface + - Is IPv6 configured? Note down anything that doesn't look like "default" settings +- Verify you have logins to everything you need + - Your ISP's website + - Your ISP router's web interface, if any + - Your ISP's app, if any + - Your new router's web interface +- Make a plan + - Are you going to keep your current LAN network address? + - Pro: Any static IPs can remain as-is + - Con: You'd need to set up your new router isolated, so it doesn't conflict with +the existing network during initial setup + - Ethstaker have documented not keeping the current LAN network address, and relying +on DHCP reservation + - Read through the documentation and ensure you are comfortable, before you take the +final step of activating your new router, and switching your ISP router to "bridge mode" + +On the left, you'll find navigation for router setup and final switchover. From 5bfc3bdb8bfbd79c49db7601070554b0522cb2f9 Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Sun, 5 Jan 2025 14:14:56 +0000 Subject: [PATCH 2/2] More nav --- mkdocs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index f223d47..ac84d18 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,3 +13,16 @@ nav: - Home: README.md - Better Router: - Overview: home-router/overview.md + - Prepare: home-router/prepare.md + - Holesky Testnet: + - Lighthouse/Nethermind: holesky-node.md + - Lodestar/Reth: holesky-node-alt.md + - Monitoring and Maintenance: + - Monitoring: monitoring.md + - Alerting: alerting.md + - Maintenance and Security: security-maintenance.md + - Migrate to a larger disk: migrating-to-a-larger-disk.md + - Exiting a validaror: voluntary-exit.md + - MEV Relay List: MEV-relay-list.md + - Legacy Guides: + - Prepare for the Merge: prepare-for-the-merge.md