Seems it works with rules below. Is it enough to prevent all leaks? Openvpn 
has more rules or other rules only drop traffic from proxyvm? Should I 
worry about this traffic? Is it the way to block it like openvpn solution 
from docs do for wireguard? Thanks

iptables -I FORWARD -o eth0 -j DROP
iptables -I FORWARD -i eth0 -j DROP
ip6tables -I FORWARD -o eth0 -j DROP
ip6tables -I FORWARD -i eth0 -j DROP


воскресенье, 17 января 2021 г. в 21:48:37 UTC, evado...@gmail.com: 

>
> I'm successfully run wireguard now with new Fedora kernel. But have the 
> trouble with leak. Previous openvpn solution use specific qvpn group to 
> prevent leaks. What is about wireguard? How to setup everything to prevent 
> leaks if tunnel will down?
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/5f1b01d7-75f8-42c4-af4d-d35e3213a7d5n%40googlegroups.com.

Reply via email to