Development discussion of WireGuard
 help / color / mirror / Atom feed
* Working only one way
@ 2018-04-09 20:17 Ing. Luis Felipe Domínguez Vega
  2018-04-09 20:51 ` Mikael Magnusson
  2018-04-09 21:43 ` Eric Light
  0 siblings, 2 replies; 5+ messages in thread
From: Ing. Luis Felipe Domínguez Vega @ 2018-04-09 20:17 UTC (permalink / raw)
  To: wireguard

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-10 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-09 20:17 Working only one way Ing. Luis Felipe Domínguez Vega
2018-04-09 20:51 ` Mikael Magnusson
2018-04-09 21:43 ` Eric Light
2018-04-10 13:16   ` Ing. Luis Felipe Domínguez Vega
2018-04-10 15:23     ` Fredrik Strömberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).