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

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

webster psycho en victoria naar hybrid

File size: 2.3 KB
RevLine 
[10689]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[10780]6gateway : "192.168.1.1"
[11013]7ileiden : True
[10881]8latitude : "52.14490"
[10689]9location : "Pergolesipad 95, 2324 DG, Leiden"
[10881]10longitude : "4.46733"
[10689]11masterip : "172.20.140.1"
12nodename : "LivingLab"
13nodetype : "Hybrid"
14rdnap_x : 92036
15rdnap_y : 462256
[10868]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]
[10689]23release : "9.0-RELEASE"
[10746]24remote_access: "82.215.32.97:22"
[10701]25service_accesspoint: True
[10780]26service_incoming_rdr: False
[10689]27service_proxy_ileiden: True
28service_proxy_normal: True
29status : "up"
30
[10701]31
[10689]32iface_ath0:
[10885]33 comment : "AP voor de buurt"
[10689]34 ip : "172.20.140.1/24"
35 sdesc : "ap"
[10703]36 mode : "ap"
[10689]37 type : "11b"
38 channel : "4"
39 ssid : "ap-WirelessLeiden-Livinglab"
40 dhcp : "10-250"
41 status : "up"
42
[10701]43
[10689]44iface_ue0:
45 comment : "Link naar Roomburgh2"
46 ip : "172.16.4.60/29"
47 sdesc : "2Roomburgh2"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "116"
52 ssid : "il-zw.roomburgh2.wleiden.net"
53 dhcp : False
[10729]54 compass : "o"
[10689]55 ns_ip : "172.16.4.59/29"
56 ns_mac : "00:15:6d:70:51:f5"
57 status : "up"
58
[10701]59
[10689]60iface_vr0:
[10883]61 comment : "External Link"
[10780]62 ip : "192.168.1.100/24"
[10689]63 sdesc : "2external"
64 type : "eth"
[10887]65 dhcp : "client"
[10689]66 status : "up"
67
[10701]68
[10689]69iface_vr1:
[10884]70 comment : "Link naar AJSoft2"
[10689]71 ip : "172.16.17.105/29"
72 sdesc : "2AJSoft2"
[11263]73 mode : "ap-wds"
[10689]74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "36"
77 ssid : "il-n.livinglab.wleiden.net"
78 dhcp : False
79 compass : "n"
80 ns_ip : "172.16.17.106/29"
81 ns_mac : "00:15:6d:70:52:60"
82 status : "up"
83
[10701]84
[10689]85iface_vr2:
[10883]86 comment : "Ethernet naar Haagwijk"
[10689]87 ip : "172.16.17.113/29"
88 sdesc : "2Haagwijk"
[11263]89 mode : "ap-wds"
[10689]90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "44"
93 ssid : "il-zo.livinglab.wleiden.net"
94 dhcp : False
[10729]95 compass : "zo"
[10689]96 ns_ip : "172.16.17.114"
97 ns_mac : "00:15:6d:70:51:e9"
98 status : "up"
99
[10701]100
Note: See TracBrowser for help on using the repository browser.