Network Management
NetPath graph issue: Intermittent endpoint is unreachable
First published date
Last published date
Overview
The NetPath graph does not seem to be accurate.
Occasionally an endpoint is unreachable. This mostly happens to HTTPS or another protocol that requires SSL or TLS. This is potentially caused by NetPath not handling SSL/TLS handshaking, and possible interference from the firewall with NetPath probing.
Product section
Resolution
Step 1: Test TCP connectivity
- Download and extract PSTools.zip from Microsoft. (© 2018 Microsoft Corp., available at https://technet.microsoft.com, obtained on November 19, 2018)
- Identify the IP address from the endpoint with the issue.
- Run
pspingfrom the command prompt to test end-to-end latency and packet loss to the NetPath service.psping -t endpoint_ip_address:endpoint_port - After receiving 20 results, press
Ctrl+Cto stop. - Look at the packet loss in the results. Check if it reads "Access is Denied" or if the packet loss less than 5%.
Did the TCP connectivity test successfully?
- Yes: Go to Step 2.
- No: This confirms a connectivity problem. Further investigation is needed, starting from the device just before the red dotted line.
Step 2: Test the HTTP port on the endpoint
- Identify the IP address from the endpoint with the issue.
- Add a new NetPath service using port 80 and that IP address.
- Wait two or more probing intervals to get the NetPath probing results.
- Check if the issue with intermittent endpoint connectivity exists here as well.
Does the connectivity issue exist on the HTTP port of the endpoint?
- Yes: Go to step 3.
- No: Submit a ticket to technical support.
Step 3: Check if the firewall is creating logs for NetPath probing packets
- Find the endpoint IP address and TCP port from the service that has the issue.
- Find the IP address of the NetPath agent that probes the service.
- Locate the firewall that the NetPath probing traffic traverses. The firewall may or may not display in the NetPath graph.
- Make sure the log is enabled for Drop rules, including Default and Implicit Drop rules.
- Based on the firewall manual:
- For the outbound direction from agent to endpoint, find the firewall drop logs for TCP packets from the IP address of the NetPath agent and any source port, to the endpoint IP address and port of the service with the issue.
- For the inbound direction from endpoint to agent, find the firewall drop logs for ICMP Type 11 packets from any IP address to the IP address of the NetPath agent.
Check firewall logs; see NetPath graph issues: basic troubleshooting .
Open Check Point SmartView Tracker > All Records > Add filters.
For outbound NetPath probing packets, add the filter for:
- Service: TCP service specified in NetPath Services
- Source: NetPath probe
- Destination: Endpoint
For inbound NetPath probing packets, add the filter for:
- ICMP Type 11
- Destination: NetPath probe
The log option must be enabled for rules that can allow or deny NetPath probing traffic.
Did you find the logs?
- Yes: This is a potential firewall issue. Locate the drop rule from the log, and consult with a firewall engineer to fix it.
- No: Submit a ticket to technical support.