Rev | Line | |
---|
[12277] | 1 | # Genesis config yaml style
|
---|
| 2 | # vim:ts=2:et:sw=2:ai
|
---|
| 3 | #
|
---|
| 4 | board : "ALIX2"
|
---|
| 5 | gateway : "192.168.178.1"
|
---|
| 6 | comment : "None"
|
---|
| 7 | latitude : "52.15457"
|
---|
| 8 | location : "Zorgcentrum Robijnhof Recreatiezaal, Robijnhof 1, 2332 KJ, Leiden"
|
---|
| 9 | longitude : "4.46265"
|
---|
| 10 | masterip : "172.17.97.1"
|
---|
| 11 | monitoring_group: "wleiden"
|
---|
| 12 | nodename : "Robijn2"
|
---|
| 13 | nodetype : "Hybrid"
|
---|
| 14 | rdnap_x : 91729
|
---|
| 15 | rdnap_y : 463336
|
---|
| 16 | release : "9.0-RELEASE"
|
---|
| 17 | service_accesspoint: True
|
---|
| 18 | service_concentrator: False
|
---|
| 19 | service_incoming_rdr: False
|
---|
| 20 | service_proxy_ileiden: True
|
---|
| 21 | service_proxy_normal: True
|
---|
[12295] | 22 | status : "up"
|
---|
[12277] | 23 |
|
---|
| 24 | iface_vr0:
|
---|
| 25 | comment : "Uplink"
|
---|
| 26 | ip : "192.168.178.25/24"
|
---|
| 27 | sdesc : "uplink"
|
---|
| 28 | type : "eth"
|
---|
| 29 | dhcp : False
|
---|
| 30 | status : "up"
|
---|
| 31 |
|
---|
[12297] | 32 | iface_vr0_alias0:
|
---|
[12295] | 33 | comment : "Ethernet naar Robijn via switch"
|
---|
[12296] | 34 | ip : "172.16.3.2/29"
|
---|
| 35 | sdesc : "2robijn"
|
---|
[12295] | 36 | type : "eth"
|
---|
| 37 | dhcp : False
|
---|
| 38 | status : "up"
|
---|
| 39 |
|
---|
[12277] | 40 | iface_vr1:
|
---|
[12295] | 41 | comment : "AP-noord, kabel 1"
|
---|
[12277] | 42 | ip : "172.17.98.1/24"
|
---|
[12278] | 43 | sdesc : "2apnoord"
|
---|
[12290] | 44 | mode : "ap"
|
---|
[12277] | 45 | type : "eth"
|
---|
| 46 | extra_type : "eth2wifibridge"
|
---|
[12278] | 47 | channel : "1"
|
---|
| 48 | ssid : "ap-WirelessLeiden-RobijnN"
|
---|
[12277] | 49 | dhcp : 10-240
|
---|
| 50 | compass : "nw"
|
---|
[12289] | 51 | ns_ip : "172.17.98.2"
|
---|
[12278] | 52 | ns_mac : "DC:9F:DB:36:1D:B7"
|
---|
[12277] | 53 | bridge_type: "NanoStationM2"
|
---|
| 54 | status : "up"
|
---|
| 55 |
|
---|
| 56 | iface_vr2:
|
---|
[12295] | 57 | comment : "AP-oost, kabel 2"
|
---|
[12277] | 58 | ip : "172.17.99.1/24"
|
---|
[12278] | 59 | sdesc : "2apoost"
|
---|
[12277] | 60 | mode : "ap"
|
---|
| 61 | type : "eth"
|
---|
| 62 | extra_type : "eth2wifibridge"
|
---|
[12278] | 63 | channel : "6"
|
---|
| 64 | ssid : "ap-WirelessLeiden-RobijnO"
|
---|
[12277] | 65 | dhcp : 10-240
|
---|
| 66 | compass : "zo"
|
---|
[12289] | 67 | ns_ip : "172.17.99.24"
|
---|
[12278] | 68 | ns_mac : "DC:9F:DB:36:1D:B5"
|
---|
[12277] | 69 | bridge_type: "NanoStationM2"
|
---|
| 70 | status : "up"
|
---|
| 71 |
|
---|
| 72 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.