source: genesis/nodes/HybridLivingLab/wleiden.yaml@ 12403

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

config veranderingen cetim1 livinglab en stadhuis om directe link van cetim1 naar stadhuis te maken ivm videostreaming elcid, met een laag ip-adres zodat routering naar vosko4 deze route kiest

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.1"
7ileiden : True
8latitude : "52.14490"
9location : "Pergolesipad 95, 2324 DG, Leiden"
10longitude : "4.46733"
11masterip : "172.20.140.1"
12monitoring_group: "wleiden"
13nodename : "LivingLab"
14nodetype : "Hybrid"
15rdnap_x : 92036
16rdnap_y : 462256
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "AP voor de buurt"
28 ip : "172.20.140.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "ap-WirelessLeiden-Livinglab"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar Roomburgh2"
40 ip : "172.16.4.60/29"
41 sdesc : "2Roomburgh2"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "116"
46 ssid : "il-zw.roomburgh2.wleiden.net"
47 dhcp : False
48 compass : "o"
49 ns_ip : "172.16.4.59/29"
50 ns_mac : "00:15:6d:70:51:f5"
51 status : "up"
52
53
54iface_ue0_alias0:
55 comment : "Alternatieve link naar ROC2"
56 ip : "172.16.5.5/29"
57 sdesc : "2ROC2"
58 type : "eth"
59 status : "up"
60
61
62iface_vr0:
63 comment : "lokaal"
64 ip : "172.16.6.201/29"
65 sdesc : "2lokaal"
66 type : "eth"
67 dhcp : "202-206"
68 status : "up"
69
70
71iface_vr1:
72 comment : "Link naar AJSoft2"
73 ip : "172.16.17.105/29"
74 sdesc : "2AJSoft2"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "100"
79 ssid : "il-w.ajsoft2.wleiden.net"
80 dhcp : False
81 compass : "n"
82 ns_ip : "172.16.17.106/29"
83 ns_mac : "00:15:6d:70:52:60"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
88iface_vr2:
89 comment : "Ethernet naar Haagwijk"
90 ip : "172.16.17.113/29"
91 sdesc : "2Haagwijk"
92 mode : "ap-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "44"
96 ssid : "il-zo.livinglab.wleiden.net"
97 dhcp : False
98 compass : "zo"
99 ns_ip : "172.16.17.114"
100 ns_mac : "00:15:6d:70:51:e9"
101 bridge_type: "NanoStation5"
102 status : "up"
103
104
105iface_vr2_alias0:
106 comment : "Ethernet naar xxx NSM5 MAC 00:27:22:8A:3B:FB via switch"
107 ip : "172.16.4.201/29"
108 sdesc : "2unused"
109 type : "eth"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.