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

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

in config HuygensN1 link naar ZHVC geconfigureerd

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