source: genesis/nodes/DirkLos2/wleiden.yaml@ 13796

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

link dirklos2 huygensn1 geconfigureerd

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.16732"
7location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
8longitude : "4.47071"
9masterip : "172.19.132.1"
10monitoring_group: "wleiden"
11nodename : "DirkLos2"
12nodetype : "Hybrid"
13rdnap_x : "092299"
14rdnap_y : 464748
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 : "AP1 voor de buurt"
26 ip : "172.19.132.1/24"
27 sdesc : "ap1"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden-1"
32 wlan_mac : "00:1b:b1:00:ec:60"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Local Ethernet naar DirkLos1"
39 ip : "172.16.3.57/30"
40 sdesc : "eth_to_DirkLos1"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_ue0_alias0:
47 comment : "Local Ethernet naar Hogeschool"
48 ip : "172.16.176.65/27"
49 sdesc : "eth_to_Hogeschool"
50 type : "eth"
51 dhcp : False
52 status : "up"
53
54
55iface_vr0:
56 comment : "Ethernet naar interlink west (huygensz?)"
57 ip : "172.16.4.4/29"
58 sdesc : "2huygensz"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "149"
63 ssid : "il-o.unigor2.wleiden.net"
64 dhcp : False
65 compass : "w"
66 ns_ip : "172.16.4.3/29"
67 ns_mac : "00:15:6d:d0:14:c3"
68 bridge_type: "NanoStation5"
69 status : "up"
70
71iface_vr0_alias0:
72 comment : "Interlink west huygensn1"
73 ip : "172.16.7.140/29"
74 sdesc : "2huygensn1"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 ssid : "il-315.huygensn1.wleiden.net"
79 bridge_type: "NanoStation5"
80 status : "up"
81
82iface_vr1:
83 comment : "Ethernet naar interlink noord-oost Rabo2"
84 ip : "172.16.3.217/29"
85 sdesc : "2Rabo2"
86 mode : "station-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "140"
90 ssid : "il-no.dirklos2.wleiden.net"
91 dhcp : False
92 compass : "o"
93 ns_ip : "172.16.3.218/29"
94 ns_mac : "00:15:6d:b5:24:4f"
95 bridge_type: "NanoStation5"
96 status : "up"
97
98
99iface_vr2:
100 comment : "Ethernet naar interlink zuid-oost (stadhuis)"
101 ip : "172.16.3.76/29"
102 sdesc : "2Stadhuis"
103 mode : "station-wds"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : "116"
107 ssid : "il-nw.stadhuis2.wleiden.net"
108 dhcp : False
109 compass : "zo"
110 ns_ip : "172.16.3.75/29"
111 ns_mac : "00:15:6d:b5:25:65"
112 bridge_type: "NanoStation5"
113 status : "up"
114
115
Note: See TracBrowser for help on using the repository browser.