Last change
on this file since 10094 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.1 KB
|
Rev | Line | |
---|
[10059] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | comment : "None"
|
---|
| 5 | ileiden : False
|
---|
| 6 | interfaces: "ep0,wi0,xl0"
|
---|
| 7 | latitude : "4.49348"
|
---|
| 8 | location : "Centrale Bibliotheek, Nieuwstraat 4, 2312 KB, Leiden"
|
---|
| 9 | longitude : "52.15845"
|
---|
| 10 | masterip : "172.17.153.1"
|
---|
| 11 | nodename : "OBLc"
|
---|
| 12 | nodetype : "CNode"
|
---|
| 13 | rdnap_x : 93844
|
---|
| 14 | rdnap_y : 463741
|
---|
| 15 | release : "5.0-RELEASE"
|
---|
| 16 | status : "up"
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | iface_ep0:
|
---|
| 20 | comment : "Ethernet"
|
---|
| 21 | interface : "ep0"
|
---|
| 22 | ip : "172.17.153.1/24"
|
---|
| 23 | desc : "AP voor bieb"
|
---|
| 24 | sdesc : "apples"
|
---|
| 25 | type : "eth"
|
---|
| 26 | dhcp : "10-250"
|
---|
| 27 | compass : "None"
|
---|
| 28 | status : "up"
|
---|
| 29 |
|
---|
| 30 |
|
---|
| 31 | iface_wi0:
|
---|
| 32 | comment : "link naar CeTIM3"
|
---|
| 33 | interface : "wi0"
|
---|
| 34 | ip : "172.16.0.162/30"
|
---|
| 35 | desc : "Link naar CeTIM3"
|
---|
| 36 | sdesc : "2cetim3"
|
---|
| 37 | mode : "station-wds"
|
---|
| 38 | type : "11b"
|
---|
| 39 | channel : "9"
|
---|
| 40 | ssid : "il-nw.cetim3.wleiden.net"
|
---|
| 41 | dhcp : "no"
|
---|
| 42 | compass : "nw"
|
---|
| 43 | status : "up"
|
---|
| 44 |
|
---|
| 45 |
|
---|
| 46 | iface_xl0:
|
---|
| 47 | comment : "Ethernet"
|
---|
| 48 | interface : "xl0"
|
---|
| 49 | ip : "172.17.152.65/27"
|
---|
| 50 | desc : "Ethernet naar OBL"
|
---|
| 51 | sdesc : "eth"
|
---|
| 52 | type : "eth"
|
---|
| 53 | dhcp : "no"
|
---|
| 54 | compass : "None"
|
---|
| 55 | status : "up"
|
---|
| 56 |
|
---|
| 57 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.