Last active
October 27, 2019 21:03
-
-
Save nightspotlight/1e2800de29efcfb68a3293b30a80a574 to your computer and use it in GitHub Desktop.
Enable IPv6 inside a FreeBSD jail (FreeNAS-11.2-U3)
This file contains hidden or 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
#!/bin/sh | |
/sbin/ifconfig epair0b inet6 auto_linklocal accept_rtadv autoconf | |
/sbin/rtsol epair0b | |
# sysrc rtsold_enable=YES | |
# service rtsold start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment