source: genesis/nodes/IMI/wleiden.yaml

Last change on this file was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 2.6 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10881]6latitude : "52.15454"
[10116]7location : "Regionaal Archief Leiden, Boisotkade 2A, 2311 PZ,, Leiden"
[10881]8longitude : "4.48724"
[10116]9masterip : "172.17.24.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "IMI"
[11258]12nodetype : "Hybrid"
[10059]13rdnap_x : 93412
14rdnap_y : 463311
[10268]15release : "9.0-RELEASE"
[11258]16service_accesspoint: True
[11554]17service_concentrator: False
[11258]18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
[10116]21status : "up"
[10059]22
23
24iface_ath0:
[10885]25 comment : "AP voor de buurt"
[11258]26 ip : "172.17.24.1/24"
[10116]27 sdesc : "ap"
[10703]28 mode : "ap"
[11737]29 type : "11g"
[11738]30 channel : 1
[13102]31 ssid : "WiFi-Leiden"
[13100]32 wlan_mac : "00:1b:b1:02:bf:50"
[11258]33 dhcp : "10-250"
[10116]34 status : "up"
[10059]35
36
[10116]37iface_ue0:
38 comment : "Link naar Thomas"
39 ip : "172.16.16.52/29"
40 sdesc : "2thomas"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "7"
[10989]45 ssid : "il-zw.thomas.wleiden.net"
[10454]46 dhcp : False
[10729]47 compass : "no"
[10116]48 ns_ip : "172.16.16.51/29"
[11732]49 ns_mac : "00:15:6d:70:54:a5"
[11053]50 bridge_type: "NanoStation5"
[10989]51 status : "up"
[10116]52
[11053]53
[10059]54iface_vr0:
[10884]55 comment : "Link naar RijnVliet"
[10160]56 ip : "172.16.5.244/29"
[10116]57 sdesc : "2rijnvliet"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "60"
62 ssid : "il-no.rv.wleiden.net"
[10454]63 dhcp : False
[10160]64 compass : "zw"
[10116]65 ns_ip : "172.16.5.243/29"
[11732]66 ns_mac : "00:15:6d:ec:81:ee"
[10892]67 bridge_type: "NanoStation5"
[10116]68 status : "up"
[10059]69
[10116]70
[10059]71iface_vr1:
[10885]72 comment : "Link naar CeTIM2"
[10116]73 ip : "172.16.16.252/29"
74 sdesc : "2cetim2"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "116"
79 ssid : "il-zw.cetim2.wleiden.net"
[10454]80 dhcp : False
[10729]81 compass : "no"
[10116]82 ns_ip : "172.16.16.251/29"
[11732]83 ns_mac : "00:15:6d:ec:81:ef"
[10892]84 bridge_type: "NanoStation5"
[10116]85 status : "up"
[10059]86
[10116]87
88iface_vr2:
[13340]89 comment : "Extra ap, met wds-peer bij Babbels"
[11007]90 ip : "172.17.42.1/24"
91 sdesc : "ap2"
92 mode : "ap-wds"
[10116]93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "4"
[13340]96 ssid : "WiFi-Leiden"
[11008]97 dhcp : "10-250"
[11070]98 compass : "w"
[11007]99 ns_ip : "172.17.42.2/24"
[10116]100 ns_mac : "00:15:6d:e8:f9:de"
[11731]101 bridge_type: "Bullet2"
[11007]102 status : "up"
[10116]103
[13548]104
[13340]105iface_vr2_extra0:
106 comment : "ap bij Babbels"
107 ip : "172.17.42.3/24"
108 mode : "repeater"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 ns_mac : "00:15:6d:e8:e6:b1"
112 bridge_type: "Bullet2"
113 status : "up"
[10116]114
[13340]115
Note: See TracBrowser for help on using the repository browser.