Re: Gateway for Wireguard VPN

2017-11-21 Thread Germano Massullo
For who has a Firewalld based Linux distribution like Fedora/RHEL/CentOS: === Host B (VPN gateway) === When system creates interface wg0, it is not attached to any firewall zone, so it falls into default zone, that blocks everything except for ICMP packets. Therefore if you simply run ping among

Re: Gateway for Wireguard VPN

2017-11-21 Thread Germano Massullo
Thank you very much Jason, your help has been precious!! ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

Re: Gateway for Wireguard VPN

2017-11-20 Thread Jason A. Donenfeld
If you want A and C to communicate through B as a trusted intermediary for A and C's IPs, then your configs actually need to be: === Host A (Fedora 26) === # cat /etc/wireguard/wg0.conf [Interface] Address = 10.1.0.21/24 PrivateKey = *censored* [Peer] PublicKey = *censored* Endpoint =