<div dir="ltr"><div>Hello,</div><div>I set up yesterday WireGuard on my OpenWrt router. I configured it on my computer and it works - everything is setup correctly and traffic is forwarded through WireGuard to the router and then to the outside. <br></div><div>On Android, after enabling the interface using the app or with wg-quick manually, network is unreachable. I cannot even ping IPs on the same LAN as the WireGuard interface.</div><div>I'm not sure how to find the routes as Android is a bit special.</div><div>As I said in the subject, my kernel (NetHunter kernel for OnePlus 3T) has the module builtin.<br></div><div><br></div><div>Router conf (interface IP: <a href="http://192.168.2.1/24">192.168.2.1/24</a>):</div><div><br></div><div>[Interface]<br>ListenPort = 4500<br>PrivateKey = ...<br><br>[Peer]<br>PublicKey = ...<br>AllowedIPs = <a href="http://192.168.2.196/32">192.168.2.196/32</a><br><br>[Peer]<br>PublicKey = ...<br>AllowedIPs = <a href="http://192.168.2.4/32">192.168.2.4/32</a></div><div><br></div><div><br></div><div>Computer conf (working):</div><div><br></div><div>[Interface]<br>Address = <a href="http://192.168.2.196/32">192.168.2.196/32</a><br>PrivateKey = ...<br>DNS = 1.1.1.1<br><br>[Peer]<br>PublicKey = ...<br>AllowedIPs = <a href="http://0.0.0.0/0">0.0.0.0/0</a><br>Endpoint = (hostname):4500<br>PersistentKeepalive = 25</div><div><br></div><div><br></div><div>Phone conf (generated by app, not working):</div><div><br></div><div>[Interface]<br>Address = <a href="http://192.168.2.4/24">192.168.2.4/24</a><br>DNS = 1.1.1.1<br>PrivateKey = ...<br><br>[Peer]<br>AllowedIPs = <a href="http://0.0.0.0/0">0.0.0.0/0</a><br>Endpoint = (hostname):4500<br>PersistentKeepalive = 25<br>PublicKey = ...<br></div><div><br></div><div><br></div><div>Any hints?</div><div>Thank you<br></div></div>