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

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

Weg met die vervelende dhcpclient flag, merge in de dhcp vlag.

Fixes beheer:ticket:220

File size: 2.4 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:
[10885]33 comment : "AP voor de buurt"
[10689]34 interface : "ath0"
35 ip : "172.20.140.1/24"
36 sdesc : "ap"
[10703]37 mode : "ap"
[10689]38 type : "11b"
39 channel : "4"
40 ssid : "ap-WirelessLeiden-Livinglab"
41 dhcp : "10-250"
42 compass : "None"
43 status : "up"
44
[10701]45
[10689]46iface_ue0:
47 comment : "Link naar Roomburgh2"
48 interface : "ue0"
49 ip : "172.16.4.60/29"
50 sdesc : "2Roomburgh2"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "116"
55 ssid : "il-zw.roomburgh2.wleiden.net"
56 dhcp : False
[10729]57 compass : "o"
[10689]58 ns_ip : "172.16.4.59/29"
59 ns_mac : "00:15:6d:70:51:f5"
60 status : "up"
61
[10701]62
[10689]63iface_vr0:
[10883]64 comment : "External Link"
[10689]65 interface : "vr0"
[10780]66 ip : "192.168.1.100/24"
[10689]67 sdesc : "2external"
68 type : "eth"
[10887]69 dhcp : "client"
[10689]70 compass : "None"
71 status : "up"
72
[10701]73
[10689]74iface_vr1:
[10884]75 comment : "Link naar AJSoft2"
[10689]76 interface : "vr1"
77 ip : "172.16.17.105/29"
78 sdesc : "2AJSoft2"
79 mode : "station-wds"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 channel : "36"
83 ssid : "il-n.livinglab.wleiden.net"
84 dhcp : False
85 compass : "n"
86 ns_ip : "172.16.17.106/29"
87 ns_mac : "00:15:6d:70:52:60"
88 status : "up"
89
[10701]90
[10689]91iface_vr2:
[10883]92 comment : "Ethernet naar Haagwijk"
[10689]93 interface : "vr2"
94 ip : "172.16.17.113/29"
95 sdesc : "2Haagwijk"
96 mode : "station-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "44"
100 ssid : "il-zo.livinglab.wleiden.net"
101 dhcp : False
[10729]102 compass : "zo"
[10689]103 ns_ip : "172.16.17.114"
104 ns_mac : "00:15:6d:70:51:e9"
105 status : "up"
106
[10701]107
Note: See TracBrowser for help on using the repository browser.