source: genesis/nodes/HybridRosmolen/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.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.17732"
7location : "Openbare Bibliotheek locatie Merenwijk, Rosmolen 4, 2317 SJ, Leiden"
8longitude : "4.50479"
9masterip : "172.21.168.1"
10nodename : "Rosmolen"
11nodetype : "Hybrid"
12rdnap_x : 94644
13rdnap_y : 465831
14service_accesspoint: True
15service_incoming_rdr: False
16service_proxy_ileiden: False
17service_proxy_normal: False
18status : "up"
19
20
21iface_ath0:
22 comment : "Ap voor de buurt"
23 ip : "172.21.168.1/24"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "5"
28 ssid : "ap-wirelessleiden.rosmolen"
29 dhcp : "10-250"
30 compass : "wirelessleiden"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet naar filiaal OBL"
36 ip : "172.21.168.65/28"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : False
40 status : "down"
41
42
43iface_ue1:
44 comment : "Link naar xxxx"
45 ip : "172.16.2.57/30"
46 sdesc : "2xxxx"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "3"
51 ssid : "il-nw.rosmolen.wleiden.net"
52 dhcp : False
53 compass : "w"
54 ns_ip : "172.16.3.74/29"
55 ns_mac : "00:15:6d:"
56 status : "down"
57
58
59iface_vr0:
60 comment : "A-link naar Broekplein"
61 ip : "172.16.5.132/29"
62 sdesc : "2Broekplein"
63 mode : "station-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "36"
67 ssid : "il-z.broekplein.wleiden.net"
68 dhcp : False
69 compass : "nw"
70 ns_ip : "172.16.5.131/29"
71 ns_mac : "00:15:6d:70:54:c5"
72 bridge_type: "NanoStation5"
73 status : "up"
74
75
76iface_vr1:
77 comment : "Link naar Roomburgh1"
78 ip : "172.16.3.44/29"
79 sdesc : "2roomburgh1"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "124"
84 ssid : "il-nnw.roomburgh1.wleiden.net"
85 dhcp : False
86 compass : "z"
87 ns_ip : "172.16.3.43/29"
88 ns_mac : ""
89 bridge_type: "NanoStation5"
90 status : "up"
91
92
93iface_vr2:
94 comment : "Link naar Regenboog"
95 ip : "172.16.5.201/29"
96 sdesc : "2regenboog"
97 mode : "station-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "11"
101 ssid : "il-o.rosmolen.wleiden.net"
102 dhcp : False
103 compass : "e"
104 ns_ip : "172.16.5.202/29"
105 ns_mac : "00:15:6d:e8:f9:3d"
106 status : "down"
107
108
Note: See TracBrowser for help on using the repository browser.