- CheckMates
- :
- Products
- :
- Quantum
- :
- Remote Access VPN
- :
- Re: How to export Mobile Access rules
- 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 Mobile Access rules
I am working on a R75 and looking to see if there is a way to export the rules for Mobile Access. I used Web Visualization Tool to view and export as xml but the rules we configured for mobile access are not part of that export. I am new to CP and needed to take over this device and would like to be able to view these rules in xml or html format. Anyway to do this?
- Tags:
- mobile access
- vpn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mobile Access Rules are in a separate database that's not covered by the Web Visualization Tool.
As far as I know there is no way to export these, particularly from R75.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did notice these lines in the cvpnd.c file.
:useLocalSwsPolicyFlag (0)
:swsLocalPolicyFilePath ("$CVPNDIR/htdocs/SNX/CSHELL/CPSWS_LOCAL.xml"
I see that this is set to 0 so apprently not enabled as this file does not exist. If this was enabled what would be available in this file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is related to SecureWorkspace and not the Mobile Access ruleset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One more question, I can see the policy via the Smart Dashboard but I cannot figure out how to see the users or application details. Is there anyway through the dashboard to see the actual details of the objects?
Screen shot:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There should be a section called Applications, to the left of the rulebase.
Likewise, the User Groups are below that.
It's possible these are in slightly different locations in earlier releases.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hmm, when I take a look at the same screen as your example I have nothing listed...
Is there anywhere else to see these user groups?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
They may be listed in LDAP Groups or Access Roles, depending on how it was set up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any way to export mobile access policy from R80.10?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Legacy MAB Rules? No. If you use a unified policy, MAB Rules can be exported the same as regular Access Policy rules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @PhoneBoy ,
Today is there one way to export this rules ? Over API or directly on management?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Legacy MAB configuration does not have any API support or ability to export rules that I'm aware of.
If you are using the Unified Policy mode, then those rules can be exported through the Management API like any other.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My customer need transfer rules of MAB to unified. There is one way to do this ? Or only get one-by-one rule and reply on the unified.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are no automated tools to convert from the legacy MAB policy to a Unified Policy.
It needs to be done by hand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can run: (echo localhost; echo u; echo admin; echo "<admin_password>"; echo "-t connectra_policy -pf"; echo "-q") | queryDB_util
This will dump it out in this format which you can then go through and extract relevant info:
Q u e r y i n g D B
=====================
Object Name: connectra_authorization_policy
Table Name: connectra_policy
Fields Details
--------------
connectra_authorization_rules: (
0: (
applications: Name: World_Clock (Table: network_applications)
comment: Rule created automatically by Mobile Access wizard.
install_on: Name: Any (Table: globals)
user_groups: Name: grp_usertest (Table: users)
)
)
A total of 1 objects match the query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
R82 has API support for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can run: (echo localhost; echo u; echo admin; echo "<admin_password>"; echo "-t connectra_policy -pf"; echo "-q") | queryDB_util
This will dump it out in this format which you can then go through and extract relevant info:
Q u e r y i n g D B
=====================
Object Name: connectra_authorization_policy
Table Name: connectra_policy
Fields Details
--------------
connectra_authorization_rules: (
0: (
applications: Name: World_Clock (Table: network_applications)
comment: Rule created automatically by Mobile Access wizard.
install_on: Name: Any (Table: globals)
user_groups: Name: grp_usertest (Table: users)
)
)
A total of 1 objects match the query.
