Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

eurephiadm-fwprofiles(7) [debian man page]

eurephiadm fwprofiles(7)												  eurephiadm fwprofiles(7)

NAME
eurephiadm-fwprofiles - Configuring eurephia firewall profiles SYNOPSIS
eurephiadm fwprofiles --list|-l [-v|--verbose] [-a|--accessprofile <acc. ID>] [-f|--fw-destination <name>] [-i|--uid <user ID>] [-n|--username <username>] [-c|--certid <cert ID>] [-e|--email <e-mail address>] [-d|--digest <certificate SHA1 digest>] eurephiadm fwprofiles --add|-A [-d|--description <Description>] [-f|--fw-destination <name>] eurephiadm fwprofiles --delete|-D [-a|--accessprofile <acc. ID>] [-f|--fw-destination <name>] DESCRIPTION
The eurephia plug-in can take advantage of the OS firewall to give a fine grained access control of each OpenVPN client. The preconfigured firewall chains available to eurephia needs to be defined using this eurephiadm command. When the firewall profiles are defined here, they can be assigned to the different user accesses you have enabled. MODES
Available modes for the fwprofiles command are: -A | --add [-d|--description <Description>] [-f|--fw-destination <name>] Add a new firewall profile. Both --description and --fw-destination are required. The --description is just to give a human read- able description of the firewall profile name and is only used in the different reports available in eurephiadm. -D | --delete [-a|--accessprofile <acc. ID>] [-f|--fw-destination <name>] Delete a firewall profile. Either --accessprofile or --fw-destination must be provided. -l | --list [-v|--verbose] [-a|--accessprofile <acc. ID>] [-f|--fw-destination <name>] [-i|--uid <user ID>] [-n|--username <username>] [-c|--certid <cert ID>] [-e|--email <e-mail address>] [-d|--digest <certificate SHA1 digest>] List available firewall profiles. Without any arguments, a simple overview over all registered firewall profiles. If the --verbose argument is given, the list will be more comprehensive. The rest of the arguments are filters which is used to reduce the length of the list. Multiple filters may be added, but they will only work as additional "AND" argument in the query. -h | --help <mode> Show a help screen. Without any arguments, all modes are listed. Providing a mode will show more information about the cho- sen mode. FILTERS
These filters are used by the --list mode. -a | --accessprofile <id> Numeric ID defining the access profile ID. -f | --fw-destination <name> The firewall reference for the chain used by the OS when filtering the OpenVPN client traffic. -i | --uid <user id> Numeric user ID -n | --username <username> User name -c | --certid <certid> Numeric reference to a certificate -e | --email <email addr> e-mail address in certificates -d | --digest <SHA1 digest> Certificate SHA1 digest SEE ALSO
eurephiadm(7), eurephiadm-usercerts(7) AUTHOR
Copyright (C) 2008-2010 David Sommerseth <dazo@users.sourceforge.net> David Sommerseth July 2010 eurephiadm fwprofiles(7)

Check Out this Related Man Page

eurephiadm certs(7)													       eurephiadm certs(7)

NAME
eurephiadm-certs - Certificate management for eurephia DESCRIPTION
Available modes for the certificate command are: -A | --add Register a new certificate -D | --delete Delete a registered certificate -l | --list List all registered certificates -h | --help <mode> Help about a specific mode LIST MODE
The list mode will list all registered certificates. It accepts one parameter: -S | --sort <sort key> Decide the sort order of the certificate list Available sort keys are: certid Numeric certificate ID depth Certificate depth digest Certificate SHA1 digest cname Certificate Common Name field org Certificate organisation field email Certificate e-mail address field registered When the certificate was registered in eurephia. ADD MODE
The add mode will register a new certificate. -d | --depth Certificate depth, required. -D | --digest SHA1 fingerprint/digest of the new certificate -C | --common-name Common name (CN) field of the certificate -O | --organisation Organisation (O) field of the certificate -E | --email e-mail address (emailAddress) of the certificate Usually the certificate depth value needs to be 0, if you are registering user account certificates. CA certificates usually have a value bigger than 0. If you have the certificate file available, you can use the following options to retrieve the needed information directly from a certifi- cate file. -f | --certfile File name of the certificate file. -p | --pkcs12 If the file is in PKCS#12 format. The default format is PEM format, unless --pkcs12 is given. These two options cannot be used together with -D, -C, -O or -E. But the cer- tificate depth must be given to indicate the certificate depth. DELETE MODE
The delete mode will remove a certificate from the certificate database. -i | --certid Indicates a unique certificate ID -d | --digest A unique SHA1 fingerprint/digest value -C | --common-name Common Name (CN) field of a certificate -O | --organisation Organisation (O) field of a certificate -E | --email e-mail address (emailAddress) of a certificate You can use any of these parameters to indicate a search criteria for the certificate (or certificates) you want to delete. You will be provided with a list over certificates which matches your search criteria and you will need to approve the deletion of the matching cer- tificate(s). SEE ALSO
eurephiadm-users(7), eurephiadm-usercerts(7) AUTHOR
Copyright (C) 2008-2010 David Sommerseth <dazo@users.sourceforge.net> David Sommerseth July 2010 eurephiadm certs(7)
Man Page