Turretkeeper
Turretkeeper
Default iperf flags; peering was just running yggdrasil on two laptops connected over an ad hoc WLAN connection, auto-peered
Tried reproducing on Yggdrasil 0.5.5 over an Ethernet connection - no marked decrease observed. Closing.
Do you have a firewall enabled on your Debian PC? You may need to open a port for Yggdrasil beacons to actually work.
Can you ping/nmap your phone from your desktop?
Have you considered setting the connection up as a traditional peer over LAN? It won't get down to the root cause of the problem, but it will solve your issue.
Something like having your computer have `tls://0.0.0.0:10040` as one of its listen addresses, and your phone attempt to connect to `tls://192.168.1.25:10040` via an entry in its Peers list.
FYI, there is an active pull request in the opkg repository that aims to make configuring Yggdrasil on OpenWrt a more streamlined experience - see openwrt/packages#20626.