/testing/guestbin/swan-prep road # ipsec start Redirecting to: [initsystem] road # /testing/pluto/bin/wait-until-pluto-started road # ipsec auto --add eastnet-any 002 added connection description "eastnet-any" road # # confirm we have stock resolv.conf road # cat /etc/resolv.conf domain testing.libreswan.org nameserver 192.1.3.254 road # echo initdone initdone road # ipsec auto --up eastnet-any 002 "eastnet-any"[1] 192.1.2.23 #1: initiating v2 parent SA 1v2 "eastnet-any"[1] 192.1.2.23 #1: initiate 1v2 "eastnet-any"[1] 192.1.2.23 #1: STATE_PARENT_I1: sent v2I1, expected v2R1 1v2 "eastnet-any"[1] 192.1.2.23 #2: STATE_PARENT_I2: sent v2I2, expected v2R2 {auth=IKEv2 cipher=AES_GCM_16_256 integ=n/a prf=HMAC_SHA2_512 group=MODP2048} 002 "eastnet-any"[1] 192.1.2.23 #2: IKEv2 mode peer ID is ID_FQDN: '@east' 003 "eastnet-any"[1] 192.1.2.23 #2: Authenticated using authby=secret 002 "eastnet-any"[1] 192.1.2.23 #2: received INTERNAL_IP4_ADDRESS 100.64.13.2 002 "eastnet-any"[1] 192.1.2.23 #2: received INTERNAL_IP4_DNS 1.2.3.4 002 "eastnet-any"[1] 192.1.2.23 #2: received INTERNAL_IP4_DNS 5.6.7.8 005 "eastnet-any"[1] 192.1.2.23 #2: Received INTERNAL_DNS_DOMAIN: libreswan.org 002 "eastnet-any"[1] 192.1.2.23 #2: up-client output: updating resolvconf 002 "eastnet-any"[1] 192.1.2.23 #2: up-client output: rm: cannot remove '/etc/resolv.conf': Device or resource busy 002 "eastnet-any"[1] 192.1.2.23 #2: negotiated connection [100.64.13.2-100.64.13.2:0-65535 0] -> [192.0.2.0-192.0.2.255:0-65535 0] 004 "eastnet-any"[1] 192.1.2.23 #2: STATE_V2_IPSEC_I: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_GCM_16_256-NONE NATOA=none NATD=none DPD=passive} road # ping -n -c 4 -I 100.64.13.2 192.0.2.254 PING 192.0.2.254 (192.0.2.254) from 100.64.13.2 : 56(84) bytes of data. 64 bytes from 192.0.2.254: icmp_seq=1 ttl=64 time=0.XXX ms 64 bytes from 192.0.2.254: icmp_seq=2 ttl=64 time=0.XXX ms 64 bytes from 192.0.2.254: icmp_seq=3 ttl=64 time=0.XXX ms 64 bytes from 192.0.2.254: icmp_seq=4 ttl=64 time=0.XXX ms --- 192.0.2.254 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time XXXX rtt min/avg/max/mdev = 0.XXX/0.XXX/0.XXX/0.XXX ms road # ipsec whack --trafficstatus 006 #2: "eastnet-any"[1] 192.1.2.23, type=ESP, add_time=1234567890, inBytes=336, outBytes=336, id='@east', lease=100.64.13.2/32 road # # check to see if our resolv.conf got updated road # cat /etc/resolv.conf # Generated by Libreswan (IPsec) domain testing.libreswan.org search testing.libreswan.org libreswan.org nameserver 1.2.3.4 nameserver 5.6.7.8 nameserver 192.1.3.254 road # # confirm resolv.conf is restored on down road # ipsec auto --down eastnet-any 002 "eastnet-any"[1] 192.1.2.23: terminating SAs using this connection 002 "eastnet-any"[1] 192.1.2.23 #2: deleting state (STATE_V2_IPSEC_I) and sending notification 005 "eastnet-any"[1] 192.1.2.23 #2: ESP traffic information: in=336B out=336B 002 "eastnet-any"[1] 192.1.2.23 #2: down-client output: restoring resolvconf 002 "eastnet-any"[1] 192.1.2.23 #1: deleting state (STATE_PARENT_I3) and sending notification 002 "eastnet-any"[1] 192.1.2.23: deleting connection "eastnet-any"[1] 192.1.2.23 instance with peer 192.1.2.23 road # cat /etc/resolv.conf domain testing.libreswan.org nameserver 192.1.3.254 road # echo done done road # road # ../bin/check-for-core.sh road # if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi