source: genesis/nodes/HybridKaag2/wleiden.yaml@ 12692

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

link watertoren2 - kaag2 ipadressen gecorrigeerd, ivm routering naar internet en ook ap-station volgorde nu in overeenstemming met wl-conventie

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.21786"
7location : "Jachtwerf Feadship (Van Lent), Julianalaan 3, 2159 LA, Kaag (Eiland)"
8longitude : "4.55925"
9masterip : "172.27.8.1"
10monitoring_group: "wleiden"
11nodename : "Kaag2"
12nodetype : "Hybrid"
13rdnap_x : 98420
14rdnap_y : 470298
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 : "Omni voor de buurt"
26 ip : "172.27.8.1/24"
27 sdesc : "omni"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-WirelessLeiden-SPKaag2"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Omni voor de buurt"
38 ip : "172.17.81.1/24"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "1"
43 ssid : "ap-WirelessLeiden-Spkaag2"
44 dhcp : "10-250"
45 ns_ip : "172.17.81.2/24"
46 ns_mac : "00:27:22:e2:52:39"
47 bridge_type: "NanoStation2M"
48 status : "up"
49
50
51iface_ue1:
52 comment : "Link naar noord WVLisse"
53 ip : "172.16.9.105/29"
54 sdesc : "2lisse"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "100"
59 ssid : "il-n.kaag2.wleiden.net"
60 dhcp : False
61 ns_ip : "172.16.9.106"
62 ns_mac : "dc:9f:db:f2:11:37"
63 bridge_type: "NanoBridge5M"
64 status : "down"
65
66
67iface_vr0:
68 comment : "Link naar Watertoren2"
69 ip : "172.16.9.172/29"
70 sdesc : "2watertoren2"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "44"
75 ssid : "il-zw.watertoren2.wleiden.net"
76 dhcp : False
77 compass : "o"
78 ns_ip : "172.16.9.171/29"
79 ns_mac : "dc:9f:db:2e:b9:df"
80 bridge_type: "NanoBridge5M"
81 status : "up"
82
83
84iface_vr1:
85 comment : "Link naar Kaag1"
86 ip : "172.16.17.65/29"
87 sdesc : "2kaag1"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "140"
92 ssid : "il-z.kaag2.wleiden.net"
93 dhcp : False
94 compass : "z"
95 ns_ip : "172.16.17.66/29"
96 ns_mac : "00:15:6d:70:51:ea"
97 bridge_type: "NanoStation5"
98 status : "up"
99
100
101iface_vr1_alias0:
102 comment : "Link naar StBavo1"
103 ip : "172.16.7.252/29"
104 sdesc : "2kaag2"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 bridge_type: "NanoStation M5"
108 status : "up"
109
110
111iface_vr2:
112 comment : "Link naar UnigorN"
113 ip : "172.16.17.76/29"
114 sdesc : "2unigorn"
115 mode : "station-wds"
116 type : "eth"
117 extra_type : "eth2wifibridge"
118 channel : "52"
119 ssid : "il-no.unigorn.wleiden.net"
120 dhcp : False
121 compass : "zw"
122 ns_ip : "172.16.17.75/29"
123 ns_mac : "00:15:6d:70:54:98"
124 bridge_type: "NanoStation5"
125 status : "up"
126
127
Note: See TracBrowser for help on using the repository browser.