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

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

Verschuif waar mogelijk de desc naar comment, als deze gelijk zijn of er nog
geen comment gezet is.

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