westinit.sh
来自「openswan」· Shell 代码 · 共 17 行
SH
17 行
# confirm that the network is aliveping -n -c 4 192.0.2.254# make sure that clear text does not get throughiptables -A INPUT -i eth1 -s 192.0.2.0/24 -j DROP# confirm with a ping to east-inping -n -c 4 192.0.2.254ipsec setup startipsec klipsdebug --allipsec whack --debug-allipsec auto --add westnet-eastnet-x509/testing/pluto/basic-pluto-01/eroutewait.sh trapipsec auto --up westnet-eastnet-x509echo done
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?