⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 east-console.txt

📁 ipsec vpn
💻 TXT
字号:
east:~# set -ueast:~# route delete -net 192.0.1.0 netmask 255.255.255.0east:~# route delete -net defaulteast:~# route add -net default gw 192.1.2.45east:~# namedeast:~# dig sunrise-oe.uml.freeswan.org a; <<>> DiG VERSION<<>> sunrise-oe.uml.freeswan.org a;; global options:  printcmd;; Got answer:;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12345;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0;; QUESTION SECTION:;sunrise-oe.uml.freeswan.org.	IN	A;; ANSWER SECTION:sunrise-oe.uml.freeswan.org. 604800 IN	A	192.0.2.2;; Query time: 25 msec;; SERVER: 127.0.0.1#53(127.0.0.1);; WHEN: DATE;; MSG SIZE  rcvd: SIZEeast:~# netstat -rneKernel IP routing tableDestination     Gateway         Genmask         Flags Metric Ref    Use Iface192.9.2.0       0.0.0.0         255.255.255.0   U     0      0        0 eth2192.1.2.0       0.0.0.0         255.255.255.0   U     0      0        0 eth1192.0.2.0       0.0.0.0         255.255.255.0   U     0      0        0 eth00.0.0.0         192.1.2.45      0.0.0.0         UG    0      0        0 eth1east:~# export IPSEC_CONFS="/tmp/etc"east:~# mkdir $IPSEC_CONFSeast:~# cp -a /etc/ipsec.conf /etc/ipsec.d $IPSEC_CONFS/east:~# cp -a /testing/baseconfigs/japan/etc/ipsec.secrets $IPSEC_CONFS/east:~# ipsec setup startipsec_setup: Starting Openswan IPsec VERSIONeast:~# /testing/pluto/bin/wait-until-pluto-startedeast:~# ipsec auto --add privateeast:~# ipsec whack --listen002 listening for IKE messages002 forgetting secrets002 loading secrets from "/tmp/etc/ipsec.secrets"002 loading group "/tmp/etc/ipsec.d/policies/private"east:~# ipsec auto --route privateeast:~#east:~# : This should fail, but only because we do not know our own secret.east:~# : We use --oppohere/--oppothere so that the negotiation is logged.east:~# : Failure should come before negotiation is actually started.east:~# : No shunt eroute will be created because of using --oppohere/--oppothere.east:~# ipsec whack --oppohere 192.1.2.23 --oppothere 192.0.1.3033 Can't Opportunistically initiate for 192.1.2.23 to 192.0.1.3: all our KEY RRs have the wrong public key (and no good TXT RR)east:~# ipsec eroute0          0.0.0.0/0          -> 0.0.0.0/0          => %trap0          192.1.2.23/32      -> 192.0.1.0/24       => %trapeast:~# : Try again, using traffic to prompt negotiation.east:~# : This should result in a %dropeast:~# ping -c 2 -n 192.0.1.3PING 192.0.1.3 (192.0.1.3): 56 data bytes--- 192.0.1.3 ping statistics ---2 packets transmitted, 0 packets received, 100% packet losseast:~# ipsec eroute0          0.0.0.0/0          -> 0.0.0.0/0          => %trap1          192.1.2.23/32      -> 192.0.1.0/24       => %trap2          192.1.2.23/32      -> 192.0.1.3/32       => %dropeast:~# : the nether world according to plutoeast:~#east:~# echo endendeast:~# east:~#east:~#

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -