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

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

de slechte link Kaag2 naar Heineken uit de config gehaald, veroorzaakte routering via slechte links

File size: 2.8 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_vr0:
52 comment : "Link naar Watertoren2"
53 ip : "172.16.3.241/29"
54 sdesc : "2watertoren2"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "44"
59 ssid : "il-zw.watertoren2.wleiden.net"
60 dhcp : False
61 compass : "o"
62 ns_ip : "172.16.3.242/29"
63 ns_mac : "00:15:6d:70:52:5d"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
68iface_vr1:
69 comment : "Link naar Kaag1"
70 ip : "172.16.17.65/29"
71 sdesc : "2kaag1"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "140"
76 ssid : "il-z.kaag2.wleiden.net"
77 dhcp : False
78 compass : "z"
79 ns_ip : "172.16.17.66/29"
80 ns_mac : "00:15:6d:70:51:ea"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
85iface_vr1_alias0:
86 comment : "Link naar Boterhuis"
87 ip : "172.16.6.89/29"
88 sdesc : "2boterhuis"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 bridge_type: "NanoStation M5"
92 status : "down"
93
94
95iface_vr1_alias1:
96 comment : "Link naar StBavo1"
97 ip : "172.16.7.252/29"
98 sdesc : "2kaag2"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 bridge_type: "NanoStation M5"
102 status : "up"
103
104
105iface_vr2:
106 comment : "Link naar UnigorN"
107 ip : "172.16.17.76/29"
108 sdesc : "2unigorn"
109 mode : "station-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "52"
113 ssid : "il-no.unigorn.wleiden.net"
114 dhcp : False
115 compass : "zw"
116 ns_ip : "172.16.17.75/29"
117 ns_mac : "00:15:6d:70:54:98"
118 bridge_type: "NanoStation5"
119 status : "up"
120
121
Note: See TracBrowser for help on using the repository browser.