source: genesis/nodes/HybridKopenSchotels/wleiden.yaml@ 11759

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

eerste aanzet config node Kopenschotels Leeuwenhorst

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.251099"
7location : "Leeuwenhorst, Langelaan 3, 2211 XT, Noordwijkerhout"
8longitude : "4.471978"
9masterip : "172.17.76.1"
10monitoring_group: "noordwijkerhout"
11nodename : "KopenSchotels"
12nodetype : "Hybrid"
13portal_sponsor: "Kop en Schotels"
14portal_url: "http://www.kopenschotels.com/nl/home.html"
15rdnap_x : 92503
16rdnap_y : 474067
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "planned"
24
25iface_ue0:
26 comment : "Accesspoints via switch"
27 ip : "172.17.76.1/24"
28 sdesc : "2aps"
29 mode : "ap"
30 type : "eth"
31 extra_type : "eth2wifibridge"
32 channel : "6"
33 ssid : "ap-WirelessLeiden-KopenSchotels"
34 dhcp : "10-250"
35 compass : "z"
36 ns_ip : "172.17.76.2/24"
37 ns_mac : ""
38 bridge_type: "NanoStation M2"
39 status : "up"
40
41iface_vr0:
42 comment : "Link naar zuid"
43 ip : "172.16.6.137/29"
44 sdesc : "2zuid"
45 mode : "ap-wds"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "44"
49 ssid : "il-z.kopenschotels.wleiden.net"
50 dhcp : False
51 compass : "z"
52 ns_ip : "172.16.6.138/29"
53 ns_mac : ""
54 bridge_type: "NanoStation M5"
55 status : "up"
56
57iface_vr1:
58 comment : "Link naar zuidoost via switch"
59 ip : "172.16.6.193/29"
60 sdesc : "2oost"
61 mode : "ap-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "100"
65 ssid : "il-zo.kopenschotels.wleiden.net"
66 dhcp : False
67 compass : "z"
68 ns_ip : "172.16.6.194/29"
69 ns_mac : ""
70 bridge_type: "NanoStation M5"
71 status : "up"
72
73iface_vr1_alias0:
74 comment : "Link naar zuidwest via switch"
75 ip : "172.16.6.225/29"
76 sdesc : "2zw"
77 mode : "ap-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "36"
81 ssid : "il-zw.kopenschotels.wleiden.net"
82 dhcp : False
83 compass : "zw"
84 ns_ip : "172.16.6.226/29"
85 ns_mac : ""
86 bridge_type: "NanoStation M5"
87 status : "up"
88
89iface_vr2:
90 comment : "Link naar noord"
91 ip : "172.16.6.185/29"
92 sdesc : "2noord"
93 mode : "ap-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "52"
97 ssid : "il-n.kopenschotels.wleiden.net"
98 dhcp : False
99 compass : "n"
100 ns_ip : "172.16.6.186/29"
101 ns_mac : ""
102 bridge_type: "NanoStation M5"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.