Networking issues

To troubleshoot networking issues:

Steps

  1. Check traffic coming to the appliance: tcpdump -nni eth0 tcp port 443.
  2. Run Wireshark on the Windows machine simultaneously to capture traffic on the FSAM interface. Filter on port 9443.
  3. Reload, restart, and check the status of the nginx service on the appliance.
    #systemctl reload nginx
    #nginx -t && systemctl restart nginx
    #systemctl status nginx