mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
7 lines
226 B
Plaintext
7 lines
226 B
Plaintext
sun::iptables -t mangle -n -v -L PREROUTING
|
|
sun::iptables -t nat -n -v -L
|
|
moon::systemctl stop strongswan
|
|
sun::systemctl stop strongswan
|
|
moon::iptables-restore < /etc/iptables.flush
|
|
sun::iptables-restore < /etc/iptables.flush
|