source: genesis/nodes/HybridStBavo2/wleiden.yaml@ 12440

Last change on this file since 12440 was 12440, checked in by rick, 11 years ago

Config StBavo Kerk

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.19183"
7location : "Sint Bavo Kerk, Oud-Ade"
8longitude : "4.56612"
9masterip : "172.17.120.1"
10nodename : "StBavo1"
11nodetype : "Hybrid"
12rdnap_x :
13rdnap_y :
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Link naar StBavo1"
25 ip : "172.16.3.94/30"
26 sdesc : "2stbavo1"
27 mode : "client"
28 type : "11g"
29 channel : 11
30 ssid : "il-intern.stbavo1.wleiden.net"
31 dhcp : False
32 status : "up"
33
34iface_vr0:
35 comment : "Interlink naar Rijpwetering"
36 ip : "172.16.9.9/29"
37 sdesc : "2rijpwetering"
38 mode : "ap-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 ssid : "il-o.stbavo2.wleiden.net"
42 ns_ip : "172.16.9.9/29"
43 ns_mac : ""
44 bridge_type: "NanoStation M5"
45 status : "up"
46
47
48iface_vr1:
49 comment : "Link naar Kaag2"
50 ip : "172.16.9.20/29"
51 sdesc : "2hmkerk"
52 mode : "ap-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "52"
56 ssid : "il-z.wleiden.net"
57 dhcp : False
58 compass : "zo"
59 ns_ip : "172.16.9.19/29"
60 ns_mac : ""
61 bridge_type: "NanoStation M5"
62 status : "up"
63
64
65iface_vr2:
66 comment : "Omni voor de buurt"
67 ip : "172.17.121.1/24"
68 mode : "ap-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 ssid : "ap-WirelessLeiden-StBravo-Noord"
72 ns_ip : "172.17.121.2/24"
73 ns_mac : ""
74 bridge_type: "NanoStation2M"
75 channel : "1"
76 dhcp : "10-250"
77 status : "up"
78
79iface_ue0:
80 comment : "Omni voor de buurt"
81 ip : "172.17.122.1/24"
82 mode : "ap-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 ssid : "ap-WirelessLeiden-StBravo-Zuid"
86 ns_ip : "172.17.122.2/24"
87 ns_mac : ""
88 bridge_type: "NanoStation2M"
89 channel : "1"
90 dhcp : "10-250"
91 status : "up"
Note: See TracBrowser for help on using the repository browser.