Skip to content

Commit

Permalink
update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
markyim-kaia committed May 24, 2024
1 parent 0245eaa commit f19e170
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
25 changes: 21 additions & 4 deletions content/20_Klaytn_Configuration/10_firewall_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,33 @@ draft: false
210.109.52.222
35.213.154.116
15.235.219.80
147.92.139.235
147.92.139.230
147.92.139.231
147.92.139.232
147.92.139.233
147.92.139.234
35.213.163.233
47.237.2.159
52.79.244.19
Your PN1 IP
```

##### 2) Additionally, it is required to allow UDP ```32323``` with the same IP addresses to your firewall ```ingress``` rule.
```vim
other cco cn ip 1
other cco cn ip 2
other cco cn ip 3
other cco cn ip 4
210.109.52.54
210.109.52.222
35.213.154.116
15.235.219.80
147.92.139.235
147.92.139.230
147.92.139.231
147.92.139.232
147.92.139.233
147.92.139.234
35.213.163.233
47.237.2.159
52.79.244.19
52.199.8.244
```

Expand Down
13 changes: 4 additions & 9 deletions content/20_Klaytn_Configuration/30_Init_Genesis_Block.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,14 @@ $ kpn --networkid 6336 init --datadir /var/kpnd/data genesis.json
> example : /var/kpnd/data/static-nodes.json (* We will give the details.)
```vim
** Generate static-nodes.json **
You have 1 CN and 2 PNs, each are cn1, pn1, pn2.
You have 1 CN and 1 PN, each are cn1, pn1.
1. static-nodes.json in pn1
1. static-nodes.json in pn
[
"CN_KNI_ADDRESS@CN_INTERNAL_IP:PORT?discport=0&ntype=cn",
"Other_PN1_KNI_ADDRESS@Other_pn_1:PORT?discport=0&ntype=pn"
]
2. static-nodes.json in pn2
[
"CN_KNI_ADDRESS@CN_INTERNAL_IP:PORT?discport=0&ntype=cn",
"Other_PN2_KNI_ADDRESS@Other_pn_2:PORT?discport=0&ntype=pn"
"Other_PN_KNI_ADDRESS@Other_pn_1:PORT?discport=0&ntype=pn"
]
```

{{< line_break >}}
Expand Down

0 comments on commit f19e170

Please sign in to comment.