Routing or NAT Failure
Change Review
- Check for recent changes to static routes, dynamic routes, or NAT rules.
- Revert updates if they correlate with the issue.
Diagnostic Actions
- Inspect the route table via WebUI or CLI.
- Use the route -lookup command to check where a route is expected to be sent towards.
- Ping gateway and destination IPs:
- Include flags such as
-v
,-srcif
,-srcip
, and-tcp port
to trace how the traffic is processed by the firewall.
- Include flags such as
- Use traceroute from the firewall to validate routing paths.
- Run packet captures on ingress and egress interfaces.
- Review NAT rules and observe translation behavior.
- If using dynamic routing, check OSPF status and adjacency.
Recovery Milestones
- Routing and NAT are functioning correctly.
- External devices (e.g., next-hop or ISP) are the cause.
- Rollback resolves the issue.
Related articles
No related articles found.