By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep.
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
moon::iptables-restore < /etc/iptables.rules
|
|
carol::iptables-restore < /etc/iptables.rules
|
|
alice::cat /etc/freeradius/triplets.dat
|
|
carol::cat /etc/ipsec.d/triplets.dat
|
|
alice::radiusd
|
|
moon::ipsec start
|
|
carol::ipsec start
|
|
carol::expect-connection home
|
|
carol::ipsec up home
|