source: genesis/nodes/HybridStBavo1/wleiden.yaml@ 12439

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

Initial config

File size: 1.9 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.119.1"
10nodename : "StBavo1"
11gateway : "192.168.42.1"
12nodetype : "Hybrid"
13rdnap_x :
14rdnap_y :
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: True
20service_proxy_normal: True
21status : "up"
22
23
24iface_ath0:
25 comment : "Link naar StBavo2"
26 ip : "172.16.3.93/30"
27 sdesc : "2stbavo2"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "il-intern.stbavo1.wleiden.net"
32 dhcp : False
33 status : "up"
34
35iface_vr0:
36 comment : "Internet verbinding"
37 type : "eth"
38 sdesc : "2external"
39 ip : "DHCP"
40 status : "up"
41
42
43iface_vr0_alias0:
44 comment : "Interlink naar pastorie"
45 ip : "172.16.9.1/29"
46 sdesc : "2pastorie"
47 mode : "ap-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 ssid : "il-o.stbavo1.wleiden.net"
51 ns_ip : "172.16.9.2/29"
52 ns_mac : ""
53 bridge_type: "NanoStation M5"
54 status : "up"
55
56
57iface_vr1:
58 comment : "Link naar HMKerk"
59 ip : "172.16.7.249/29"
60 sdesc : "2hmkerk"
61 mode : "ap-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "52"
65 ssid : "il-zo.stbavo1.wleiden.net"
66 dhcp : False
67 compass : "zo"
68 ns_ip : "172.16.7.250/29"
69 ns_mac : ""
70 bridge_type: "NanoStation M5"
71 status : "up"
72
73
74iface_vr2:
75 comment : "Link to KWVdeKaag"
76 ip : "172.16.7.241/29"
77 sdesc : "2kwdekaag"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 ssid : "il-nw.stabo1.wleiden.net"
82 dhcp : False
83 compass : "o"
84 ns_ip : "172.16.7.242/29"
85 ns_mac : ""
86 bridge_type: "NanoStation M5"
87 status : "up"
88
89
90
Note: See TracBrowser for help on using the repository browser.