eastinit.sh

来自「ipsec vpn」· Shell 代码 · 共 21 行

SH
21
字号
#!/bin/sh: ==== start ====TESTNAME=x509-pluto-02source /testing/pluto/bin/eastlocal.shrm /tmp/$TESTNAME/ipsec.d/crls/nic.crliptables -A INPUT -i eth1 -s 192.0.3.0/24 -d 0.0.0.0/0 -j DROParp -s 192.0.2.1 10:00:00:dc:bc:01ipsec setup start/testing/pluto/bin/wait-until-pluto-startedipsec auto --add north-east-x509-pluto-02echo done

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?