source: genesis/nodes/HybridJVC/wleiden.yaml@ 13369

Last change on this file since 13369 was 13103, checked in by huub, 10 years ago

ook jvc heeft nu een streepje

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.14243"
7location : "JVC, De Heyderweg 1, 2314 XZ, Leiden"
8longitude : "4.50905"
9masterip : "172.18.32.1"
10monitoring_group: "wleiden"
11nodename : "JVC"
12nodetype : "Hybrid"
13rdnap_x : 94888
14rdnap_y : 461946
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 voor de buurt"
26 ip : "172.18.32.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:02:bf:4e"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar Zoeterwoude Dorp"
39 ip : "172.16.5.153/29"
40 sdesc : "2ZTW"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "132"
45 ssid : "il-z.jvc.wleiden.net"
46 dhcp : False
47 compass : "z"
48 ns_ip : "172.16.5.154/29"
49 ns_mac : "00:27:22:8a:3b:fc"
50 bridge_type: "NanoStation M5"
51 status : "down"
52
53
54iface_vr0:
55 comment : "Link naar ROC2"
56 ip : "172.16.5.33/29"
57 sdesc : "2ROC2"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "108"
62 ssid : "il-w.jvc.wleiden.net"
63 dhcp : False
64 compass : "w"
65 ns_ip : "172.16.5.34/29"
66 ns_mac : "00:15:6d:ea:eb:d3"
67 bridge_type: "NanoStation5"
68 status : "up"
69
70
71iface_vr0_alias0:
72 comment : "Link naar Camera op ROC Oost"
73 ip : "172.16.3.141/30"
74 type : "eth"
75 status : "up"
76
77
78iface_vr1:
79 comment : "A-link to Graficall via Nanostation5"
80 ip : "172.16.3.9/29"
81 sdesc : "2graficall"
82 mode : "ap-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "100"
86 ssid : "il-no.jvc.wleiden.net"
87 dhcp : False
88 compass : "no"
89 ns_ip : "172.16.3.10/29"
90 ns_mac : "00:15:6d:ea:f0:fe"
91 bridge_type: "NanoStation5"
92 status : "up"
93
94
95iface_vr2:
96 comment : "Link naar Meerburg"
97 ip : "172.16.4.241/29"
98 sdesc : "2meerburg"
99 mode : "ap-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "60"
103 ssid : "il-o.jvc.wleiden.net"
104 dhcp : False
105 compass : "o"
106 ns_ip : "172.16.4.242/29"
107 ns_mac : "00:15:6d:ea:f0:67"
108 bridge_type: "NanoStation5"
109 status : "up"
110
111
Note: See TracBrowser for help on using the repository browser.