Troubleshooting Document - ConnorEast/Tech-Journal GitHub Wiki

Trouble Shooting Documentation:

Routing Issues

If your Windows device loses access to its routers, open up an administrative level cmd prompt and use the commands "ipconfig release", "ipconfig renew"

If your Linux Device loses access to its routers, use “route add default gw 10.0.17.2 ens192”

Module issues:

On Debian/Ubuntu Linux Distros use the following command to find out if the module is installed "apt list --installed [INSERT_MODNAME_HERE]".

On Fedora you can use the command "dnf list [INSERT_MODNAME_HERE]"

If the module is installed but isn't working, then use the "systemctl status" command and confirm it is enabled.