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

Last change on this file since 10868 was 10868, checked in by richardvm, 13 years ago

added vpn and Aalsmeer camera nat rules

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 : "4.46733"
9location : "Pergolesipad 95, 2324 DG, Leiden"
10longitude : "52.14490"
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 interface : "vr0"
67 ip : "192.168.1.100/24"
68 desc : "External Link"
69 sdesc : "2external"
70 type : "eth"
71 dhcp : False
72 compass : "None"
73 dhcpclient : True
74 status : "up"
75
76
77iface_vr1:
78 interface : "vr1"
79 ip : "172.16.17.105/29"
80 desc : "link naar AJSoft2"
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 interface : "vr2"
96 ip : "172.16.17.113/29"
97 desc : "Ethernet naar Haagwijk"
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.