westrun.sh
来自「ipsec vpn」· Shell 代码 · 共 24 行
SH
24 行
# we can transmit in the clearping -q -c 8 -n 192.1.2.23# bring up the tunnelipsec auto --up west-eastipsec auto --up west-eastnetipsec auto --up westnet-east# use the tunnelping -q -c 8 -n 192.1.2.23# show the tunnelipsec eroute: Let R_U_THERE packets flowsleep 20: Create the blockiptables -I INPUT -s 192.1.2.23/32 -d 0/0 -j DROPsleep 20: DPD should have triggered nowipsec eroute
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?