blob: ce72d2ca9391136e164339b37047fd2faf4b6411 (
plain)
1
2
3
4
5
6
7
|
carol::service charon stop
dave::service charon stop
moon::service charon stop
moon::iptables-restore < /etc/iptables.flush
carol::iptables-restore < /etc/iptables.flush
dave::iptables-restore < /etc/iptables.flush
carol::echo 1 > /proc/sys/net/ipv4/ip_forward
|