source: genesis/nodes/HybridJorisdeWitte/wleiden.yaml@ 12526

Last change on this file since 12526 was 12526, checked in by huub, 11 years ago

eerste aanzet config jorisdewitte van Rene

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.194384"
7location : "Chr. Basisschool Joris de Witte, Jan Wolkerslaan 18, 2343BK, Oegstgeest"
8longitude : "4.478062"
9masterip : "172.17.39.1"
10monitoring_group: "Oegstgeest"
11nodename : "JorisdeWitte"
12nodetype : "Hybrid"
13rdnap_x : 928390
14rdnap_y : 467752
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: True
20service_proxy_normal: True
21status : "down"
22
23iface_ath0:
24 comment : "Omni voor de buurt"
25 ip : "172.17.39.1/24"
26 sdesc : "omni"
27 mode : "ap"
28 type : "11g"
29 channel : "1"
30 ssid : "ap-WirelessLeiden-JorisdeWitte"
31 dhcp : "10-250"
32 status : "up"
33
34iface_vr0:
35 comment : "Ethernet naar JorisdeWitte"
36 ip : "0.0.0.0/24"
37 sdesc : "2joris"
38 type : "eth"
39 dhcp : False
40 status : "up"
41
42iface_vr1:
43 comment : "interlink naar Som1"
44 ip : "172.16.7.12/29"
45 sdesc : "2som1"
46 mode : "station"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : ""
50 ssid : "il-nnw.som1.wleiden.net"
51 dhcp : False
52 compass : "nnw"
53 ns_ip : "172.16.7.11"
54 ns_mac : ""
55 bridge_type: "NanoStation M5"
56 status : "up"
57
58iface_vr2:
59 comment : "interlink naar VanderLuyt"
60 ip : "172.16.7.17/29"
61 sdesc : "2vdl"
62 mode : "ap"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : ""
66 ssid : "il-nno.jorisdewitte.wleiden.net"
67 dhcp : False
68 compass : "nno"
69 ns_ip : "172.16.7.18"
70 ns_mac : ""
71 bridge_type: "NanoStation M5"
72 status : "down"
Note: See TracBrowser for help on using the repository browser.