Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update 11th cco batch #10

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/10_prerequisites/10_firewall_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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```
Expand Down
12 changes: 11 additions & 1 deletion content/40_configure_network/20_node_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,24 @@ 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"
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.
Expand Down
Loading