this post was submitted on 12 Jun 2025
10 points (100.0% liked)
Linux
7921 readers
609 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
default via 192.168.66.110 dev wlP6p1s0 proto dhcp src 192.168.66.211 metric 600
and192.168.66.0/24 dev wlP6p1s0 proto kernel scope link src 192.168.66.211 metric 600
.My tunnel address should be
10.200.0.13/32
once connected.If your routes aren't changing, then your device, as a client, isn't going to reach anything. You'll need to see a route for the 10.20.0.0/24 subnet show up that points to whatever the endpoint address is on the other end.
So if that's all your server config is, it's only going to allow one peer at a time. You can confirm this by disconnecting your android device from the tunnel, and then connecting using the same info from your Linux device.
You also at a minimum should have PostUP and PostDown directives to properly forward incoming traffic on your wg interface.
Nope, none shows up. I am looking via
ip route
, right?Just looked up the config created by opnsense. You were right. I had to restart wireguard to update the config file so that my other peers (like this debian machine) could connect. Thank's for helping me out!
That is hopefully managed by NetworkManager, isn't?
I missed that you said you were using OPNsense, so the up/down would be handled there. If it's working now, don't worry about it.