mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
14 lines
345 B
Plaintext
14 lines
345 B
Plaintext
moon::/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
|
|
moon::cat /etc/tnc_config
|
|
carol::cat /etc/tnc_config
|
|
dave::cat /etc/tnc_config
|
|
moon::ipsec start
|
|
carol::ipsec start
|
|
dave::ipsec start
|
|
carol::sleep 1
|
|
carol::ipsec up home
|
|
dave::ipsec up home
|
|
dave::sleep 1
|