added ITA Scanner IMC/IMV pair to tnccs-11-radius-block scenario
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
libimcv {
|
libimcv {
|
||||||
debug_level = 3
|
debug_level = 3
|
||||||
|
plugins {
|
||||||
|
imv-scanner {
|
||||||
|
closed_port_policy = no
|
||||||
|
tcp_ports = 80 443
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
#IMV configuration file for strongSwan client
|
#IMV configuration file for strongSwan client
|
||||||
|
|
||||||
IMV "Test" /usr/local/libexec/ipsec/plugins/libstrongswan-imv-test.so
|
IMV "Test" /usr/local/libexec/ipsec/plugins/libstrongswan-imv-test.so
|
||||||
|
IMV "Scanner" /usr/local/libexec/ipsec/plugins/libstrongswan-imv-scanner.so
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
#IMC configuration file for strongSwan client
|
#IMC configuration file for strongSwan client
|
||||||
|
|
||||||
IMC "Test" /usr/local/libexec/ipsec/plugins/libstrongswan-imc-test.so
|
IMC "Test" /usr/local/libexec/ipsec/plugins/libstrongswan-imc-test.so
|
||||||
|
IMC "Scanner" /usr/local/libexec/ipsec/plugins/libstrongswan-imc-scanner.so
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
#IMC configuration file for strongSwan client
|
#IMC configuration file for strongSwan client
|
||||||
|
|
||||||
IMC "Test" /usr/local/libexec/ipsec/plugins/libstrongswan-imc-test.so
|
IMC "Test" /usr/local/libexec/ipsec/plugins/libstrongswan-imc-test.so
|
||||||
|
IMC "Scanner" /usr/local/libexec/ipsec/plugins/libstrongswan-imc-scanner.so
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user