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 #
 /testing/guestbin/swan-prep
north #
 ipsec start
Redirecting to: [initsystem]
north #
 /testing/pluto/bin/wait-until-pluto-started
north #
 ipsec auto --add northnet-eastnet
002 added IKEv1 connection "northnet-eastnet"
north #
 echo "initdone"
initdone
north #
 ipsec auto --up northnet-eastnet
003 "northnet-eastnet" #1: IKEv1 Aggressive Mode with PSK is vulnerable to dictionary attacks and is cracked on large scale by TLA's
002 "northnet-eastnet" #1: initiating IKEv1 Aggressive Mode connection
1v1 "northnet-eastnet" #1: sent Aggressive Mode request
002 "northnet-eastnet" #1: Peer ID is ID_FQDN: '@east'
002 "northnet-eastnet" #1: Peer ID is ID_FQDN: '@east'
004 "northnet-eastnet" #1: IKE SA established {auth=PRESHARED_KEY cipher=AES_CBC_256 integ=HMAC_SHA2_256 group=MODP2048}
002 "northnet-eastnet" #2: initiating Quick Mode PSK+ENCRYPT+TUNNEL+PFS+UP+AGGRESSIVE+IKEV1_ALLOW+IKE_FRAG_ALLOW+ESN_NO
1v1 "northnet-eastnet" #2: sent Quick Mode request
004 "northnet-eastnet" #2: IPsec SA established tunnel mode {ESP=>0xESPESP <0xESPESP xfrm=AES_CBC_128-HMAC_SHA2_256_128 NATOA=none NATD=none DPD=passive}
north #
 ping -w 4 -c 2 -I 192.0.3.254 192.0.22.254
PING 192.0.22.254 (192.0.22.254) from 192.0.3.254 : 56(84) bytes of data.
64 bytes from 192.0.22.254: icmp_seq=1 ttl=64 time=0.XXX ms
64 bytes from 192.0.22.254: icmp_seq=2 ttl=64 time=0.XXX ms
--- 192.0.22.254 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time XXXX
rtt min/avg/max/mdev = 0.XXX/0.XXX/0.XXX/0.XXX ms
north #
 echo done
done
north #
 ipsec whack --trafficstatus
006 #2: "northnet-eastnet", type=ESP, add_time=1234567890, inBytes=168, outBytes=168, id='@east'
north #
 ip -s link show ipsec1
X: ipsec1@eth1: <NOARP,UP,LOWER_UP> mtu 1500 state UNKNOWN
    RX: bytes  packets  errors  dropped overrun mcast   
    168        2        0       0       0       0       
    TX: bytes  packets  errors  dropped carrier collsns 
    168        2        0       0       0       0       
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 #
 ip route
default via 192.1.3.254 dev eth1
192.0.3.0/24 dev eth0 proto kernel scope link src 192.0.3.254
192.0.22.0/24 dev ipsec1 scope link
192.1.3.0/24 dev eth1 proto kernel scope link src 192.1.3.33
north #
 ../bin/check-for-core.sh
north #
 if [ -f /sbin/ausearch ]; then ausearch -r -m avc -ts recent ; fi
north #
 
