Port Mismatch Recovery
Diagnostic Workflow
- •Verify probe failure with
curl -i http://127.0.0.1:15000 - •Inspect listening sockets (
ss -lntp || netstat -lnt || lsof -iTCP -sTCP:LISTEN -n -P) - •Compare expected probe port vs bound process port
Remediation Workflow
- •Align service bind configuration with expected probe port
- •If needed, apply temporary forwarding only as mitigation
Verification
- •
curl -i http://127.0.0.1:15000 - •Confirm HTTP 200 on expected endpoint