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

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

configs stbavo bijgewerkt

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, Leidse weg 6, 2374 AL, Oud-Ade"
8longitude : "4.56612"
9masterip : "172.17.119.1"
10nodename : "StBavo1"
11gateway : "192.168.42.1"
12nodetype : "Hybrid"
13rdnap_x : 98856
14rdnap_y : 467396
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 ip : "0.0.0.0"
38 type : "eth"
39 sdesc : "2external"
40 ip : "0.0.0.0/24"
41 dhcp : "client"
42 status : "up"
43
44
45iface_vr0_alias0:
46 comment : "Interlink naar pastorie Nanostation M5 DC:9F:DB:64:2C:DF kabel 4"
47 ip : "172.16.9.1/29"
48 sdesc : "2pastorie"
49 mode : "ap-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 ssid : "il-o.stbavo1.wleiden.net"
53 ns_ip : "172.16.9.2/29"
54 ns_mac : "DC:9F:DB:64:2F:77"
55 bridge_type: "NanoStation M5"
56 status : "up"
57
58
59iface_vr1:
60 comment : "Link naar Heineken? kabel 3"
61 ip : "172.16.7.249/29"
62 sdesc : "2heineken"
63 mode : "ap-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "52"
67 ssid : "il-zo.stbavo1.wleiden.net"
68 dhcp : False
69 compass : "zo"
70 ns_ip : "172.16.7.250/29"
71 ns_mac : "DC:9F:DB:64:2E:BD"
72 bridge_type: "NanoStation M5"
73 status : "up"
74
75
76iface_vr2:
77 comment : "Link to KWVdeKaag kabel 5"
78 ip : "172.16.7.241/29"
79 sdesc : "2kwdekaag"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 ssid : "il-nw.stabo1.wleiden.net"
84 dhcp : False
85 compass : "o"
86 ns_ip : "172.16.7.242/29"
87 ns_mac : "DC:9F:DB:64:2D:27"
88 bridge_type: "NanoStation M5"
89 status : "up"
90
91
92
Note: See TracBrowser for help on using the repository browser.