Instructions should include adding static ARP entry as per the instructions for the other end of the tunnel on line #138.
Signed-off-by: Stuart Haslam <[email protected]> --- example/ipsec/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ipsec/README b/example/ipsec/README index 319bfc2..74f1d26 100644 --- a/example/ipsec/README +++ b/example/ipsec/README @@ -49,7 +49,7 @@ VM0 has the follwing interface configuration: In addition, static ARP and IPv4 routes must be added on VM0: sudo ip route add 192.168.222.0/24 via 192.168.111.1 - sudo ip route add 192.168.222.0/24 via 192.168.111.1 + sudo arp -s 192.168.111.1 08:00:27:04:BF:8C 4.2 VM1 configuration -- 2.1.1 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
