Occasionally, when I cant get into the WebUI, for whatever reason, I'll SSH in and do what I need to do. In many cases, its adding a static route in. Here is how to do it in Gaia:
set static-route 10.15.15.0/24 nexthop gateway address 10.15.10.1 on
Here is how you take it out if you dont need it:
set static-route 10.15.15.0/24 nexthop gateway address 10.15.10.1 off
This is the retired Shane Killen personal blog, an IT technical blog about configs and topics related to the Network and Security Engineer working with Cisco, Brocade, Check Point, and Palo Alto and Sonicwall. I hope this blog serves you well. -- May The Lord bless you and keep you. May He shine His face upon you, and bring you peace.
Subscribe to:
Post Comments (Atom)
Thanks
ReplyDeleteanother use case is when you have 23 routes to change, using cli will be easier and quicker than editing through gaia portal.
ReplyDelete