source: genesis/nodes/HybridVictoria/wleiden.yaml@ 11322

Last change on this file since 11322 was 11322, checked in by rick, 12 years ago

All cosmetic fixes.

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15569"
7location : "Victoria Vastgoed, Gangetje 14, 2311ER, Leiden"
8longitude : "4.49327"
9masterip : "172.17.140.1"
10nodename : "Victoria"
11nodetype : "Hybrid"
12rdnap_x : 93826
13rdnap_y : 463434
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "Ap"
24 ip : "172.17.140.1/26"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "5"
29 ssid : "ap-WirelessLeiden-Victoria"
30 dhcp : "10-60"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet naar lokaal AP met PoE"
36 ip : "172.17.140.65/26"
37 sdesc : "lokaalAP"
38 mode : "ap"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "6"
42 ssid : "ap2-WirelessLeiden-Victoria"
43 dhcp : "70-120"
44 ns_ip : "172.17.14.66/26"
45 ns_mac : ""
46 status : "up"
47
48
49iface_vr0:
50 comment : "A-link naar Stadhuis"
51 ip : "172.16.17.196/29"
52 sdesc : "2stadhuis"
53 mode : "station-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "44"
57 ssid : "il-zo.stadhuis.wleiden.net"
58 dhcp : False
59 compass : "nw"
60 ns_ip : "172.16.17.195/29"
61 ns_mac : "00:15:6d:70:51:f2"
62 bridge_type: "NanoStation5"
63 status : "up"
64
65
66iface_vr1:
67 comment : "A-link naar CeTIM2"
68 ip : "172.16.17.204/29"
69 sdesc : "2cetim2"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "116"
74 ssid : "il-zw.cetim2.wleiden.net"
75 dhcp : False
76 compass : "n"
77 ns_ip : "172.16.17.203/29"
78 ns_mac : "00:15:6d:70:53:7f"
79 bridge_type: "NanoStation5"
80 status : "up"
81
82
83iface_vr2:
84 comment : "Nog vrij"
85 ip : "172.16.17.209/29"
86 sdesc : "2vrij"
87 mode : "ap-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "124"
91 ssid : "il-zo.victoria.wleiden.net"
92 dhcp : False
93 compass : "se"
94 ns_ip : "172.16.17.210/29"
95 ns_mac : "00:15:6d:70:53:39"
96 bridge_type: "NanoStation5"
97 status : "down"
98
99
Note: See TracBrowser for help on using the repository browser.