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

Last change on this file since 10884 was 10884, checked in by rick, 13 years ago

Ruim er nog een paar op die we automatisch konden vinden.

While here; Comment begint met een hoofdletter.

Related-To beheer:ticket:218

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 : False
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 buurt"
34 interface : "ath0"
35 ip : "172.20.140.1/24"
36 desc : "AP voor de buurt"
37 sdesc : "ap"
38 mode : "ap"
39 type : "11b"
40 channel : "4"
41 ssid : "ap-WirelessLeiden-Livinglab"
42 dhcp : "10-250"
43 compass : "None"
44 status : "up"
45
46
47iface_ue0:
48 comment : "Link naar Roomburgh2"
49 interface : "ue0"
50 ip : "172.16.4.60/29"
51 sdesc : "2Roomburgh2"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "116"
56 ssid : "il-zw.roomburgh2.wleiden.net"
57 dhcp : False
58 compass : "o"
59 ns_ip : "172.16.4.59/29"
60 ns_mac : "00:15:6d:70:51:f5"
61 status : "up"
62
63
64iface_vr0:
65 comment : "External Link"
66 interface : "vr0"
67 ip : "192.168.1.100/24"
68 sdesc : "2external"
69 type : "eth"
70 dhcp : False
71 dhcpclient : True
72 compass : "None"
73 status : "up"
74
75
76iface_vr1:
77 comment : "Link naar AJSoft2"
78 interface : "vr1"
79 ip : "172.16.17.105/29"
80 sdesc : "2AJSoft2"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "36"
85 ssid : "il-n.livinglab.wleiden.net"
86 dhcp : False
87 compass : "n"
88 ns_ip : "172.16.17.106/29"
89 ns_mac : "00:15:6d:70:52:60"
90 status : "up"
91
92
93iface_vr2:
94 comment : "Ethernet naar Haagwijk"
95 interface : "vr2"
96 ip : "172.16.17.113/29"
97 sdesc : "2Haagwijk"
98 mode : "station-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 channel : "44"
102 ssid : "il-zo.livinglab.wleiden.net"
103 dhcp : False
104 compass : "zo"
105 ns_ip : "172.16.17.114"
106 ns_mac : "00:15:6d:70:51:e9"
107 status : "up"
108
109
Note: See TracBrowser for help on using the repository browser.