diff options
author | makefu <github@syntax-fehler.de> | 2013-12-29 11:14:32 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-12-29 11:14:32 +0100 |
commit | 8282aaf767dfebb9d68ffbfc713b6c5da80e00a2 (patch) | |
tree | 4522005c9227771c8b327b3dd0988b78244feb96 /cholerab | |
parent | c60ff6aa307e4c2eb5928bd34860c7366b765cc0 (diff) |
add dn42 routing
Diffstat (limited to 'cholerab')
-rw-r--r-- | cholerab/dn42 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cholerab/dn42 b/cholerab/dn42 new file mode 100644 index 00000000..6e9317b6 --- /dev/null +++ b/cholerab/dn42 @@ -0,0 +1,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 |