source: genesis/nodes/HybridVosko2/wleiden.yaml@ 11611

Last change on this file since 11611 was 11600, checked in by huub, 12 years ago

config figuratie link vosko2 - hortus

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15765"
7location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
8longitude : "4.48786"
9masterip : "172.17.175.1"
10monitoring_group: "wleiden"
11nodename : "Vosko2"
12nodetype : "Hybrid"
13rdnap_x : 93459
14rdnap_y : 463657
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap noord"
26 ip : "172.17.175.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11b"
30 channel : "2"
31 ssid : "ap-WirelessLeiden-Vosko2"
32 dhcp : "10-250"
33 status : "up"
34
35iface_ue0:
36 comment : "Link naar Hortus"
37 ip : "172.16.4.137/29"
38 sdesc : "2hortus"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "36"
43 ssid : "il-w2.vosko2.wleiden.net"
44 dhcp : False
45 compass : "no"
46 ns_ip : "172.16.4.138/29"
47 ns_mac : "00:27:22:8A:3D:94"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51iface_vr0:
52 comment : "Link naar rund"
53 ip : "172.16.17.153/29"
54 sdesc : "2rund"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "44"
59 ssid : "il-no.vosko2.wleiden.net"
60 dhcp : False
61 compass : "no"
62 ns_ip : "172.16.17.154"
63 ns_mac : "00:15:6d:f3:35:7d"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
68iface_vr1:
69 comment : "Interlink w (Robijn)"
70 ip : "172.16.4.113/29"
71 sdesc : "2Robijn"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "140"
76 ssid : "il-w.vosko2.wleiden.net"
77 dhcp : False
78 compass : "w"
79 ns_ip : "172.16.4.114/29"
80 ns_mac : "00:15:6d:f7:be:f7"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
85iface_vr1_alias0:
86 comment : "Interlink w (Huub)"
87 ip : "172.16.4.121/29"
88 sdesc : "2huub"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 dhcp : False
92 status : "up"
93
94
95iface_vr1_alias1:
96 comment : "Interlink w (BCSte)"
97 ip : "172.16.3.155/29"
98 sdesc : "2bcste"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 dhcp : False
102 status : "up"
103
104
105iface_vr2:
106 comment : "Lokaal ethernet"
107 ip : "172.17.175.72/28"
108 sdesc : "ethernet"
109 type : "eth"
110 dhcp : False
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.