From 02c1d74e58a708613c7772083da5e40a87951b3c Mon Sep 17 00:00:00 2001 From: sump pump Date: Fri, 22 May 2020 00:26:20 +0000 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 2c0a739..69a4bc4 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,26 @@ eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx 84fda16f829b teamlixo_bird "/bin/sh -c 'bird -c…" 17 minutes ago Up 9 minutes teamlixo_bird_1 ``` +`route` +``` +Kernel IP routing table +Destination Gateway Genmask Flags Metric Ref Use Iface +default 172.31.8.1 0.0.0.0 UG 202 0 0 eth0 +172.17.0.0 * 255.255.0.0 U 0 0 0 docker0 +172.18.0.0 * 255.255.0.0 U 0 0 0 br-b91440553ab5 +172.31.0.0 * 255.255.255.0 U 0 0 0 teamlixo +172.31.0.0 * 255.255.0.0 ! 32 0 0 * +172.31.8.0 * 255.255.255.0 U 0 0 0 eth0 +172.31.8.0 172.31.8.1 255.255.248.0 UG 32 0 0 eth0 +172.31.16.0 172.31.0.16 255.255.248.0 UG 32 0 0 teamlixo +172.31.200.0 172.31.0.200 255.255.248.0 UG 32 0 0 teamlixo +172.31.208.0 172.31.0.208 255.255.252.0 UG 32 0 0 teamlixo +172.31.212.0 172.31.0.212 255.255.252.0 UG 32 0 0 teamlixo +172.31.254.0 172.31.8.1 255.255.255.0 UG 32 0 0 eth0 +``` + +(Note the use of the `internal_gateway` variable to set the local `172.31.8.0 172.31.8.1 255.255.248.0 UG 32 0 0 eth0` route!) + ## Non-required options: #### General network options