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

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

gateway bij LucasN geactiveerd

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/16"
8externalif: "ue0"
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
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24status : "up"
25
26
27iface_ath0:
28 comment : "Ap"
29 ip : "172.17.144.1/24"
30 sdesc : "ap"
31 mode : "ap"
32 type : "11g"
33 channel : 6
34 ssid : "WiFi-Leiden"
35 wlan_mac : "00:1b:b1:f1:74:59"
36 dhcp : "10-250"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Ethernet naar local"
42 ip : "192.168.7.137/16"
43 sdesc : "2local"
44 type : "eth"
45 dhcp : "client"
46 status : "up"
47
48
49iface_vr0:
50 comment : "A-link naar Rabo1"
51 ip : "172.16.3.25/29"
52 sdesc : "2rabo1"
53 mode : "ap-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "60"
57 ssid : "il-n.lucasn.wleiden.net"
58 dhcp : False
59 compass : "n"
60 ns_ip : "172.16.3.26/29"
61 ns_mac : "00:15:6d:70:54:ae"
62 bridge_type: "NanoStation5"
63 status : "down"
64
65
66iface_vr1:
67 comment : "A-link naar Stadhuis"
68 ip : "172.16.4.132/29"
69 sdesc : "2stadhuis"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "116"
74 ssid : "il-nw.stadhuis.wleiden.net"
75 dhcp : False
76 compass : "zo"
77 ns_ip : "172.16.4.131/29"
78 ns_mac : "00:15:6d:70:54:53"
79 bridge_type: "NanoStation5"
80 status : "up"
81
82
83iface_vr2:
84 comment : "Link naar Webster"
85 ip : "172.16.4.177/29"
86 sdesc : "2webster"
87 mode : "ap-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "36"
91 ssid : "il-zw.lucasn.wleiden.net"
92 dhcp : False
93 compass : "zw"
94 ns_ip : "172.16.4.178/29"
95 ns_mac : "00:15:6d:70:54:d2"
96 bridge_type: "NanoStation5"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.