- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- How to export Gaia config from a firewall
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to export Gaia config from a firewall
Hi All,
how do I get an editable configuration (equivalent to config/active) from 80.10 Firewall. I would prefer a CLI/WinSCP method. Thank you for any tips.
This is in regards to the post:
Cheers, Tim
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
/config/active is a textual representation of the configuration, but the actual configuration is a sqlite database.
It's internal structure is not documented and, generally speaking, we do not support directly editing it except thru clish/WebUI commands.
Occasionally, such as in the thread you linked, you can use dbget/dbset to try and resolve database inconsistencies.
Generally, the use of dbget and dbset is unsupported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why not just save configuration <file>?
Or it can be also clish -s "save configuration <file>".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
/config/active is a textual representation of the configuration, but the actual configuration is a sqlite database.
It's internal structure is not documented and, generally speaking, we do not support directly editing it except thru clish/WebUI commands.
Occasionally, such as in the thread you linked, you can use dbget/dbset to try and resolve database inconsistencies.
Generally, the use of dbget and dbset is unsupported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, I'll have to experiment with that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would use:
clish -c "show configuration" > my_config.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why not just save configuration <file>?
Or it can be also clish -s "save configuration <file>".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
old habbits 😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bu where we can find the saved file via Winscp? In which direction will be saved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bu where we can find the saved file via Winscp? In which direction will be saved?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which command did you run and from where to generate it?
It could be in the user's home directory (e.g. /home/admin) or other location, use pwd to verify.
