From 55653ff96347966015eb2f87550f211466b754db Mon Sep 17 00:00:00 2001 From: markyim-klaytn Date: Thu, 25 Jan 2024 15:36:43 +0900 Subject: [PATCH] update 11th cco batch --- .../10_prerequisites/10_firewall_configuration.md | 4 ++-- .../40_configure_network/20_node_configuration.md | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/content/10_prerequisites/10_firewall_configuration.md b/content/10_prerequisites/10_firewall_configuration.md index e99ee81..428db55 100644 --- a/content/10_prerequisites/10_firewall_configuration.md +++ b/content/10_prerequisites/10_firewall_configuration.md @@ -10,8 +10,8 @@ draft: false #### 1. *(Only for CN)* Firewall configuration ##### 1) If pre-cypress performance test is completed, remove below Klaytn CN's IP address of Pre-cypress from your firewall ingress rule. -```18.182.114.118``` -```54.178.128.92``` +```61.109.239.176``` +```52.199.8.244``` ##### 2) For communication and multichannel between Baobab CN, allow TCP ```32323-32324``` with below IP addresses to your firewall ingress rule. ```54.180.180.202``` diff --git a/content/40_configure_network/20_node_configuration.md b/content/40_configure_network/20_node_configuration.md index 2c5aca5..8fd926a 100644 --- a/content/40_configure_network/20_node_configuration.md +++ b/content/40_configure_network/20_node_configuration.md @@ -19,7 +19,7 @@ NO_DISCOVER=0 # setting 1 to disable discovery BOOTNODES="kni://979159c738bb0c8c60b36267c56d2b4d4a995326be666460c3d612856caab522ebe6f81ea5cdbb605051f12cbf8f787ce0f172256545a5b3400c751afbdcd0c8@13.209.190.55:32323?discport=32323&ntype=bn" {{< /highlight >}} -##### 2) For PN, your configuration should be modified as shown below. +##### 2) For PN1, your configuration should be modified as shown below. {{< highlight html >}} $ egrep "^NETWORK|NO_DISCOVER|BOOTNODES" /etc/kpnd/conf/kpnd.conf NETWORK="baobab" @@ -27,6 +27,16 @@ NETWORK_ID= NO_DISCOVER=1 # setting 1 to disable discovery BOOTNODES="" {{< /highlight >}} + +##### 3) For PN2, your configuration should be modified as shown below. +{{< highlight html >}} +$ egrep "^NETWORK|NO_DISCOVER|BOOTNODES|ADDITIONAL" /etc/kpnd/conf/kpnd.conf +NETWORK="baobab" +NETWORK_ID= +NO_DISCOVER=1 # setting 1 to disable discovery +BOOTNODES="" +ADDITIONAL="--state.live-pruning" +{{< /highlight >}} {{< line_break >}} #### 2. Check if the static-nodes.json has correct information for your PN.