Troubleshoot Routing Issues

List your interfaces with ip a

check the inet networks. If you see one that doesn’t belong use ifconfig <name> to view it.

To remove it, set it down with

ip link set <name> down

Then, delete it.

ip link delete <name> type bridge

If you use Portainer, you can also delete the network from the Networks section of the left menu.