erebe / wstunnel

Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available
Other
3.22k stars 290 forks source link

get TX errors caused by multicast address #269

Closed liminghuang closed 2 weeks ago

liminghuang commented 2 weeks ago

Describe the bug I used wireguard over wstunnel. I found that wireguard interface - wg0 up and I can see TX errors number was increasing in ifconfig command. I used wireshark to sniffer at once and I got the IP.dst address was 239.255.255.255, it's a multicast address. Does it mean wstunnel can not handle multicast packets?

To Reproduce I have an NX network server service that was running. it scans the local network camera periodically via the multicast address.

Expected behavior I'm not sure if the TX error number was increasing which was normal or not.

Desktop (please complete the following information):

liminghuang commented 2 weeks ago

ok, it may be wireguard can't handle multicast, not wstunnel. Closed