# route -vKernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Ifacedefault RT-00904C0FF018 0.0.0.0 UG 1024 0 0 eth0172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0172.18.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-55985fc83fa9172.19.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-4a2e674be385172.20.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-c4a5411407dd172.21.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-7eb7fa74a326172.22.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-3b304b8d2b9f172.23.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-519d33f42172172.24.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-10bfee6d9dcb172.25.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-5f628b8f8682172.26.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-d7fcffbb970a172.27.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-4b57aa2459c5172.28.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-a4759ccfc8c4172.29.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-fa55d2bd337d172.30.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-f7574a62a5c4172.31.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-45084db52c51192.168.0.0 0.0.0.0 255.255.240.0 U 0 0 0 br-65a630f9019d192.168.16.0 0.0.0.0 255.255.240.0 U 0 0 0 br-5aa5d76d0c7a192.168.32.0 0.0.0.0 255.255.240.0 U 0 0 0 br-e0d66f2d6753192.168.48.0 0.0.0.0 255.255.240.0 U 0 0 0 br-beb580b505a2192.168.214.0 0.0.0.0 255.255.255.0 U 1024 0 0 eth0RT-00904C0FF018 0.0.0.0 255.255.255.255 UH 1024 0 0 eth0
- I have an LXC with a bunch of docker containers running
- I see many 172.x.x.x and assume they belong to some of the containers
- What I can't quite figure out is why there are
192.x.x.x
as well - Why did it jump from 172.x to 192.x?
My problem is, I have an actual server on 192.168.9.111 and I can't reach it because of these routes. Any ideas?