mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-10 00:01:20 -05:00
Flush iptables rules on alice
This commit is contained in:
parent
f859645b12
commit
aff4367907
@ -329,10 +329,6 @@ if test x$eap_sim = xtrue; then
|
|||||||
simaka=true;
|
simaka=true;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$eap_tls = xtrue -o x$eap_ttls = xtrue -o x$eap_peap = xtrue; then
|
|
||||||
tls=true;
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test x$eap_radius = xtrue -o x$radattr = xtrue -o x$tnc_pdp = xtrue; then
|
if test x$eap_radius = xtrue -o x$radattr = xtrue -o x$tnc_pdp = xtrue; then
|
||||||
radius=true;
|
radius=true;
|
||||||
fi
|
fi
|
||||||
@ -341,6 +337,10 @@ if test x$tnc_imc = xtrue -o x$tnc_imv = xtrue -o x$tnccs_11 = xtrue -o x$tnccs_
|
|||||||
tnc_tnccs=true;
|
tnc_tnccs=true;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test x$eap_tls = xtrue -o x$eap_ttls = xtrue -o x$eap_peap = xtrue -o x$tnc_tnccs = xtrue; then
|
||||||
|
tls=true;
|
||||||
|
fi
|
||||||
|
|
||||||
if test x$imc_test = xtrue -o x$imv_test = xtrue -o x$imc_scanner = xtrue -o x$imv_scanner = xtrue -o x$imc_os = xtrue -o x$imv_os = xtrue -o x$imc_attestation = xtrue -o x$imv_attestation = xtrue -o x$imc_swid = xtrue -o x$imv_swid = xtrue; then
|
if test x$imc_test = xtrue -o x$imv_test = xtrue -o x$imc_scanner = xtrue -o x$imv_scanner = xtrue -o x$imc_os = xtrue -o x$imv_os = xtrue -o x$imc_attestation = xtrue -o x$imv_attestation = xtrue -o x$imc_swid = xtrue -o x$imv_swid = xtrue; then
|
||||||
imcv=true;
|
imcv=true;
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -3,6 +3,6 @@ dave::ip route del 10.1.0.0/16 via 192.168.0.1
|
|||||||
winnetou::ip route del 10.1.0.0/16 via 192.168.0.1
|
winnetou::ip route del 10.1.0.0/16 via 192.168.0.1
|
||||||
alice::ipsec stop
|
alice::ipsec stop
|
||||||
alice::rm /etc/pts/config.db
|
alice::rm /etc/pts/config.db
|
||||||
moon::iptables-restore < /etc/iptables.flush
|
alice::iptables-restore < /etc/iptables.flush
|
||||||
carol::iptables-restore < /etc/iptables.flush
|
carol::iptables-restore < /etc/iptables.flush
|
||||||
dave::iptables-restore < /etc/iptables.flush
|
dave::iptables-restore < /etc/iptables.flush
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user