blob: 6e9317b672bf2ee2ce28b4ff38e67c897f633d79 (
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 gw 10.243.232.121
|