- my routes doesn’t change:
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
. - After some seconds I can access the internet but not my subnet IPs I should be able to ping. So I was wondering if I am even using my VPN connection. I can observe my outgoing connections on my opnsense (but not when doing this on my computer, the device in question).
- It just contains:
[Peer]
PublicKey = X
Endpoint = IP:NondefaultPort
AllowedIPs = 0.0.0.0\0,::/0
My tunnel address should be 10.200.0.13/32
once connected.
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?