📄 westinit.sh
字号:
#ipsec setup stop#umount /var/tmp; mount /var/tmp#umount /usr/local && mount /usr/local# 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.254TESTNAME=aggr-pluto-01source /testing/pluto/bin/westlocal.shipsec setup startipsec auto --add westnet-eastnet-aggr/testing/pluto/basic-pluto-01/eroutewait.sh trapipsec auto --up westnet-eastnet-aggrecho done
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -