Difference between revisions of "Miscellaneous Gaia commands"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>Checkpoint_Gaia_OS|Checkpoint Gaia OS</yambe:breadcrumb> =Miscellaneous Gaia commands= ==Get expert mode or root shell from CLI== Enable expert mode and acc...") |
m |
||
Line 1: | Line 1: | ||
[[Main_Page|Home]] > [[Enterprise security devices or applications]] > [[Checkpoint Gaia OS]] > [[Miscellaneous Gaia commands]] | |||
==Get expert mode or root shell from CLI== | ==Get expert mode or root shell from CLI== | ||
Line 52: | Line 51: | ||
[[Main_Page|Home]] > [[Enterprise security devices or applications]] > [[Checkpoint Gaia OS]] > [[Miscellaneous Gaia commands]] |
Latest revision as of 13:07, 7 April 2022
Home > Enterprise security devices or applications > Checkpoint Gaia OS > Miscellaneous Gaia commands
Get expert mode or root shell from CLI
Enable expert mode and access expert shell using following commands in CLI:
set expert-password expert
Change (not reset) user password from CLI
To change password for current user using CLI use:
set selfpasswd
Refer https://sc1.checkpoint.com/documents/R76/CP_R76_Gaia_WebAdmin/73101.htm
Changing VM eth0 IP in openserver
For changing VM eth0 IP in openserver use following commands on CLI using KVM access to the machine:
show configuration set interface eth0 ipv4-address <> mask-length <> set static-route default nexthop gateway address <> on save config
Rebooting machine
For rebooting machine using CLI use:
reboot
Or use "shutdown -r now" from expert mode.
Shutting down / halting machine
For shutting down / halting machine using CLI use:
halt
Or use "shutdown -h now" from expert mode
Home > Enterprise security devices or applications > Checkpoint Gaia OS > Miscellaneous Gaia commands