In older FreeBSD versions, a carp interface could be created using
And It seems to be working within a GIF tunnel, I found some rc scripts examples here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=132107
In the latest stable FreeBSD 13 at the moment of writing this, I can create the GIF tunnel, but I can't add an alias or "attach" CARP to work within the tunnel, I get this error:
My goal is to enable CARP in an environment that is blocking multicast, any ideas or possible solutions?
Code:
ifconfig carp create
And It seems to be working within a GIF tunnel, I found some rc scripts examples here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=132107
In the latest stable FreeBSD 13 at the moment of writing this, I can create the GIF tunnel, but I can't add an alias or "attach" CARP to work within the tunnel, I get this error:
Code:
ifconfig: SIOCGVH: Operation not supported
My goal is to enable CARP in an environment that is blocking multicast, any ideas or possible solutions?