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

Last change on this file since 14296 was 13979, checked in by huub, 7 years ago

link naar Vuurbaak toegevoegd op vr1

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.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
85iface_vr1_alias0:
86 comment : "Link to Vuurbaak"
87 ip : "172.17.0.73/29"
88 sdesc : "2vuurbaak"
89 type : "eth"
90 dhcp : False
91 status : "up"
92
93
94iface_vr1_alias1:
95 comment : "Link to DirkLos2"
96 ip : "172.16.7.137/29"
97 sdesc : "2dirklos2"
98 type : "eth"
99 dhcp : False
100 status : "up"
101
102
103iface_vr2:
104 comment : "Link naar Rustenborch kabel 4"
105 ip : "172.16.17.241/29"
106 sdesc : "2rustenborch"
107 mode : "ap-wds"
108 type : "eth"
109 channel : "128"
110 ssid : "il-10.huygensn1.wleiden.net"
111 dhcp : False
112 compass : "n"
113 ns_ip : "172.16.17.242/29"
114 ns_mac : "04:18:d6:cc:03:27"
115 bridge_type: "NanoStationM5"
116 status : "up"
117
118
Note: See TracBrowser for help on using the repository browser.