blob: 8a983e7db355bc46a9727c4c8202925d4ba9d9e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Routing to dn42
all nodes which announce dn42 via //retiolum/hosts/ file by having the line
# slowpoke has internal ip 10.243.232.121
#
Subnet = 172.22.0.0/15
in the configuration are potential dn42 gateways.
tell your host to use this node via
route add -net 172.22.0.0/15 dev retiolum
|