Network Diagnostics Guide#
Overview#
The Network Diagnostics tool provides comprehensive network troubleshooting capabilities within VergeOS. These diagnostic commands allow system administrators to perform real-time network analysis, troubleshoot connectivity issues, and monitor network performance from within the VergeOS interface.
What You'll Learn
- How to access and use network diagnostic tools
- Understanding of each diagnostic command and its purpose
- Best practices for network troubleshooting in VergeOS
- When to use specific diagnostic commands
Prerequisites#
- Access to VergeOS interface
- Network administrator privileges
- Basic understanding of networking concepts
Tenant Networks
Tenants have access to their own network diagnostics for tenant-specific networks. These tools operate within the tenant's network scope.
Accessing Network Diagnostics#
-
Navigate to Network Diagnostics: - From the Main Dashboard, click Networks in the left menu - Select the desired network from the list - Click Diagnostics in the left menu
-
Using Diagnostic Commands: - Select desired command from the Query dropdown menu - Configure available parameters on the right side - Click Send → to execute the command
Command Visibility
Enable "Show Command" to view the exact command being executed, useful for SSH execution or script automation.
Diagnostic Commands Reference#
ARP Scan#
Purpose: Discovers active devices on the local network using ARP (Address Resolution Protocol) packets.
When to Use:
- Device discovery on network segments
- Verifying network connectivity
- Identifying unauthorized devices
Parameters:
- Target IP range (automatically populated based on network configuration)
CLI Syntax:
Network Impact
ARP scans can be disruptive to network performance. Use carefully in production environments.
ARP Table#
Purpose: Displays the current ARP cache showing IP-to-MAC address mappings.
When to Use:
- Troubleshooting connectivity issues
- Verifying device MAC addresses
- Checking for ARP conflicts
CLI Syntax:
DHCP Release/Renew#
Purpose: Forces DHCP lease release and renewal for networks configured as DHCP clients.
When to Use:
- After network reconfiguration
- Resolving IP addressing issues
- Following power outages or network interruptions
- Edge installations requiring IP refresh
CLI Syntax:
DHCP Client Networks Only
This command only applies to networks configured to receive IP addresses via DHCP.
DNS Lookup#
Purpose: Tests DNS resolution functionality and queries specific hostnames.
When to Use:
- Troubleshooting name resolution issues
- Verifying DNS server configuration
- Testing external connectivity
Parameters:
- Hostname: Target hostname to resolve
- Query Type: A, AAAA, MX, NS, PTR, etc.
CLI Syntax:
FRRouting BGP/OSPF#
Purpose: Displays routing protocol information for networks using dynamic routing.
When to Use:
- Troubleshooting routing issues
- Verifying BGP/OSPF neighbor relationships
- Monitoring route advertisements
CLI Syntax:
Advanced Routing
This command is primarily used in environments with complex routing requirements.
IP#
Purpose: Provides access to Linux IP command for advanced interface and routing troubleshooting.
When to Use:
- Advanced network interface diagnostics
- Routing table analysis
- Low-level network configuration verification
Parameters:
- Command: Various IP command options (route, addr, link, etc.)
CLI Syntax:
Common Commands:
ip route show
- Display routing tableip addr show
- Show interface addressesip link show
- Display network interfaces
IPsec#
Purpose: Controls and monitors IPsec VPN connections and IKE daemon.
When to Use:
- Troubleshooting VPN connectivity
- Monitoring IPsec tunnel status
- Verifying encryption parameters
CLI Syntax:
Logs#
Purpose: Displays the network container's system logs.
When to Use:
- Troubleshooting network service issues
- Reviewing error messages
- Monitoring network events
CLI Syntax:
NMAP (Network Mapper)#
Purpose: Network discovery and security auditing tool for mapping network topology.
When to Use:
- Network reconnaissance
- Port scanning
- Service discovery
- Security assessments
Parameters:
- Target: IP address or range to scan
- Options: Various NMAP scanning options
CLI Syntax:
Security Considerations
Use NMAP responsibly and only on networks you own or have permission to scan.
Ping#
Purpose: Tests network connectivity using ICMP echo requests.
When to Use:
- Basic connectivity testing
- Measuring round-trip time
- Verifying network path availability
Parameters:
- Destination: Target IP address or hostname
- Count: Number of ping packets to send
- Interval: Time between packets
CLI Syntax:
Show Firewall Rules#
Purpose: Displays low-level NFT format firewall rules.
When to Use:
- Advanced firewall troubleshooting
- Verifying rule translation
- Debugging complex firewall configurations
CLI Syntax:
UI Alternative
Most firewall configuration can be viewed through the VergeOS Rules interface. This command is for advanced troubleshooting.
TCP Connection Test#
Purpose: Tests TCP connectivity to specific ports on remote hosts.
When to Use:
- Verifying service availability
- Testing firewall rules
- Troubleshooting application connectivity
Parameters:
- Host: Target hostname or IP address
- Port: TCP port number to test
CLI Syntax:
TCP Dump#
Purpose: Captures and analyzes network packet traffic.
When to Use:
- Deep packet inspection
- Protocol analysis
- Security incident investigation
- Performance troubleshooting
Parameters:
- Interface: Network interface to monitor
- Filter: Berkeley Packet Filter (BPF) expression
- Count: Number of packets to capture
CLI Syntax:
Performance Impact
Packet capture can impact network performance. Use judiciously in production environments.
Top CPU Usage#
Purpose: Displays processes consuming the most CPU resources on the network container.
When to Use:
- Performance troubleshooting
- Identifying resource-intensive processes
- System monitoring
CLI Syntax:
Top Network Usage#
Purpose: Shows processes with highest network utilization.
When to Use:
- Identifying bandwidth-heavy applications
- Network performance analysis
- Troubleshooting network saturation
CLI Syntax:
Trace Route#
Purpose: Traces the network path packets take to reach a destination.
When to Use:
- Identifying routing issues
- Troubleshooting packet loss
- Network path analysis
- Latency troubleshooting
Parameters:
- Destination: Target IP address or hostname
- Max Hops: Maximum number of hops to trace
CLI Syntax:
Trace/Debug Firewall Rules#
Purpose: Enables detailed logging and tracing of firewall rule processing.
When to Use:
- Debugging firewall rule behavior
- Troubleshooting packet filtering issues
- Security policy verification
CLI Syntax:
Log Volume
Firewall debugging can generate large volumes of log data. Enable only when necessary and disable after troubleshooting.
What's My IP#
Purpose: Displays the network's external IP address as seen by internet services.
When to Use:
- Verifying NAT configuration
- Confirming external connectivity
- Troubleshooting external access issues
CLI Syntax:
Best Practices#
General Guidelines#
- Start Simple: Begin with basic tools like ping and DNS lookup before using advanced diagnostics
- Document Results: Keep records of diagnostic outputs for comparison and analysis
- Consider Impact: Some diagnostic tools can affect network performance
- Use Appropriate Scope: Select the correct network context for your troubleshooting
Troubleshooting Workflow#
- Identify the Problem: Clearly define what is not working
- Check Basic Connectivity: Use ping to verify basic network connectivity
- Verify DNS Resolution: Use DNS lookup to test name resolution
- Analyze Network Path: Use traceroute to identify routing issues
- Deep Dive: Use advanced tools like TCP dump for detailed analysis
Security Considerations#
- Limit Access: Ensure only authorized personnel have access to diagnostic tools
- Monitor Usage: Track usage of diagnostic commands for security auditing
- Protect Captured Data: Securely handle any packet captures or network dumps
- Follow Policies: Adhere to organizational security policies when using diagnostic tools
Troubleshooting Common Issues#
Connectivity Problems#
- Start with Ping to test basic connectivity
- Use Traceroute to identify where packets are being dropped
- Check ARP Table for MAC address resolution issues
DNS Issues#
- Use DNS Lookup to test name resolution
- Try different DNS servers or query types
- Check network's DNS configuration
Performance Problems#
- Use Top Network Usage to identify bandwidth consumers
- Employ TCP Dump for detailed traffic analysis
- Check Top CPU Usage for resource constraints
Firewall Issues#
- Review Show Firewall Rules for rule configuration
- Use Trace/Debug Firewall Rules for detailed rule processing
- Test specific connections with TCP Connection Test
Next Steps#
After mastering network diagnostics, consider exploring:
- Advanced firewall configuration and troubleshooting
- Network performance optimization techniques
- Integration with external monitoring tools
- Automated diagnostic scripting
For additional assistance with network troubleshooting, contact VergeOS Support with your diagnostic results and specific issue details.