added ITA Scanner IMC/IMV pair to tnccs-20 and tnccs-20-block scenarios
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
#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,4 @@
|
|||||||
#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
|
||||||
|
|||||||
@@ -17,3 +17,13 @@ charon {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libimcv {
|
||||||
|
plugins {
|
||||||
|
imv-scanner {
|
||||||
|
closed_port_policy = yes
|
||||||
|
tcp_ports = 22
|
||||||
|
udp_ports = 500 4500
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
#IMV configuration file for strongSwan client
|
#IMV configuration file for strongSwan server
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -4,3 +4,4 @@ dave::ipsec stop
|
|||||||
moon::/etc/init.d/iptables stop 2> /dev/null
|
moon::/etc/init.d/iptables stop 2> /dev/null
|
||||||
carol::/etc/init.d/iptables stop 2> /dev/null
|
carol::/etc/init.d/iptables stop 2> /dev/null
|
||||||
dave::/etc/init.d/iptables stop 2> /dev/null
|
dave::/etc/init.d/iptables stop 2> /dev/null
|
||||||
|
dave::/etc/init.d/apache2 stop 2> /dev/null
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
moon::/etc/init.d/iptables start 2> /dev/null
|
moon::/etc/init.d/iptables start 2> /dev/null
|
||||||
carol::/etc/init.d/iptables start 2> /dev/null
|
carol::/etc/init.d/iptables start 2> /dev/null
|
||||||
dave::/etc/init.d/iptables start 2> /dev/null
|
dave::/etc/init.d/iptables start 2> /dev/null
|
||||||
|
dave::/etc/init.d/apache2 start 2> /dev/null
|
||||||
moon::cat /etc/tnc_config
|
moon::cat /etc/tnc_config
|
||||||
carol::cat /etc/tnc_config
|
carol::cat /etc/tnc_config
|
||||||
dave::cat /etc/tnc_config
|
dave::cat /etc/tnc_config
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
#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
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ charon {
|
|||||||
eap-tnc {
|
eap-tnc {
|
||||||
protocol = tnccs-2.0
|
protocol = tnccs-2.0
|
||||||
}
|
}
|
||||||
|
tnc-imc {
|
||||||
|
preferred_language = ru, pl , de
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
#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
|
||||||
|
|||||||
@@ -20,5 +20,10 @@ libimcv {
|
|||||||
imv-test {
|
imv-test {
|
||||||
rounds = 1
|
rounds = 1
|
||||||
}
|
}
|
||||||
|
imv-scanner {
|
||||||
|
closed_port_policy = yes
|
||||||
|
udp_ports = 500 4500
|
||||||
|
tcp_ports = 22
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
#IMV configuration file for strongSwan server
|
#IMV configuration file for strongSwan server
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user