Last change
on this file since 10092 was 10067, checked in by rick, 13 years ago |
Do not edit headers on the config files in indead a whee bit confusing.
Reported-By: huub
|
File size:
1.2 KB
|
Rev | Line | |
---|
[10059] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | comment : "None"
|
---|
| 5 | gateway : "92.66.227.161"
|
---|
| 6 | ileiden : False
|
---|
| 7 | interfaces: "vr2,vr0,vr1"
|
---|
| 8 | internalif: "vr1"
|
---|
| 9 | internalroute: "172.25.90.69"
|
---|
| 10 | latitude : "4.75732"
|
---|
| 11 | location : "Hadleystraat 44B, 1431 SN Aalsmeer"
|
---|
| 12 | longitude : "52.26427"
|
---|
| 13 | masterip : "172.17.18.1"
|
---|
| 14 | nat : True
|
---|
| 15 | nodename : "Proxy17"
|
---|
| 16 | nodetype : "Proxy"
|
---|
| 17 | proxyid : 17
|
---|
| 18 | rdnap_x : 112000
|
---|
| 19 | rdnap_y : 475325
|
---|
| 20 | release : "8.2-RELEASE"
|
---|
| 21 | status : "dw"
|
---|
| 22 |
|
---|
| 23 |
|
---|
| 24 | iface_vr0:
|
---|
| 25 | comment : "link naar Router"
|
---|
| 26 | interface : "vr0"
|
---|
| 27 | ip : "10.10.10.10/30"
|
---|
| 28 | desc : "Link naar router"
|
---|
| 29 | sdesc : "uplink"
|
---|
| 30 | type : "eth"
|
---|
| 31 | dhcp : "yes"
|
---|
| 32 | compass : "None"
|
---|
| 33 | status : "up"
|
---|
| 34 |
|
---|
| 35 |
|
---|
| 36 | iface_vr1:
|
---|
| 37 | comment : "link naar Node Watertoren"
|
---|
| 38 | interface : "vr1"
|
---|
| 39 | ip : "172.16.16.236/29"
|
---|
| 40 | desc : "Link naar Node Watertoren"
|
---|
| 41 | sdesc : "downlink"
|
---|
| 42 | type : "eth"
|
---|
| 43 | dhcp : "no"
|
---|
| 44 | compass : "None"
|
---|
| 45 | status : "up"
|
---|
| 46 |
|
---|
| 47 |
|
---|
| 48 | iface_vr2:
|
---|
| 49 | comment : "Node naar Intern Network"
|
---|
| 50 | interface : "vr2"
|
---|
| 51 | ip : "172.17.18.1/25"
|
---|
| 52 | desc : "Node naar Intern Network"
|
---|
| 53 | sdesc : "itern"
|
---|
| 54 | type : "eth"
|
---|
| 55 | dhcp : "20-60"
|
---|
| 56 | compass : "None"
|
---|
| 57 | status : "up"
|
---|
| 58 |
|
---|
| 59 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.