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

Last change on this file since 14398 was 14396, checked in by huub, 5 years ago

link naar Robijn3 gemaakt

File size: 2.9 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 : "11.2-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
69iface_vr0_alias1:
70 comment : "Link naar Robijn3"
71 ip : "172.16.5.217/29"
72 sdesc : "2robijn3"
73 type : "eth"
74 dhcp : False
75 status : "up"
76
77
78iface_vr1:
79 comment : "Link to LIACS 172.16.6.131 en .132 kabel 3"
80 ip : "172.16.6.129/29"
81 sdesc : "2liacs"
82 mode : "ap-wds"
83 type : "eth"
84 channel : "112"
85 ssid : "il-315.huygensn1.wleiden.net"
86 dhcp : False
87 compass : "315"
88 ns_ip : "172.16.6.130/29"
89 ns_mac : "04:18:d6:ca:fe:28"
90 bridge_type: "NanoStationM5"
91 status : "up"
92
93iface_vr1_alias0:
94 comment : "Link to Vuurbaak"
95 ip : "172.17.0.73/29"
96 sdesc : "2vuurbaak"
97 type : "eth"
98 dhcp : False
99 status : "up"
100
101
102iface_vr1_alias1:
103 comment : "Link to DirkLos2"
104 ip : "172.16.7.137/29"
105 sdesc : "2dirklos2"
106 type : "eth"
107 dhcp : False
108 status : "up"
109
110
111iface_vr2:
112 comment : "Link naar Rustenborch kabel 4"
113 ip : "172.16.17.241/29"
114 sdesc : "2rustenborch"
115 mode : "ap-wds"
116 type : "eth"
117 channel : "128"
118 ssid : "il-10.huygensn1.wleiden.net"
119 dhcp : False
120 compass : "n"
121 ns_ip : "172.16.17.242/29"
122 ns_mac : "04:18:d6:cc:03:27"
123 bridge_type: "NanoStationM5"
124 status : "up"
125
126
Note: See TracBrowser for help on using the repository browser.