Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoddHQ committed Oct 22, 2024
1 parent 917b1e6 commit 7ddbc2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions how-to-guides/celestia-app-security.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Learn how to generate a vesting account using celestia-app.
description: Security Guide for Celestia Nodes
---

# Security for Celestia App
Expand Down Expand Up @@ -130,7 +130,7 @@ Currently bind to eth0, make sure you bind it to the correct interface or bind a

:::

#### Key Configuration Details
### Key Configuration Details

- P2P (26656): Allows inbound P2P traffic, essential for Celestia node synchronization.

Expand Down Expand Up @@ -258,8 +258,8 @@ sudo iptables -L
Test specific port access using netcat:

```sh
nc -zv 127.0.0.1 26657 # Test RPC port
nc -zv 127.0.0.1 26656 # Test P2P port
nc -zv <your_server_ip> 26657 # Test RPC port
nc -zv <your_server_ip> 26656 # Test P2P port
```

Check the logs to monitor any dropped connections:
Expand Down

0 comments on commit 7ddbc2e

Please sign in to comment.