Miredo (ipv6 tunneling) problem

arc

Cadet
Joined
Apr 17, 2019
Messages
1
I would like you start a miredo service in a jail, but I get the following errors, I think this probably because of some properties of jail. Any advice? Thx

In jail, after I run miredo :

Code:
root@ajailserver: /miredo -f -c /usr/local/etc/miredo/miredo.conf
miredo[77410]: Starting...
miredo[77411]: Tunneling driver error (/dev/tun*): No error: 0
miredo[77411]: BSD tunneling interface creation failure
miredo[77411]: Miredo setup failure: Cannot create IPv6 tunnel


ifconfig got:

Code:
tun0: flags=8010<POINTOPOINT,MULTICAST> metric 0 mtu 1500
        options=80000<LINKSTATE>
        nd6 options=1<PERFORMNUD>
        groups: tun


In freenas

Code:
root@nas[/dev]# ls -l tun0
crw-------  1 uucp  dialer  0x80 Apr 17 01:21 tun0
 
Top