Last change
on this file since 10100 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 : "192.168.2.1"
|
---|
| 6 | ileiden : False
|
---|
| 7 | interfaces: "sis0,sis1,sis2"
|
---|
| 8 | internalif: "sis1"
|
---|
| 9 | internalroute: "172.17.143.2"
|
---|
| 10 | latitude : "4.49421"
|
---|
| 11 | location : "Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden"
|
---|
| 12 | longitude : "52.15812"
|
---|
| 13 | masterip : "172.17.143.4"
|
---|
| 14 | nodename : "Proxy2"
|
---|
| 15 | nodetype : "Proxy"
|
---|
| 16 | proxyid : 2
|
---|
| 17 | rdnap_x : 93894
|
---|
| 18 | rdnap_y : 463704
|
---|
| 19 | release : "8.2-RELEASE"
|
---|
| 20 | status : "up"
|
---|
| 21 |
|
---|
| 22 |
|
---|
| 23 | iface_sis0:
|
---|
| 24 | comment : "Link naar router"
|
---|
| 25 | interface : "sis0"
|
---|
| 26 | ip : "192.168.2.6/24"
|
---|
| 27 | desc : "Link naar router"
|
---|
| 28 | sdesc : "uplink"
|
---|
| 29 | type : "eth"
|
---|
| 30 | dhcp : "no"
|
---|
| 31 | compass : "None"
|
---|
| 32 | status : "up"
|
---|
| 33 |
|
---|
| 34 |
|
---|
| 35 | iface_sis1:
|
---|
| 36 | comment : "Link naar NodeCeTIM1"
|
---|
| 37 | interface : "sis1"
|
---|
| 38 | ip : "172.17.143.4/28"
|
---|
| 39 | desc : "Link naar NodeCeTIM1"
|
---|
| 40 | sdesc : "downlink"
|
---|
| 41 | type : "eth"
|
---|
| 42 | dhcp : "no"
|
---|
| 43 | compass : "None"
|
---|
| 44 | status : "up"
|
---|
| 45 |
|
---|
| 46 |
|
---|
| 47 | iface_sis2:
|
---|
| 48 | comment : "Lokaal Ethernet naar kerk"
|
---|
| 49 | interface : "sis2"
|
---|
| 50 | ip : "172.17.143.17/26"
|
---|
| 51 | desc : "subnet voor Hooglandse Kerk"
|
---|
| 52 | sdesc : "hlkerk_subnet"
|
---|
| 53 | type : "eth"
|
---|
| 54 | dhcp : "10-60"
|
---|
| 55 | compass : "None"
|
---|
| 56 | status : "up"
|
---|
| 57 |
|
---|
| 58 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.