source: genesis/nodes/LucasN/wleiden.yaml@ 14240

Last change on this file since 14240 was 14240, checked in by huub, 6 years ago

node software geupdate naar 11.2

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "ue0"
7gateway : "192.168.0.1"
8ileiden : True
9latitude : "52.16189"
10location : "Basisschool Lucas van Leyden, Sint Ursulasteeg 28, 2312 XA, Leiden"
11longitude : "4.48684"
12masterip : "172.17.144.1"
13monitoring_group: "wleiden"
14nodename : "LucasN"
15nodetype : "Hybrid"
16rdnap_x : 93395
17rdnap_y : 464130
18rdr_host : "94.210.190.45"
19release : "11.2-RELEASE"
20service_accesspoint: True
21service_concentrator: False
22service_incoming_rdr: False
23service_proxy_ileiden: True
24service_proxy_normal: True
25serviceid : "172.31.254.19"
26status : "up"
27
28
29iface_ath0:
30 comment : "Ap"
31 ip : "172.17.144.1/24"
32 sdesc : "ap"
33 mode : "ap"
34 type : "11g"
35 channel : 6
36 ssid : "WiFi-Leiden"
37 wlan_mac : "00:1b:b1:f1:74:59"
38 dhcp : "10-250"
39 status : "up"
40
41
42iface_ue0:
43 comment : "Ethernet naar external"
44 ip : "192.168.7.137/16"
45 sdesc : "2external"
46 type : "eth"
47 dhcp : "client"
48 status : "up"
49
50
51iface_vr0:
52 comment : "A-link naar Rabo1"
53 ip : "172.16.3.25/29"
54 sdesc : "2rabo1"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "60"
59 ssid : "il-n.lucasn.wleiden.net"
60 dhcp : False
61 compass : "n"
62 ns_ip : "172.16.3.26/29"
63 ns_mac : "00:15:6d:70:54:ae"
64 bridge_type: "NanoStation5"
65 status : "down"
66
67
68iface_vr1:
69 comment : "A-link naar Stadhuis"
70 ip : "172.16.4.132/29"
71 sdesc : "2stadhuis"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "116"
76 ssid : "il-nw.stadhuis.wleiden.net"
77 dhcp : False
78 compass : "zo"
79 ns_ip : "172.16.4.131/29"
80 ns_mac : "00:15:6d:70:54:53"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
85iface_vr2:
86 comment : "Link naar Webster"
87 ip : "172.16.4.177/29"
88 sdesc : "2webster"
89 mode : "ap-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "36"
93 ssid : "il-zw.lucasn.wleiden.net"
94 dhcp : False
95 compass : "zw"
96 ns_ip : "172.16.4.178/29"
97 ns_mac : "00:15:6d:70:54:d2"
98 bridge_type: "NanoStation5"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.