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

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

correcties aanvullingen configs stbavo1 en 2

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.19183"
7location : "Sint Bavo Kerk, Leidse weg 6, 2374 AL, Oud-Ade"
8longitude : "4.56612"
9masterip : "172.17.120.1"
10nodename : "StBavo2"
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 channel : "56"
42 ssid : "il-o.stbavo2.wleiden.net"
43 ns_ip : "172.16.9.10/29"
44 ns_mac : "DC:9F:DB:F2:0E:5D"
45 bridge_type: "NanoBridge M5"
46 status : "up"
47
48
49iface_vr1:
50 comment : "Link naar Kaag2"
51 ip : "172.16.9.20/29"
52 sdesc : "2kaag2"
53 mode : "ap-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "64"
57 ssid : "il-n.stbavo2.wleiden.net"
58 dhcp : False
59 compass : "zo"
60 ns_ip : "172.16.9.19/29"
61 ns_mac : "DC:9F:DB:64:2F:07"
62 bridge_type: "NanoStation M5"
63 status : "up"
64
65
66iface_vr2:
67 comment : "Omni voor de buurt"
68 ip : "172.17.121.1/24"
69 mode : "ap-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 ssid : "ap-WirelessLeiden-StBavo-Noord"
73 ns_ip : "172.17.121.2/24"
74 ns_mac : "00:27:22:E2:53:E1"
75 bridge_type: "NanoStation2M"
76 channel : "6"
77 dhcp : "10-250"
78 status : "up"
79
80iface_ue0:
81 comment : "Omni voor de buurt"
82 ip : "172.17.122.1/24"
83 mode : "ap-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 ssid : "ap-WirelessLeiden-StBavo-Zuid"
87 ns_ip : "172.17.122.2/24"
88 ns_mac : "DC:9F:DB:36:1D:F0"
89 bridge_type: "NanoStation2M"
90 channel : "1"
91 dhcp : "10-250"
92 status : "up"
Note: See TracBrowser for help on using the repository browser.