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

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

webster psycho en victoria naar hybrid

File size: 2.3 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"
12nodename : "LivingLab"
13nodetype : "Hybrid"
14rdnap_x : 92036
15rdnap_y : 462256
16rdr_host : "82.215.32.97"
17rdr_rules :
18- ['tcp', 1194, '172.19.128.68', 1194]
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23release : "9.0-RELEASE"
24remote_access: "82.215.32.97:22"
25service_accesspoint: True
26service_incoming_rdr: False
27service_proxy_ileiden: True
28service_proxy_normal: True
29status : "up"
30
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
43
44iface_ue0:
45 comment : "Link naar Roomburgh2"
46 ip : "172.16.4.60/29"
47 sdesc : "2Roomburgh2"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "116"
52 ssid : "il-zw.roomburgh2.wleiden.net"
53 dhcp : False
54 compass : "o"
55 ns_ip : "172.16.4.59/29"
56 ns_mac : "00:15:6d:70:51:f5"
57 status : "up"
58
59
60iface_vr0:
61 comment : "External Link"
62 ip : "192.168.1.100/24"
63 sdesc : "2external"
64 type : "eth"
65 dhcp : "client"
66 status : "up"
67
68
69iface_vr1:
70 comment : "Link naar AJSoft2"
71 ip : "172.16.17.105/29"
72 sdesc : "2AJSoft2"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "36"
77 ssid : "il-n.livinglab.wleiden.net"
78 dhcp : False
79 compass : "n"
80 ns_ip : "172.16.17.106/29"
81 ns_mac : "00:15:6d:70:52:60"
82 status : "up"
83
84
85iface_vr2:
86 comment : "Ethernet naar Haagwijk"
87 ip : "172.16.17.113/29"
88 sdesc : "2Haagwijk"
89 mode : "ap-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "44"
93 ssid : "il-zo.livinglab.wleiden.net"
94 dhcp : False
95 compass : "zo"
96 ns_ip : "172.16.17.114"
97 ns_mac : "00:15:6d:70:51:e9"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.