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

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

Verschuif waar mogelijk de desc naar comment, als deze gelijk zijn of er nog
geen comment gezet is.

Related-To: beheer:ticket:218

File size: 2.5 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"
[10689]7ileiden : False
[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:
33 comment : "Ap voor buurt"
34 interface : "ath0"
35 ip : "172.20.140.1/24"
36 desc : "AP voor de buurt"
37 sdesc : "ap"
[10703]38 mode : "ap"
[10689]39 type : "11b"
40 channel : "4"
41 ssid : "ap-WirelessLeiden-Livinglab"
42 dhcp : "10-250"
43 compass : "None"
44 status : "up"
45
[10701]46
[10689]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
[10729]59 compass : "o"
[10689]60 ns_ip : "172.16.4.59/29"
61 ns_mac : "00:15:6d:70:51:f5"
62 status : "up"
63
[10701]64
[10689]65iface_vr0:
[10883]66 comment : "External Link"
[10689]67 interface : "vr0"
[10780]68 ip : "192.168.1.100/24"
[10689]69 sdesc : "2external"
70 type : "eth"
71 dhcp : False
[10881]72 dhcpclient : True
[10689]73 compass : "None"
74 status : "up"
75
[10701]76
[10689]77iface_vr1:
[10883]78 comment : "link naar AJSoft2"
[10689]79 interface : "vr1"
80 ip : "172.16.17.105/29"
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
[10701]93
[10689]94iface_vr2:
[10883]95 comment : "Ethernet naar Haagwijk"
[10689]96 interface : "vr2"
97 ip : "172.16.17.113/29"
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
[10729]105 compass : "zo"
[10689]106 ns_ip : "172.16.17.114"
107 ns_mac : "00:15:6d:70:51:e9"
108 status : "up"
109
[10701]110
Note: See TracBrowser for help on using the repository browser.