wavesec-init.sh
来自「ipsec vpn」· Shell 代码 · 共 30 行
SH
30 行
#!/bin/sh: ==== start ====ipsec setup stop# move gateway to the 3 network so that we can get OE to work.route delete defaultifdown eth1ifconfig eth1 inet 0.0.0.0route add -net default gw 192.9.4.254rndc stopnamedsleep 1dig 2.2.0.192.in-addr.arpa. txt# nuke special route that may be there.route delete -net 192.0.2.0 netmask 255.255.255.0 gw 192.1.2.23ipsec setup --config /testing/pluto/co-terminal-02/wavesec.conf startipsec auto --config /testing/pluto/co-terminal-02/wavesec.conf --add japan--wavesecipsec eroute
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?