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

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

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