Skip to content

Commit

Permalink
awsvpc: Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brb committed Feb 2, 2016
1 parent 7979025 commit 497b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/awsvpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo WEAVE_NO_FASTDP=1 DOCKERHUB_USER=brb0 weave launch --ipalloc-range=10.20.0.
```
where `ROUTE_TABLE_ID` corresponds to the id of the VPC route table (e.g. `rtb-259b9740`).
* Assign an IP address to the weave bridge on each host by executing `sudo DOCKERHUB_USER=brb0 weave expose`
* Enable ARP proxying on the weave bridge by issuing on each host: `echo 1 > /proc/sys/net/ipv4/conf/$BRIDGE/proxy_arp`
* Enable ARP proxying on the weave bridge by issuing on each host: `echo 1 > /proc/sys/net/ipv4/conf/weave/proxy_arp`
* Delete the weave route on each host: `ip route del 10.20.0.0/16 dev weave`
* Start containers.

Expand Down

0 comments on commit 497b896

Please sign in to comment.