source: genesis/nodes/HuygensN1/wleiden.yaml@ 13844

Last change on this file since 13844 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

File size: 2.6 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.19.135.1"
10monitoring_group: "wleiden"
11nodename : "HuygensN1"
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
23
24iface_ath0:
25 comment : "AP"
26 ip : "172.19.135.1/24"
27 sdesc : "apHuygensN1"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Leiden"
32 wlan_mac : ""
33 dhcp : "10-250"
34 compass : "n"
35 status : "up"
36
37
38iface_vr0:
39 comment : "Link naar Aster via switch port 1 -> 2, kabel 1"
40 ip : "172.16.17.97/29"
41 sdesc : "2Aster"
42 mode : "ap-wds"
43 type : "eth"
44 channel : "104"
45 ssid : "il-307.huygensn1.wleiden.net"
46 dhcp : False
47 compass : "307"
48 ns_ip : "172.16.17.98/29"
49 ns_mac : "04:18:d6:cc:01:8c"
50 bridge_type: "NanoStationM5"
51 status : "up"
52
53
54iface_vr0_alias0:
55 comment : "Link naar HuygensN2 en HuygensZ via switch port 4, kabel 2"
56 ip : "172.19.128.65/28"
57 sdesc : "2Huygensring"
58 mode : "ap-wds"
59 type : "eth"
60 channel : "36"
61 ssid : "il-165.huygensn1.wleiden.net"
62 dhcp : False
63 compass : "165"
64 ns_ip : "172.19.128.66/28"
65 ns_mac : "04:18:d6:56:ab:fd"
66 bridge_type: "NanoStationM5"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Link to LIACS 172.16.6.131 en .132 kabel 3"
72 ip : "172.16.6.129/29"
73 sdesc : "2liacs"
74 mode : "ap-wds"
75 type : "eth"
76 channel : "112"
77 ssid : "il-315.huygensn1.wleiden.net"
78 dhcp : False
79 compass : "315"
80 ns_ip : "172.16.6.130/29"
81 ns_mac : "04:18:d6:ca:fe:28"
82 bridge_type: "NanoStationM5"
83 status : "up"
84
85
86iface_vr1_alias0:
87 comment : "Link to DirkLos2"
88 ip : "172.16.7.137/29"
89 sdesc : "2dirklos2"
90 type : "eth"
91 dhcp : False
92 status : "up"
93
94
95iface_vr2:
96 comment : "Link naar Rustenborch kabel 4"
97 ip : "172.16.17.241/29"
98 sdesc : "2rustenborch"
99 mode : "ap-wds"
100 type : "eth"
101 channel : "128"
102 ssid : "il-10.huygensn1.wleiden.net"
103 dhcp : False
104 compass : "n"
105 ns_ip : "172.16.17.242/29"
106 ns_mac : "04:18:d6:cc:03:27"
107 bridge_type: "NanoStationM5"
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.