source:
genesis/nodes/HybridRobijn2/wleiden.yaml@
12793
Last change on this file since 12793 was 12768, checked in by , 11 years ago | |
---|---|
File size: 1.7 KB |
Rev | Line | |
---|---|---|
[12277] | 1 | # Genesis config yaml style |
2 | # vim:ts=2:et:sw=2:ai | |
3 | # | |
4 | board : "ALIX2" | |
[12474] | 5 | comment : "None" |
[12277] | 6 | gateway : "192.168.178.1" |
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 | |
[12474] | 24 | |
[12277] | 25 | iface_vr0: |
26 | comment : "Uplink" | |
[12768] | 27 | ip : "192.168.178.25/24" |
[12277] | 28 | sdesc : "uplink" |
29 | type : "eth" | |
30 | dhcp : False | |
31 | status : "up" | |
32 | ||
[12474] | 33 | |
[12297] | 34 | iface_vr0_alias0: |
[12295] | 35 | comment : "Ethernet naar Robijn via switch" |
[12296] | 36 | ip : "172.16.3.2/29" |
37 | sdesc : "2robijn" | |
[12295] | 38 | type : "eth" |
39 | dhcp : False | |
40 | status : "up" | |
41 | ||
[12474] | 42 | |
[12277] | 43 | iface_vr1: |
[12295] | 44 | comment : "AP-noord, kabel 1" |
[12277] | 45 | ip : "172.17.98.1/24" |
[12278] | 46 | sdesc : "2apnoord" |
[12290] | 47 | mode : "ap" |
[12277] | 48 | type : "eth" |
49 | extra_type : "eth2wifibridge" | |
[12278] | 50 | channel : "1" |
51 | ssid : "ap-WirelessLeiden-RobijnN" | |
[12474] | 52 | dhcp : "10-240" |
[12277] | 53 | compass : "nw" |
[12289] | 54 | ns_ip : "172.17.98.2" |
[12474] | 55 | ns_mac : "dc:9f:db:36:1d:b7" |
[12277] | 56 | bridge_type: "NanoStationM2" |
57 | status : "up" | |
58 | ||
[12474] | 59 | |
[12277] | 60 | iface_vr2: |
[12295] | 61 | comment : "AP-oost, kabel 2" |
[12277] | 62 | ip : "172.17.99.1/24" |
[12278] | 63 | sdesc : "2apoost" |
[12277] | 64 | mode : "ap" |
65 | type : "eth" | |
66 | extra_type : "eth2wifibridge" | |
[12278] | 67 | channel : "6" |
68 | ssid : "ap-WirelessLeiden-RobijnO" | |
[12474] | 69 | dhcp : "10-240" |
[12277] | 70 | compass : "zo" |
[12289] | 71 | ns_ip : "172.17.99.24" |
[12474] | 72 | ns_mac : "dc:9f:db:36:1d:b5" |
[12277] | 73 | bridge_type: "NanoStationM2" |
74 | status : "up" | |
75 | ||
76 |
Note:
See TracBrowser
for help on using the repository browser.