Created
October 24, 2016 17:33
-
-
Save EmbeddedAndroid/ee0f0f125333ffd058798d42365005ba to your computer and use it in GitHub Desktop.
Docker IPv6 Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ip -6 route add <ipv6-prefix>::/<subnet> dev docker0 | |
sysctl net.ipv6.conf.default.forwarding=1 | |
sysctl net.ipv6.conf.all.forwarding=1 | |
sysctl net.ipv6.conf.enP2p1s0.accept_ra=2 | |
service ndppd restart | |
service docker restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment