/testing/guestbin/swan-prep
north #
 # this route from /etc/sysconfig/network-scripts/route-eth1 interfears
north #
 ip route get to 192.0.2.254 | grep eth1 && ip route del 192.0.2.0/24 via 192.1.3.254 dev eth1
192.0.2.254 via 192.1.3.254 dev eth1 src 192.1.3.33 uid 0
RTNETLINK answers: No such process
north #
 # ip link show ipsec1 2>/dev/null && ip link del ipsec1
north #
 echo 0 > /proc/sys/net/ipv4/conf/all/rp_filter
north #
 ipsec start
Redirecting to: [initsystem]
north #
 /testing/pluto/bin/wait-until-pluto-started
north #
 ipsec auto --add north
002 added connection description "north"
north #
 echo "initdone"
initdone
north #
 ipsec auto --up north
002 "north" #1: initiating Main Mode
1v1 "north" #1: STATE_MAIN_I1: sent MI1, expecting MR1
1v1 "north" #1: STATE_MAIN_I2: sent MI2, expecting MR2
1v1 "north" #1: STATE_MAIN_I3: sent MI3, expecting MR3
002 "north" #1: Peer ID is ID_FQDN: '@east'
004 "north" #1: STATE_MAIN_I4: ISAKMP SA established {auth=PRESHARED_KEY cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
002 "north" #2: initiating Quick Mode PSK+ENCRYPT+TUNNEL+PFS+UP+IKEV1_ALLOW+IKE_FRAG_ALLOW+ESN_NO
1v1 "north" #2: STATE_QUICK_I1: sent QI1, expecting QR1
004 "north" #2: STATE_QUICK_I2: sent QI2, IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA1_96 NATOA=none NATD=none DPD=passive}
north #
 # comments bellow are to understand/explore the basics : what is going on
north #
 # ip link add ipsec1 type xfrm xfrmi-id 1 dev eth0
north #
 # ip link set ipsec1 up
north #
 # ip route add 192.0.2.0/24 dev ipsec1 src 192.0.3.254
north #
 # tcpdump -s 0 -n -w /tmp/ipsec1.pcap -i ipsec1 & echo $! > /tmp/tcpdump.pid
north #
 sleep  2
north #
 ping -w 4 -c 4 192.0.2.254
PING 192.0.2.254 (192.0.2.254) 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
north #
 ip -s link show ipsec1
X: ipsec1@eth1: <NOARP,UP,LOWER_UP> mtu 1500 state UNKNOWN
    RX: bytes  packets  errors  dropped overrun mcast   
    336        4        0       0       0       0       
    TX: bytes  packets  errors  dropped carrier collsns 
    336        4        0       0       0       0       
north #
 #kill -9 $(cat /tmp/tcpdump.pid)
north #
 sleep 2
north #
 #cp /tmp/ipsec1.pcap OUTPUT/
north #
 ip rule show
0:	from all lookup local
32766:	from all lookup main
32767:	from all lookup default
north #
 ip route show table 50
Error: ipv4: FIB table does not exist.
Dump terminated
north #
 echo done
done
north #
 ipsec whack --trafficstatus
006 #2: "north", type=ESP, add_time=1234567890, inBytes=336, outBytes=336, id='@east'
north #
 ../bin/check-for-core.sh
north #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi

