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

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

rdr rules in config LivingLab eruit

File size: 2.9 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"
12monitoring_group: "wleiden"
13nodename : "LivingLab"
14nodetype : "Hybrid"
15rdnap_x : 92036
16rdnap_y : 462256
17#rdr_host : "82.215.32.97"
18#rdr_rules :
19# - ['tcp', 1194, '172.19.128.68', 1194]
20# - ['tcp', 9080, '172.17.0.41', 80]
21# - ['tcp', 9081, '172.17.0.42', 554]
22# - ['tcp', 9082, '172.17.0.43', 554]
23# - ['tcp', 9083, '172.17.0.44', 80]
24release : "9.0-RELEASE"
25# remote_access: "82.215.32.97:22"
26service_accesspoint: True
27service_incoming_rdr: False
28service_proxy_ileiden: True
29service_proxy_normal: True
30status : "up"
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
43iface_ue0:
44 comment : "Link naar Roomburgh2"
45 ip : "172.16.4.60/29"
46 sdesc : "2Roomburgh2"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "116"
51 ssid : "il-zw.roomburgh2.wleiden.net"
52 dhcp : False
53 compass : "o"
54 ns_ip : "172.16.4.59/29"
55 ns_mac : "00:15:6d:70:51:f5"
56 status : "up"
57
58iface_ue0_alias0:
59 comment : "Link naar ROC2"
60 ip : "172.16.5.5/29"
61 sdesc : "2ROC2"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "116"
66 ssid : "il-w.roc2..wleiden.net"
67 status : "up"
68
69iface_vr0:
70 comment : "External Link"
71 ip : "192.168.1.100/24"
72 sdesc : "2external"
73 type : "eth"
74 dhcp : "client"
75 status : "up"
76
77iface_vr1:
78 comment : "Link naar AJSoft2"
79 ip : "172.16.17.105/29"
80 sdesc : "2AJSoft2"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "149"
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
92iface_vr2:
93 comment : "Ethernet naar Haagwijk"
94 ip : "172.16.17.113/29"
95 sdesc : "2Haagwijk"
96 mode : "ap-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "44"
100 ssid : "il-zo.livinglab.wleiden.net"
101 dhcp : False
102 compass : "zo"
103 ns_ip : "172.16.17.114"
104 ns_mac : "00:15:6d:70:51:e9"
105 status : "up"
106
107iface_vr2_alias0:
108 comment : "Ethernet naar CeTIM2 via switch"
109 ip : "172.16.4.140/29"
110 sdesc : "2cetim2"
111 mode : "station-wds"
112 type : "eth"
113 extra_type : "eth2wifibridge"
114 channel : "36"
115 ssid : "il-zw.cetim2.wleiden.net"
116 dhcp : False
117 compass : "zo"
118 ns_ip : "172.16.4.139/29"
119 ns_mac : "00:27:22:8A:3B:FB"
120 status : "up"
121
122
Note: See TracBrowser for help on using the repository browser.