Working only one way

Ing. Luis Felipe Domínguez Vega luis.dominguez at mtz.desoft.cu
Mon Apr 9 22:17:00 CEST 2018


Hello people, i currently installed wireguard (So easy !!!!!!), but i have a problem i have ping from server -> client, but not client -> server, when in server I execute tcpdump -i empresa only i see ICMP request and not response: 

Config server: 
************************************
[Interface] 
Address = 10.11.2.0/24 
SaveConfig = true 
ListenPort = 51820 
PrivateKey = -------- 

[Peer] 
PublicKey = hgwZKihI4axZZwoWPsucpX+rZMo6dEhnJgb7ulZmzDE= 
AllowedIPs = 10.11.2.2/32 
Endpoint = 192.168.0.215:59160


Config client: 
************************************
[Interface]
PrivateKey = -------- 
Address = 10.11.2.2/32

[Peer]
PublicKey = v+5UJACf6odzR4ct0vPheVaaKpIdEMjqa9SECloq5CE=
Endpoint = 192.168.0.251:51820
AllowedIPs = 10.11.2.0/24




Routing in server:
------------------
default via 192.168.0.254 dev enp1s0 onlink 
10.11.2.0/24 dev empresa proto kernel scope link src 10.11.2.0 
192.168.0.0/24 dev enp1s0 proto kernel scope link src 192.168.0.251

Routing in client:
------------------
default via 192.168.0.254 dev enp3s0 proto static metric 100 
10.8.0.0/24 via 10.11.0.57 dev enp5s0 proto static metric 100 
10.9.0.0/24 via 10.11.0.57 dev enp5s0 proto static metric 100 
10.11.0.0/24 dev enp5s0 proto kernel scope link src 10.11.0.61 metric 100 
10.11.2.0/24 dev empresa-vpn scope link 
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 
192.168.0.0/24 dev enp3s0 proto kernel scope link src 192.168.0.215 metric 100 
192.168.44.0/24 via 10.11.0.254 dev enp5s0 proto static metric 100




-- 
Luis Felipe Dominguez Vega 
System Administration in Desoft Matanzas | Mob: [ tel:+5353694785 | +5353694785 ] | [ http://www.desoft.cu/ | www.desoft.cu ] 
[ https://www.facebook.com/lfdominguez0104 |    ] [ https://www.linkedin.com/in/luis-felipe-dom%C3%ADnguez-vega-47725794/ |    ] [ https://twitter.com/LuisFelipeDV1 |    ]
XVII CONVENCIÓN Y FERIA INTERNACIONAL: INFORMÁTICA 2018. En La Habana, Cuba, del 19 al 23 de marzo



More information about the WireGuard mailing list