fix: Correct firewall troubleshooting note
- Port 8120 inbound only needed if Core initiates connection - Default outbound connection requires no inbound ports - Clarified firewall requirements in troubleshooting section
This commit is contained in:
parent
78d9fd41aa
commit
4b778d3218
1 changed files with 3 additions and 1 deletions
|
|
@ -286,7 +286,9 @@ show_status() {
|
|||
echo " Troubleshooting:"
|
||||
echo " - Ensure the Core Domain is reachable from this server"
|
||||
echo " - Verify the Passkey matches the Core configuration"
|
||||
echo " - Check firewall rules (Port 8120 must be open)"
|
||||
echo " - Check firewall rules:"
|
||||
echo " * Outbound connection (default): No inbound ports needed"
|
||||
echo " * Inbound connection (if Core initiates): Open Port 8120/tcp"
|
||||
echo " - View logs: docker logs komodo-periphery -f"
|
||||
echo ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue