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

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

oeps typo in config HuygensZ

File size: 2.7 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_alias0:
51 comment : "Link naar ZHVC, kabel 1"
52 ip : "172.16.7.161/29"
53 sdesc : "2zhvc"
54 type : "eth"
55 dhcp : False
56 status : "up"
57
58
59iface_ue0_alias0:
60 comment : "Link naar Cope (tijdelijk)"
61 ip : "172.16.7.153/29"
62 sdesc : "temp2cope"
63 type : "eth"
64 channel : ""
65 dhcp : False
66 status : "up"
67
68iface_vr0:
69 comment : "Link naar HuygensN nodes kabel 1"
70 ip : "172.19.128.68/28"
71 sdesc : "2huygensn"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "36"
76 ssid : "il-165.huygensn1.wleiden.net"
77 dhcp : False
78 compass : "345"
79 ns_ip : "172.19.128.67/28"
80 ns_mac : "04:18:d6:ca:fd:9d"
81 bridge_type: "NanoStationM5"
82 status : "up"
83
84iface_vr1:
85 comment : "Link naar Cope kabel 2 (not used)"
86 ip : "172.16.3.185/29"
87 sdesc : "2cope"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "124"
92 ssid : "il-116.huygensz.wleiden.net"
93 dhcp : False
94 compass : "116"
95 ns_ip : "172.16.3.186/29"
96 ns_mac : "04:18:d6:ca:fd:e5"
97 bridge_type: "NanoStationM5"
98 status : "up"
99
100iface_vr2:
101 comment : "Link naar Robijn3 kabel 3"
102 ip : "172.16.5.217/29"
103 sdesc : "2robijn3"
104 mode : "ap-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "132"
108 ssid : "il-174.huygensz.wleiden.net"
109 dhcp : False
110 compass : "174"
111 ns_ip : "172.16.5.218/29"
112 ns_mac : "04:18:d6:ca:fd:c1"
113 bridge_type: "NanoStationM5"
114 status : "up"
115
116
Note: See TracBrowser for help on using the repository browser.