Update README.md

This commit is contained in:
sump pump 2020-05-22 00:26:20 +00:00
parent cc93a8b387
commit 02c1d74e58

View File

@ -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