Jump to: navigation, search

Difference between revisions of "Mcafee NGFW Firewall driver"

(Created page with "=Mcafee NGFW Firewall driver= =='''Overview'''== =='''Configuration'''== 1. Refer to link xxxx for L3 plugin configuration. 2. add fwaas_plugin into /etc/neutron/neut...")
 
(Configuration)
Line 9: Line 9:
  
 
1. Refer to link xxxx for L3 plugin configuration.
 
1. Refer to link xxxx for L3 plugin configuration.
 +
  https://wiki.openstack.org/wiki/Mcafee_NGFW_L3_Plugin
  
 +
2. make sure fwaas_plugin added into  /etc/neutron/neutron.conf
 +
  service_plugins = neutron.services.firewall.fwaas_plugin.FirewallPlugin
  
2. add fwaas_plugin into  /etc/neutron/neutron.conf
+
3. specify NGFW fwaas_driver  and edit related key items in /etc/neutron/fwaas_driver.ini to match your environment
  service_plugins =
+
  [fwaas]                                                                         
    xxxx
+
  driver = neutron_fwaas.services.firewall.drivers.mcafee.ngfw_fwaas.NgfwFwaasDriver
    neutron.services.firewall.fwaas_plugin.FirewallPlugin
+
  enabled = True                                                                 
 
 
3. specify NGFW fwaas_driver  and related key items in /etc/neutron/fwaas_driver.ini
 
 
 
[fwaas]                                                                         
 
driver = neutron_fwaas.services.firewall.drivers.mcafee.ngfw_fwaas.NgfwFwaasDriver
 
enabled = True                                                                 
 
 
                                                                              
 
                                                                              
[ngfw]                                                                        
+
  [ngfw]                                                                        
smc_url=http://10.20.5.54:8082                                                
+
  # URL of SMC server                                                           
smc_api_auth_key="vGEv9qAoYCbTwhonV8Bi0001"                                   
+
  smc_url = http://10.20.5.54:8082                                            
smc_api_version=5.7
+
  # verion of API                                                               
 +
  smc_api_version=5.7                                                          
 +
  # authenticate key for API call                                               
 +
  smc_api_auth_key = "vGEv9qAoYCbTwhonV8Bi0002"

Revision as of 07:27, 9 February 2015

Mcafee NGFW Firewall driver

Overview

Configuration

1. Refer to link xxxx for L3 plugin configuration.

 https://wiki.openstack.org/wiki/Mcafee_NGFW_L3_Plugin

2. make sure fwaas_plugin added into /etc/neutron/neutron.conf

  service_plugins = neutron.services.firewall.fwaas_plugin.FirewallPlugin

3. specify NGFW fwaas_driver and edit related key items in /etc/neutron/fwaas_driver.ini to match your environment

 [fwaas]                                                                        
 driver = neutron_fwaas.services.firewall.drivers.mcafee.ngfw_fwaas.NgfwFwaasDriver
 enabled = True                                                                 
                                                                            
 [ngfw]                                                                          
 # URL of SMC server                                                            
 smc_url = http://10.20.5.54:8082                                              
 # verion of API                                                                
 smc_api_version=5.7                                                           
 # authenticate key for API call                                                
 smc_api_auth_key = "vGEv9qAoYCbTwhonV8Bi0002"