Message ID | 1437661558-6792-1-git-send-email-stuart.haslam@linaro.org |
---|---|
State | Accepted |
Commit | c959e03c601287183c07223d193982bbf36d56cd |
Headers | show |
Merged, Maxim. On 07/23/15 17:25, Stuart Haslam wrote: > 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 <stuart.haslam@linaro.org> > --- > 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 >
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
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 <stuart.haslam@linaro.org> --- example/ipsec/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)