no servidor rc.conf é:
ifconfig_re0_ipv6="inet6 accept_rtadv"
(Você pode adicionar um endereço ipv6 estático, se quiser) No meu ambiente, meu roteador fornece endereços IPv6 para outros sistemas.
ifconfig
no próprio servidor:
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
This is the server ip config
ether 22:22:22:22:22:22
inet6 fe80::1ae1:b1ff:fe11:1234%re0 prefixlen 64 scopeid 0x1
inet 172.16.0.200 netmask 0xffffffff broadcast 172.16.0.200
inet6 2001:123:4567:0:1234:1234:1234:1234 prefixlen 64 autoconf
inet 172.16.0.20 netmask 0xffffff00 broadcast 172.16.0.255
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
Agora, configure em: /usr/local/etc/ezjail/anysystem
:
export jail_proxy_ip="172.16.0.200,2001:123:1234:0:1234:1234:1234:1234"
(sem nenhum espaço em branco após a vírgula)
Reinicie essa jaula, vá para o console do jail e execute ifconfig
. Você verá um endereço ipv4 e um ipv6.
uname -a:
FreeBSD 10.2-RELEASE r286666
Eu testei isso com uma jaula de lula e funciona bem.