By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep.
15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
alice::cat /etc/freeradius/clients.conf
|
|
alice::cat /etc/freeradius/eap.conf
|
|
alice::cat /etc/freeradius/proxy.conf
|
|
alice::cat /etc/freeradius/triplets.dat
|
|
carol::cat /etc/ipsec.d/triplets.dat
|
|
dave::cat /etc/ipsec.d/triplets.dat
|
|
alice::radiusd
|
|
moon::ipsec start
|
|
carol::ipsec start
|
|
dave::ipsec start
|
|
carol::expect-connection home
|
|
carol::ipsec up home
|
|
dave::expect-connection home
|
|
dave::ipsec up home
|