<div dir="ltr">Hello to all!<br><br>I encountered a problem while using Wireguard. Here is my traffic dump<div><br><div>tcpdump -vnr wg_02-10-2019_03-17-03.pcap | grep 10.10.10.12 | head -n 10<br>reading from file wg_02-10-2019_03-17-03.pcap, link-type EN10MB (Ethernet)<br>    10.10.10.225.49267 > 10.10.10.12.https: UDP, length 96<br>    10.10.10.12.https > 10.10.10.225.49267: UDP, length 96<br>    10.10.10.225.49267 > 10.10.10.12.https: UDP, length 96<br>    10.10.10.12.https > 10.10.10.225.49267: UDP, length 96<br>    10.10.10.12.https > 10.10.10.225.49267: UDP, length 96<br><br>tcpdump -vnr wg_02-10-2019_03-47-03.pcap | grep 10.10.10.10 | head -n 10<br>reading from file wg_02-10-2019_03-47-03.pcap, link-type EN10MB (Ethernet)<br>    10.10.10.10.https > 10.10.10.225.49267: UDP, length 148<br>    10.10.10.10.https > 10.10.10.225.49267: UDP, length 96<br>    10.10.10.10.https > 10.10.10.225.49267: UDP, length 96<br>    10.10.10.10.https > 10.10.10.225.49267: UDP, length 148<br>    10.10.10.10.https > 10.10.10.225.49267: UDP, length 96<br>    10.10.10.10.https > 10.10.10.225.49267: UDP, length 96<br></div><div><br></div><div>In this place (02-10-2019_03-47-03) where the address in the dump changes on 10.10.10.10 and my session breaks.</div><div><br></div><div>Where is the IP address <a href="http://10.10.10.12/32" target="_blank">10.10.10.12/32</a> in lo interface (CentOS7) and <a href="http://10.10.10.10/30" target="_blank">10.10.10.10/30</a> is enp0s25 and i am using OSPF and p2p session with another IP / 30 (ASBR)<br></div><div><br></div><div> netstat -puntal | grep 443<br></div><div><br></div><div>udp        0      0 <a href="http://0.0.0.0:443/" target="_blank">0.0.0.0:443</a>             0.0.0.0:*                           -<br>udp6       0      0 :::443                  :::*                                -<br></div><div><br></div><div>10.10.10.225  - client with Windows 7 and settings</div><div>[Peer]<br></div><div>PublicKey = key</div><div>AllowedIPs = <a href="http://0.0.0.0/1" target="_blank">0.0.0.0/1</a>, <a href="http://128.0.0.0/1" target="_blank">128.0.0.0/1</a></div><div>EndPoint = <a href="http://10.10.10.12:443/" target="_blank">10.10.10.12:443</a></div><div>PersistentKeepAlive = 30</div><div><br></div><div>What am I doing wrong? Why does the destination address change?</div></div></div>