Last change
on this file since 10067 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:
2.1 KB
|
Rev | Line | |
---|
[10059] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | comment : "None"
|
---|
| 5 | ileiden : True
|
---|
| 6 | interfaces: "ath0,ue0,vr2,vr0,vr1"
|
---|
| 7 | latitude : "4.51431"
|
---|
| 8 | location : "Zorgvoorziening Zijloever, Lage Rijndijk 129, 2315 JS, Leiden"
|
---|
| 9 | longitude : "52.16161"
|
---|
| 10 | masterip : "172.19.0.1"
|
---|
| 11 | nodename : "Zijloever"
|
---|
| 12 | nodetype : "CNode"
|
---|
| 13 | rdnap_x : 95274
|
---|
| 14 | rdnap_y : 464075
|
---|
| 15 | release : "8.2-RELEASE"
|
---|
| 16 | status : "up"
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | iface_ath0:
|
---|
| 20 | comment : "ap"
|
---|
| 21 | interface : "ath0"
|
---|
| 22 | ip : "172.19.0.1/26"
|
---|
| 23 | desc : "ap"
|
---|
| 24 | sdesc : "ap"
|
---|
| 25 | mode : "ap-wds"
|
---|
| 26 | type : "11b"
|
---|
| 27 | channel : "8"
|
---|
| 28 | ssid : "ap-wirelessleiden-zijloever"
|
---|
| 29 | dhcp : "10-60"
|
---|
| 30 | compass : "None"
|
---|
| 31 | status : "up"
|
---|
| 32 |
|
---|
| 33 |
|
---|
| 34 | iface_ue0:
|
---|
| 35 | comment : "Ethernet"
|
---|
| 36 | interface : "ue0"
|
---|
| 37 | ip : "172.19.0.65/28"
|
---|
| 38 | desc : "Ethernet naar Zijloever"
|
---|
| 39 | sdesc : "eth"
|
---|
| 40 | type : "eth"
|
---|
| 41 | dhcp : "no"
|
---|
| 42 | compass : "None"
|
---|
| 43 | status : "down"
|
---|
| 44 |
|
---|
| 45 |
|
---|
| 46 | iface_vr0:
|
---|
| 47 | comment : "link naar SOM1"
|
---|
| 48 | interface : "vr0"
|
---|
| 49 | ip : "172.16.4.228/29"
|
---|
| 50 | desc : "Link naar SOM1"
|
---|
| 51 | sdesc : "2som1"
|
---|
| 52 | mode : "station-wds"
|
---|
| 53 | type : "eth"
|
---|
| 54 | channel : "52"
|
---|
| 55 | ssid : "il-z.som1.wleiden.net"
|
---|
| 56 | dhcp : "no"
|
---|
| 57 | compass : "s"
|
---|
| 58 | ns_ip : "172.16.4.227/29"
|
---|
| 59 | ns_mac : "00:15:6d:f7:be:ec"
|
---|
| 60 | status : "up"
|
---|
| 61 |
|
---|
| 62 |
|
---|
| 63 | iface_vr1:
|
---|
| 64 | comment : "link naar Roomburgh3"
|
---|
| 65 | interface : "vr1"
|
---|
| 66 | ip : "172.16.4.236/29"
|
---|
| 67 | desc : "Link naar Roomburgh3"
|
---|
| 68 | sdesc : "2roomburgh3"
|
---|
| 69 | mode : "station-wds"
|
---|
| 70 | type : "eth"
|
---|
| 71 | channel : "44"
|
---|
| 72 | ssid : "il-n.roomburgh3.wleiden.net"
|
---|
| 73 | dhcp : "no"
|
---|
| 74 | compass : "n"
|
---|
| 75 | ns_ip : "172.16.4.235/29"
|
---|
| 76 | ns_mac : "00:15:6d:71:4d:a9"
|
---|
| 77 | status : "up"
|
---|
| 78 |
|
---|
| 79 |
|
---|
| 80 | iface_vr2:
|
---|
| 81 | comment : "link naar ROC1"
|
---|
| 82 | interface : "vr2"
|
---|
| 83 | ip : "172.16.5.60/29"
|
---|
| 84 | desc : "Link naar ROC1"
|
---|
| 85 | sdesc : "2roc1"
|
---|
| 86 | mode : "station-wds"
|
---|
| 87 | type : "eth"
|
---|
| 88 | channel : "108"
|
---|
| 89 | ssid : "il-no.roc1.wleiden.net"
|
---|
| 90 | dhcp : "no"
|
---|
| 91 | compass : "ne"
|
---|
| 92 | ns_ip : "172.16.5.59/29"
|
---|
| 93 | ns_mac : ""
|
---|
| 94 | status : "up"
|
---|
| 95 |
|
---|
| 96 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.