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

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

extra link livinglab cetim2 gemaakt in configs

File size: 2.7 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
17rdr_host : "82.215.32.97"
18rdr_rules :
19- ['tcp', 1194, '172.19.128.68', 1194]
20- ['tcp', 9080, '172.17.0.41', 80]
21- ['tcp', 9081, '172.17.0.42', 554]
22- ['tcp', 9082, '172.17.0.43', 554]
23- ['tcp', 9083, '172.17.0.44', 80]
24release : "9.0-RELEASE"
25remote_access: "82.215.32.97:22"
26service_accesspoint: True
27service_incoming_rdr: False
28service_proxy_ileiden: True
29service_proxy_normal: True
30status : "up"
31
32iface_ath0:
33 comment : "AP voor de buurt"
34 ip : "172.20.140.1/24"
35 sdesc : "ap"
36 mode : "ap"
37 type : "11b"
38 channel : "4"
39 ssid : "ap-WirelessLeiden-Livinglab"
40 dhcp : "10-250"
41 status : "up"
42
43iface_ue0:
44 comment : "Link naar Roomburgh2"
45 ip : "172.16.4.60/29"
46 sdesc : "2Roomburgh2"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "116"
51 ssid : "il-zw.roomburgh2.wleiden.net"
52 dhcp : False
53 compass : "o"
54 ns_ip : "172.16.4.59/29"
55 ns_mac : "00:15:6d:70:51:f5"
56 status : "up"
57
58iface_vr0:
59 comment : "External Link"
60 ip : "192.168.1.100/24"
61 sdesc : "2external"
62 type : "eth"
63 dhcp : "client"
64 status : "up"
65
66iface_vr1:
67 comment : "Link naar AJSoft2"
68 ip : "172.16.17.105/29"
69 sdesc : "2AJSoft2"
70 mode : "ap-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "149"
74 ssid : "il-n.livinglab.wleiden.net"
75 dhcp : False
76 compass : "n"
77 ns_ip : "172.16.17.106/29"
78 ns_mac : "00:15:6d:70:52:60"
79 status : "up"
80
81iface_vr2:
82 comment : "Ethernet naar Haagwijk"
83 ip : "172.16.17.113/29"
84 sdesc : "2Haagwijk"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "44"
89 ssid : "il-zo.livinglab.wleiden.net"
90 dhcp : False
91 compass : "zo"
92 ns_ip : "172.16.17.114"
93 ns_mac : "00:15:6d:70:51:e9"
94 status : "up"
95
96iface_vr2_alias0:
97 comment : "Ethernet naar CeTIM2 via switch"
98 ip : "172.16.4.140/29"
99 sdesc : "2cetim2"
100 mode : "station-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "36"
104 ssid : "il-zw.cetim2.wleiden.net"
105 dhcp : False
106 compass : "zo"
107 ns_ip : "172.16.4.139/29"
108 ns_mac : "00:27:22:8A:3B:FB"
109 status : "up"
110
111
Note: See TracBrowser for help on using the repository browser.