source: genesis/nodes/HybridCope/wleiden.yaml@ 11342

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

configs van cope en kwvdekaag aangepast

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.15972"
7location : "Cope, Rapenburg 8, 2311 EV, Leiden"
8longitude : "4.48521"
9masterip : "172.17.8.1"
10monitoring_group: "wleiden"
11nodename : "Cope"
12nodetype : "Hybrid"
13rdnap_x : 93280
14rdnap_y : 463889
15service_accesspoint: True
16service_incoming_rdr: True
17service_proxy_ileiden: False
18service_proxy_normal: True
19status : "up"
20
21
22iface_ath0:
23 comment : "AP voor de buurt"
24 ip : "172.17.8.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "5"
29 ssid : "ap-WirelessLeiden-Cope"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "External Link"
36 ip : "0.0.0.0/24"
37 sdesc : "2external"
38 type : "eth"
39 dhcp : "client"
40 status : "up"
41
42
43iface_vr0:
44 comment : "Ethernet to interlink UniGor1"
45 ip : "172.16.3.188/29"
46 sdesc : "2unigor1"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "128"
51 ssid : "il-zo.unigor.wleiden.net"
52 dhcp : False
53 compass : "nw"
54 ns_ip : "172.16.3.187/29"
55 ns_mac : "00:15:6d:ea:f0:1d"
56 bridge_type: "NanoStation5"
57 status : "up"
58
59
60iface_vr1:
61 comment : "A-link naar Stadhuis via NS5"
62 ip : "172.16.3.180/29"
63 sdesc : "2stadhuis"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "116"
68 ssid : "il-nw.stadhuis.wleiden.net"
69 dhcp : False
70 compass : "zo"
71 ns_ip : "172.16.3.179/29"
72 ns_mac : "00:15:6d:ea:f0:4c"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "A-link naar Rabo2"
79 ip : "172.16.3.196/29"
80 sdesc : "2rabo2"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "44"
85 ssid : "il-z.rabo.wleiden.net"
86 dhcp : False
87 compass : "n"
88 ns_ip : "172.16.3.195/29"
89 ns_mac : "00:15:6d:ea:f0:0f"
90 bridge_type: "NanoStation5"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.