totoCZ
totoCZ
Hmm. I removed the ICE config on the mac and one node and restarted it. Now reachability: RELAYED So it seems that it's not possible to just STUN it. But...
>A raw socket can be bound to a specific local address using the bind(2) call. If it isn't bound, all packets with the specified IP protocol are received. In addition,...
Please check commit https://github.com/TomHetmer/mtr/commit/19a1fbaf4efc232c4f4a29067297cf5c93fb2794 I rewrote the v4 sockets to get rid of IPPROTO_RAW. cc @rewolff i'll do a pull request if it's okay.
>Linux doesn't require this, but BSD derived network stacks do. Any idea what those machines are? Would be weird since it's copied from the IPv6 code and that one doesn't...
Interestingly in TCP mode it works. The old one doesn't have any problems with either option.
``` [[email protected] /root]# tcpdump icmp -n tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes 08:25:44.126987 IP...
So i guess no plans to make it behave like 0.87 where it just works? I guess we’ll have to stick with that one since this setup exists on many...
Actually do you think it’d work with —interface or it’s the same logic? I didn’t try that yet as it’s not in the testing repo in deb. That could fix...
btw, the reason why this setup is like that is because of KVM br0 bridges eth1, vnet0 and vnet2 (the main public interface + our VMs) on top of that...
Nope, the VMs are more or less unrelated here, they just use the bridge on this multi-purpose machine. It's a little confusing, I know. [[email protected] /root]# ip r default via...