cloudflare / boringtun

Userspace WireGuard® Implementation in Rust
BSD 3-Clause "New" or "Revised" License
5.92k stars 397 forks source link

Bug when tunnel up on macos #311

Open vvzvlad opened 1 year ago

vvzvlad commented 1 year ago

A number of times when the tunnel is raised with the command sudo WG_QUICK_USERSPACE_IMPLEMENTATION=/Users/vvzvlad/.cargo/bin/boringtun-cli WG_SUDO=1 wg-quick up trikster the following happens: 1)The latest handshake is shown. 2)amount of data received is 0 3)The amount of data sent is incremented by 50mb/sec. 4) The traffic does not go This happens until you run the wg-quick down command.

I have recorded a short video to show this: https://www.dropbox.com/s/spaoeq0azf11md0/Screen%202022-08-29%20at%2019.30.13.mov?dl=0

Noah-Kennedy commented 1 year ago

How reliably does this reproduce?

vvzvlad commented 1 year ago

How reliably does this reproduce?

Quite often: about every third or fifth startup.

Noah-Kennedy commented 1 year ago

@vvzvlad is this on latest master, the latest crates.io release, or both?