This article discusses some troubleshooting steps to follow if you have a Linewize appliance installed at your school and have networking connectivity issues. Please attempt each of the troubleshooting steps before contacting Linewize Support.
Step 1: Physically check the Linewize Appliance
- Check that the Linewize Appliance is powered on.
- Check that there are at least two network cables plugged in.
- Check that the status LEDs are flashing, similar to the image below.
- If cables are missing or disconnected, plug them into the required ports. If you need help determining where they should be connected, proceed to Step 11.
- If the cables are plugged in and the status LEDs are not flashing, there might be an issue with the cables or the Network Interface Card (NIC). Reseat or replace the cables first and if there is still an issue, proceed to Step 11.
- If the cables are plugged in and the status LEDs are flashing, proceed to Step 2.
Step 2: Check if the Linewize Appliance appears online
- Navigate to Configuration > Networking > Interfaces
- You should see your interfaces, if you don’t see them, your Linewize Appliance is offline.
- If the Linewize Appliance is offline, proceed to Step 3.
Step 3: Access the Linewize Appliance CLI
- Open the Command Prompt.
- Enter ssh admin@DEVICE_IP -p 5022 (replace DEVICE_IP with the management IP of your Linewize Appliance) for example, ssh admin@192.168.1.1 -p 5022
- Enter Yes to trust the device.
- Enter the Device Key, which can be found by going to School Manager > Device Options > Device Key.
- You will now have successfully accessed the CLI of School Manager through SSH using Command Prompt. Proceed to Step 4.
Step 4: Collect debug logs
Attempt to collect debug logs for Linewize Support while the issue is occurring, this will help Linewize Support diagnose the issue.
- Access the Linewize Appliance CLI either via SSH.
- Run the command system debug collect while the issue is occurring.
- Run the command system debug forcecrash so the appliance reboots and uploads the logs.
- Logs will be automatically uploaded to School Manager. Proceed to Step 5.
Step 5: Restart the Linewize Appliance
There are two options to restart the Linewize Appliance.
Option 1: Restart via the Linewize Appliance CLI
- Connect a monitor and keyboard to the Linewize Appliance or access the appliance via SSH.
- Enter the SphireOS command system reboot to reboot the Linewize Appliance.
- Check if your Linewize Appliance now appears online in School Manager. If the appliance is offline, proceed to Step 6.
Option 2: Restart manually
- Press and hold the power button for a few seconds.
- Check if your Linewize Appliance now appears online in School Manager. If the appliance is offline, proceed to Step 6.
Step 6: Check the Firewall Allowlist
- Confirm that these domains have been added to your school’s firewall, allowing connectivity to all Linewize services.
- Ensure there is no upstream SSL inspection through your firewall or another network appliance or server, as it might interfere with the appliance filtering. Follow the instructions from your firewall provider.
- Check if your Linewize Appliance now appears online in School Manager. If the appliance is offline, proceed to Step 7.
Step 7: Ping from the Linewize Appliance
From your Linewize Appliance, access the bash by using the command system debug exec bash
- Check if you can ping the firewall.
- Check if you can ping the core switch.
- Check the interfaces are up and have the correct IP by using the command:
- ip a
- Check if there is a default route by using the command:
- ip r get 8.8.8.8
- If not, add a default route
- Check if an upstream firewall is blocking the connection in any way by running the following commands and checking the response:
- ping 8.8.8.8
- curl https://www.google.com
- curl https://google.com -vv
- Make a note of your results.
- Check if your Linewize Appliance now appears online in School Manager. If the appliance is offline, proceed to Step 8.
Step 8: Ping from another device on the network
- Use Command Prompt (Windows) or Terminal (macOS) to ping Google and other websites. To see if you have an internet connection.
- Next, ping the following devices:
- Firewall
- Linewize Appliance
- Core Switch
- Access Switch
- Access Point
- Check if your Linewize Appliance now appears online in School Manager. If the appliance is offline, proceed to Step 9.
Step 9: Change the Linewize Appliance Management IP
Try changing the Linewize Appliance Management bridge IP via the config wizard
- From the SphireOS CLI, enter the command config wizard
- Select Network Configuration.
- Select the Management Bridge. It is typically br0 or br1, depending on your configuration)
- Select Manual, or if you are using DHCP skip to Bounce the bridge interface.
- Change the IP address
- Confirm the subnet mask
- Bounce the bridge interface
- Select bring down
- Select bring up
- Select View to see if the new IP address has taken effect and the interface is up.
- Check if your Linewize Appliance now appears online in School Manager. If the appliance is offline, proceed to Step 10.
Step 10: Check the IP Object list
Ensure the management IP and/or the bridge IP of your Linewize Appliance bypasses filtering by adding the IPs to an object list and creating a Locked Allow All filtering policy at the top of the filtering policy list so no other policy interferes with it. For more information, read Content Filtering Policy Ordering.
- Read Creating New Object Pools and Creating Filtering Policies.
- Check if your Linewize Appliance now appears online in School Manager. If the appliance is offline, proceed to Step 11.
Step 11: Contact Linewize Support
If you have completed all the troubleshooting steps here and your Linewize Appliance is still not appearing online in School Manager, contact Linewize Support with your findings for more help.
Troubleshooting Checklist
Troubleshooting Steps | Completed | Result | |
---|---|---|---|
1 | Physically check the Linewize Appliance | ||
2 | Check if the Linewize Appliance appears online | ||
3 | Access the Linewize Appliance CLI | ||
4 | Collect debug logs | ||
5 | Restart the Linewize Appliance | ||
6 | Check the Firewall Allowlist | ||
7 | Ping from the Linewize Appliance | ||
8 | Ping from another device on the network | ||
9 | Change the Linewize Appliance Management IP | ||
10 | Check the IP Object list | ||
11 | Contact Linewize Support |
Comments
0 commentsArticle is closed for comments.