westinit.sh
来自「ipsec vpn」· Shell 代码 · 共 37 行
SH
37 行
#ipsec setup stop#umount /var/tmp; mount /var/tmp#umount /usr/local && mount /usr/localexport PLUTO_CRYPTO_HELPER_DEBUG=true TESTNAME=helper-queue-01source /testing/pluto/bin/westlocal.shipsec setup startipsec auto --add westnet-eastnet-aggripsec auto --add westnet-bogus01ipsec auto --add westnet-bogus02ipsec auto --add westnet-bogus03ipsec auto --add westnet-bogus04ipsec auto --add westnet-bogus05ipsec auto --add westnet-bogus06ipsec auto --add westnet-bogus07ipsec auto --add westnet-bogus08ipsec auto --add westnet-bogus09ipsec auto --add westnet-bogus10/testing/pluto/bin/wait-until-pluto-startedipsec whack --name westnet-bogus01 --initiate >/dev/null &ipsec whack --name westnet-bogus02 --initiate >/dev/null &ipsec whack --name westnet-bogus03 --initiate >/dev/null &ipsec whack --name westnet-bogus04 --initiate >/dev/null &ipsec whack --name westnet-bogus05 --initiate >/dev/null &ipsec whack --name westnet-bogus06 --initiate >/dev/null &ipsec whack --name westnet-bogus07 --initiate >/dev/null &ipsec whack --name westnet-bogus08 --initiate >/dev/null &ipsec whack --name westnet-bogus09 --initiate >/dev/null &ipsec whack --name westnet-bogus10 --initiate >/dev/null &ipsec whack --name westnet-eastnet-aggr --initiate echo done westinit.sh
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?