source: genesis/nodes/HybridRosmolen/wleiden.yaml@ 11296

Last change on this file since 11296 was 11240, checked in by huub, 13 years ago

hybrid config rosmolen

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
20iface_ath0:
21 comment : "Ap voor de buurt"
22 ip : "172.21.168.1/24"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "5"
27 ssid : "ap-wirelessleiden.rosmolen"
28 dhcp : "10-250"
29 compass : "wirelessleiden"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Ethernet naar filiaal OBL"
35 ip : "172.21.168.65/28"
36 sdesc : "eth"
37 type : "eth"
38 dhcp : False
39 status : "down"
40
41
42iface_ue1:
43 comment : "Link naar xxxx"
44 ip : "172.16.2.57/30"
45 sdesc : "2xxxx"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "3"
50 ssid : "il-nw.rosmolen.wleiden.net"
51 dhcp : False
52 compass : "w"
53 ns_ip : "172.16.3.74/29"
54 ns_mac : "00:15:6d:"
55 status : "down"
56
57
58iface_vr0:
59 comment : "A-link naar Broekplein"
60 ip : "172.16.5.132/29"
61 sdesc : "2Broekplein"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "36"
66 ssid : "il-z.broekplein.wleiden.net"
67 dhcp : False
68 compass : "nw"
69 ns_ip : "172.16.5.131/29"
70 ns_mac : "00:15:6d:70:54:c5"
71 bridge_type: "NanoStation5"
72 status : "up"
73
74
75iface_vr1:
76 comment : "Link naar Roomburgh1"
77 ip : "172.16.3.44/29"
78 sdesc : "2roomburgh1"
79 mode : "station-wds"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 channel : "124"
83 ssid : "il-nnw.roomburgh1.wleiden.net"
84 dhcp : False
85 compass : "z"
86 ns_ip : "172.16.3.43/29"
87 ns_mac : ""
88 bridge_type: "NanoStation5"
89 status : "up"
90
91
92iface_vr2:
93 comment : "Link naar Regenboog"
94 ip : "172.16.5.201/29"
95 sdesc : "2regenboog"
96 mode : "station-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "11"
100 ssid : "il-o.rosmolen.wleiden.net"
101 dhcp : False
102 compass : "e"
103 ns_ip : "172.16.5.202/29"
104 ns_mac : "00:15:6d:e8:f9:3d"
105 status : "down"
106
107
Note: See TracBrowser for help on using the repository browser.