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

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

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