Last change
on this file since 10370 was 10370, checked in by rick, 13 years ago |
interfaces: key is obsolete and can be removed.
Fixes: beheer#175
|
File size:
958 bytes
|
Rev | Line | |
---|
[10059] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | comment : "None"
|
---|
[10240] | 5 | externalif: "sis0"
|
---|
[10116] | 6 | gateway : "192.168.1.1"
|
---|
| 7 | ileiden : False
|
---|
| 8 | internalif: "sis1"
|
---|
| 9 | internalroute: "172.16.3.145"
|
---|
| 10 | latitude : "4.47107"
|
---|
| 11 | location : "Martijn, Muiderkring 152, 2332 BP, Leiden"
|
---|
| 12 | longitude : "52.16352"
|
---|
| 13 | masterip : "172.16.3.146"
|
---|
[10321] | 14 | nodename : "proxy6"
|
---|
[10116] | 15 | nodetype : "Proxy"
|
---|
| 16 | proxyid : 6
|
---|
[10059] | 17 | rdnap_x : 92318
|
---|
| 18 | rdnap_y : 464324
|
---|
[10116] | 19 | release : "8.0-RELEASEE"
|
---|
| 20 | status : "up"
|
---|
| 21 |
|
---|
| 22 |
|
---|
[10059] | 23 | iface_sis0:
|
---|
[10116] | 24 | comment : "link naar Router"
|
---|
| 25 | interface : "sis0"
|
---|
| 26 | ip : "192.168.1.200/24"
|
---|
| 27 | desc : "Link naar router"
|
---|
| 28 | sdesc : "uplink"
|
---|
| 29 | type : "eth"
|
---|
| 30 | dhcp : "no"
|
---|
| 31 | compass : "None"
|
---|
| 32 | status : "up"
|
---|
[10059] | 33 |
|
---|
[10116] | 34 |
|
---|
[10059] | 35 | iface_sis1:
|
---|
[10116] | 36 | comment : "link naar NodeMuiderkring"
|
---|
| 37 | interface : "sis1"
|
---|
| 38 | ip : "172.16.3.146/30"
|
---|
| 39 | desc : "Link naar NodeMuiderkring"
|
---|
| 40 | sdesc : "downlink"
|
---|
| 41 | type : "eth"
|
---|
| 42 | dhcp : "no"
|
---|
| 43 | compass : "None"
|
---|
| 44 | status : "up"
|
---|
[10059] | 45 |
|
---|
[10116] | 46 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.