<HTML><BODY><p>Hello!<br><br>Recently I tried to install wireguard. <br><br>I have 4 computers. 2 of them have public ip. 2 of them behind NAT.<br><br>I want to use 2 public PC as endpoits, but I don't understand how to set up 0.0.0.0 for both of them on client side.<br><br>So this my configuration on clientside behind NAT</p><p>[Interface]</p><p>ListenPort = 51820<br>PrivateKey = KEY</p><p>[Peer]<br>PublicKey = KEY1<br>AllowedIPs = 0.0.0.0/0<br>Endpoint = X.X.X.X:51820</p><p>[Peer]<br>PublicKey = KEY2<br>AllowedIPs = 0.0.0.0/0<br>Endpoint = X.X.X.X:51820</p><p>Wireguard don't allow me to use 0.0.0.0 on both of them. How can I use two peers at this situation?<br><br><br>-- <br>With Best Regards,<br>Dmitry Markov</p></BODY></HTML>