Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • sounds like you need to add a route to your LAN using wg0 as its interface. Commented Sep 19, 2022 at 16:34
  • do you have any example?
    – Roman N
    Commented Sep 19, 2022 at 16:50
  • ip route add {LAN_NETWORK/MASK} via {GATEWAYIP} dev wg0 cyberciti.biz/faq/… Commented Sep 19, 2022 at 16:53
  • how to make this ip route permanent? (I use ubuntu)
    – Roman N
    Commented Sep 19, 2022 at 17:06
  • did adding the route resolve the issue? Commented Sep 19, 2022 at 19:07