casipw

Results 2 issues of casipw

My setup: * jitsi-videobridge behind a NAT * network interface `ens3` with IP 192.168.1.5 * IPv6 is enabled system-wide, but disabled for the network interface `ens3` * `sip-communicator.properties` contains: `org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=192.168.1.5`...

First of all: Thanks for your great work! I'm running a hardened kernel where unprivileged users can't create user namespaces: ``` [root@machine ~]# sysctl kernel.unprivileged_userns_clone kernel.unprivileged_userns_clone = 0 ``` I...