October 10, 20232 yr It looks like docker is creating a meaningless ip rule and a routing table for my server. root@unraid:~# ip rule 0: from all lookup local 32764: from all fwmark 0x29a lookup 666 32765: from 172.31.200.0/24 lookup 200 32766: from all lookup main 32767: from all lookup default root@unraid:~# ip route list table 200 default via 10.6.7.6 dev wg0 10.6.6.0/24 via 10.6.6.254 dev eth0 10.6.6.0/24 and 10.6.6.254 are my LAN subnet and gateway, and 10.6.7.6/24 is the subnet of wireguard. I remember this 172.31.200.0/24 subnet from a long time ago. It was a docker network named by wg0 followed by some hex. It never appeared again after I removed it, however these rule and table keeps appearing after reboot. I know it doesn't affect anything, but since I'm working with other ip rules and tables on my server this is really annoying... Is it possible to remove it forever?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.