<div dir="ltr"><div style="font-size:12.8px">I've been messing around with WireGuard, and I'm trying to get it to route all of my traffic.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I was trying to emulate what is shown in <a href="https://www.wireguard.com/img/wg-quick-tool.gif" target="_blank">this gif</a>, but I've made a mistake.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Instead of showing:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">    ip rule add not to *server ip address* table 51820</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I am left with:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">    [#] ip -4 rule add not fwmark 51820 table 51820</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">and I'm not sure how to remove this.  Anytime I try to use WireGuard with the `wg-quick` command, it makes/executes this rule, and it clobbers my connections.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">The command I used that got me in this mess is (I think):</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">    ip rule add not to *server ip address* table 51820</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Anytime WireGuard creates the VPN interface (wg0vpn), it creates this rule. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"> I can run</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">    ip rule del table 51820</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">and it gets rid of it, but next time I initiate the connection, it is back.  And also, it's not routing my traffic...  </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Any help would be appreciated.</div></div>