source: genesis/nodes/HuygensZ/wleiden.yaml@ 13788

Last change on this file since 13788 was 13638, checked in by huub, 8 years ago

verhuizing van UniGor naar Huygens Lab

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.168554"
7location : "Huygens Lab Universiteit Leiden, Niels Bohrweg 2, 2333 CA, Leiden"
8longitude : "4.457789"
9masterip : "172.17.35.1"
10monitoring_group: "wleiden"
11nodename : "HuygensZ"
12nodetype : "Hybrid"
13rdnap_x : 91417
14rdnap_y : 464896
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23iface_ath0:
24 comment : "AP"
25 ip : "172.17.35.1/24"
26 sdesc : "ap-z"
27 mode : "ap"
28 type : "11g"
29 channel : 1
30 ssid : "WiFi-Leiden"
31 wlan_mac : ""
32 dhcp : "10-250"
33 status : "up"
34
35iface_ue0:
36 comment : "Link naar Zwaluw kabel 4"
37 ip : "172.16.5.97/29"
38 sdesc : "2zwaluw"
39 mode : "ap-wds"
40 type : "eth"
41 channel : ""
42 ssid : "il-202.huygensz.wleiden.net"
43 dhcp : False
44 compass : "140"
45 ns_ip : "172.16.5.98"
46 ns_mac : "04:18:d6:cc:01:8d"
47 bridge_type: "NanoStationM5"
48 status : "up"
49
50iface_vr0:
51 comment : "Link naar HuygensN nodes kabel 1"
52 ip : "172.19.128.68/28"
53 sdesc : "2huygensn"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "36"
58 ssid : "il-165.huygensn1.wleiden.net"
59 dhcp : False
60 compass : "345"
61 ns_ip : "172.19.128.67/28"
62 ns_mac : "04:18:d6:ca:fd:9d"
63 bridge_type: "NanoStationM5"
64 status : "up"
65
66iface_vr1:
67 comment : "Link naar Cope kabel 2"
68 ip : "172.16.3.185/29"
69 sdesc : "2cope"
70 mode : "ap-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "124"
74 ssid : "il-116.huygensz.wleiden.net"
75 dhcp : False
76 compass : "116"
77 ns_ip : "172.16.3.186/29"
78 ns_mac : "04:18:d6:ca:fd:e5"
79 bridge_type: "NanoStationM5"
80 status : "up"
81
82iface_vr2:
83 comment : "Link naar Robijn3 kabel 3"
84 ip : "172.16.5.217/29"
85 sdesc : "2robijn3"
86 mode : "ap-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "132"
90 ssid : "il-174.huygensz.wleiden.net"
91 dhcp : False
92 compass : "174"
93 ns_ip : "172.16.5.218/29"
94 ns_mac : "04:18:d6:ca:fd:c1"
95 bridge_type: "NanoStationM5"
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.