Bad static route

CubicSphere

Dabbler
Joined
Sep 7, 2020
Messages
12
I accidentally added a static route that seems to make it impossible to connect to my TrueNAS machine.

The route tells it to route 192.168.1.0/24 via its own ip address. After that, I can no longer reach it. What can I do to reverse that?
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Connect a console, login to a root shell, enter route delete -net 192.168.1.0/24 <your IP address>
 
Top