代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/160303/5574025
sh wavesec-init.sh
#!/bin/sh
: ==== start ====
ipsec setup stop
# move gateway to the 3 network so that we can get OE to work.
route delete default
ifdown eth1
ifconfig eth1 inet 0.0.0.0
route add -net default gw 19
www.eeworm.com/read/160303/5574062
txt east-console.txt
east:~#
TESTNAME=x509-pluto-05
east:~#
source /testing/pluto/bin/eastlocal.sh
east:~#
rm /tmp/$TESTNAME/ipsec.d/crls/nic.crl
east:~#
iptables -A INPUT -i eth1 -s 192.0.3.0/24 -d 0.0.0.0/0 -j DROP
www.eeworm.com/read/160303/5574104
sh japan-run.sh
: confirm that my key is present in DNS
dig 2.1.0.192.in-addr.arpa. key
dig japan.uml.freeswan.org. key
ipsec setup $CFG start
sleep 2
ipsec eroute
/testing/pluto/co-terminal-02/eroutewait.sh trap
i
www.eeworm.com/read/160303/5574105
txt japan-console.txt
japan:~# set -x
japan:~# CFG="--config /testing/pluto/co-terminal-02/japan.conf" export CFG
+ CFG=--config /testing/pluto/co-terminal-02/japan.conf
+ export CFG
japan:~# : just for when we run it inte
www.eeworm.com/read/160303/5574106
sh japan-init.sh
#!/bin/sh
: ==== start ====
set -x
CFG="--config /testing/pluto/co-terminal-02/japan.conf" export CFG
: just for when we run it interactively
ipsec setup $CFG stop
rndc stop >/dev/null 2>&1
named
www.eeworm.com/read/160303/5574172
sh pluto_unit_tests.sh
#!/bin/sh
TESTING=${TESTING:-/testing}
PATH=${TESTING}/pluto/bin:$PATH export PATH
TESTNAME=ike-algo-01
export PLUTO="ipsec pluto"
export WHACK="ipsec whack"
${TESTING}/pluto/bin/ifconfigs up
. CONF
www.eeworm.com/read/160303/5574324
sh northinit.sh
#!/bin/sh
TESTNAME=pluto-rekey-02
source /testing/pluto/bin/northlocal.sh
cd /testing/pluto/$TESTNAME
echo done
www.eeworm.com/read/160303/5574346
sh eastinit.sh
: ==== start ====
TESTNAME=dpd-05
source /testing/pluto/bin/eastlocal.sh
ipsec setup start
ipsec auto --add west-east
www.eeworm.com/read/160303/5574348
sh westinit.sh
: ==== start ====
TESTNAME=dpd-05
source /testing/pluto/bin/westlocal.sh
iptables -F INPUT
iptables -F OUTPUT
ipsec setup start
sleep 5
ipsec auto --add west-east
www.eeworm.com/read/160303/5574460
txt east-console.txt
east:~#
TESTNAME=x509-pluto-04
east:~#
source /testing/pluto/bin/eastlocal.sh
east:~#
iptables -A INPUT -i eth1 -s 192.0.3.0/24 -d 0.0.0.0/0 -j DROP
east:~#
arp -s 192.0.2.1 10:00:00:dc:bc:01
east