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

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

service id toegevoegd aan config van LucasN, kijken of gformat.py nu happy is

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