Rev | Line | |
---|
[10675] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | board : "ALIX2"
|
---|
| 5 | comment : "None"
|
---|
| 6 | ileiden : False
|
---|
[10779] | 7 | latitude : "4.47694"
|
---|
[10675] | 8 | location : "De Leidse Houtschool, Adriaan Pauwstraat 1, 2334 CG, Leiden"
|
---|
[10779] | 9 | longitude : "52.17305"
|
---|
[10675] | 10 | masterip : "172.17.21.1"
|
---|
| 11 | nodename : "LHS"
|
---|
| 12 | nodetype : "Hybrid"
|
---|
| 13 | rdnap_x : 92733
|
---|
| 14 | rdnap_y : 465380
|
---|
| 15 | release : "9.0-RELEASE"
|
---|
[10701] | 16 | service_accesspoint: True
|
---|
[10675] | 17 | service_proxy_ileiden: True
|
---|
| 18 | service_proxy_normal: True
|
---|
| 19 | status : "up"
|
---|
| 20 |
|
---|
[10701] | 21 |
|
---|
[10675] | 22 | iface_ath0:
|
---|
| 23 | comment : "ap"
|
---|
| 24 | interface : "ath0"
|
---|
| 25 | ip : "172.17.21.1/24"
|
---|
| 26 | desc : "AP"
|
---|
| 27 | sdesc : "ap"
|
---|
| 28 | mode : "ap"
|
---|
| 29 | type : "11b"
|
---|
| 30 | channel : "4"
|
---|
| 31 | ssid : "ap-WirelessLeiden-Lhs0"
|
---|
| 32 | dhcp : "10-110"
|
---|
| 33 | compass : "None"
|
---|
| 34 | status : "up"
|
---|
| 35 |
|
---|
[10701] | 36 |
|
---|
[10675] | 37 | iface_ue0:
|
---|
| 38 | comment : "extra ap schoolplein"
|
---|
| 39 | interface : "ue0"
|
---|
| 40 | ip : "172.17.18.1/24"
|
---|
| 41 | desc : "ap1"
|
---|
| 42 | sdesc : "ap1"
|
---|
| 43 | mode : "ap"
|
---|
| 44 | type : "eth"
|
---|
| 45 | extra_type : "eth2wifibridge"
|
---|
| 46 | channel : "9"
|
---|
| 47 | ssid : "ap-WirelessLeiden-Lhs1"
|
---|
| 48 | dhcp : "10-100"
|
---|
| 49 | compass : "None"
|
---|
| 50 | ns_ip : "172.17.18.2/24"
|
---|
| 51 | ns_mac : " 00:15:6D:30:28:3C"
|
---|
| 52 | status : "down"
|
---|
| 53 |
|
---|
[10701] | 54 |
|
---|
[10675] | 55 | iface_vr0:
|
---|
| 56 | comment : "Link to external interface"
|
---|
| 57 | interface : "vr0"
|
---|
| 58 | ip : "0.0.0.0/30"
|
---|
| 59 | desc : "External Link"
|
---|
| 60 | sdesc : "2external"
|
---|
| 61 | type : "eth"
|
---|
| 62 | dhcp : False
|
---|
| 63 | compass : "None"
|
---|
| 64 | dhcpclient : True
|
---|
| 65 | status : "up"
|
---|
| 66 |
|
---|
[10701] | 67 |
|
---|
[10675] | 68 | iface_vr1:
|
---|
| 69 | comment : "Link naar Psycho"
|
---|
| 70 | interface : "vr1"
|
---|
| 71 | ip : "172.16.3.52/29"
|
---|
| 72 | desc : "Link naar Psycho"
|
---|
| 73 | sdesc : "2psycho"
|
---|
| 74 | mode : "station-wds"
|
---|
| 75 | type : "eth"
|
---|
| 76 | extra_type : "eth2wifibridge"
|
---|
| 77 | channel : "116"
|
---|
| 78 | ssid : "il-n.psycho.wleiden.net"
|
---|
| 79 | dhcp : False
|
---|
[10729] | 80 | compass : "z"
|
---|
[10675] | 81 | ns_ip : "172.16.3.51/29"
|
---|
| 82 | ns_mac : "00:27:22:10:FD:8A"
|
---|
| 83 | status : "up"
|
---|
| 84 |
|
---|
[10701] | 85 |
|
---|
[10675] | 86 | iface_vr2:
|
---|
| 87 | comment : "Link naar Lijtweg2"
|
---|
| 88 | interface : "vr2"
|
---|
| 89 | ip : "172.16.3.116/29"
|
---|
| 90 | desc : "link naar Lijtweg2"
|
---|
| 91 | sdesc : "2lijtweg2"
|
---|
| 92 | mode : "station-wds"
|
---|
| 93 | type : "eth"
|
---|
| 94 | extra_type : "eth2wifibridge"
|
---|
| 95 | channel : "132"
|
---|
| 96 | ssid : "il-z.lijtweg2.wleiden.net"
|
---|
| 97 | dhcp : False
|
---|
| 98 | compass : "n"
|
---|
| 99 | ns_ip : "172.16.3.115/29"
|
---|
| 100 | ns_mac : "00:27:22:8A:3A:03"
|
---|
| 101 | status : "up"
|
---|
| 102 |
|
---|
[10701] | 103 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.