source: genesis/nodes/HybridRund/wleiden.yaml@ 11295

Last change on this file since 11295 was 11013, checked in by huub, 13 years ago

ileiden is true in yaml files

File size: 1.9 KB
RevLine 
[10676]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[10701]6gateway : "172.17.160.66"
[11013]7ileiden : True
[10881]8latitude : "52.16114"
[10676]9location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
[10881]10longitude : "4.49224"
[10676]11masterip : "172.17.160.1"
12nodename : "Rund"
[10678]13nodetype : "Hybrid"
[10676]14rdnap_x : 93763
15rdnap_y : 464042
[10729]16rdr_host : "83.163.239.115"
17rdr_rules :
[10803]18- ['tcp', 9080, '172.17.0.41', 80]
[10802]19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
[10803]21- ['tcp', 9083, '172.17.0.44', 80]
[10676]22release : "9.0-RELEASE"
[10701]23service_accesspoint: True
[10760]24service_incoming_rdr: True
25service_proxy_ileiden: False
26service_proxy_normal: False
[10676]27status : "up"
28
29
30iface_ath0:
[10884]31 comment : "Ap"
[10686]32 ip : "172.17.161.1/24"
[10676]33 sdesc : "ap"
34 mode : "ap"
35 type : "11b"
36 channel : "3"
37 ssid : "ap-WirelessLeiden-Rund"
38 dhcp : "10-250"
39 status : "up"
40
41
42iface_vr0:
43 comment : "Link to external interface"
44 ip : "172.17.160.65/28"
45 sdesc : "2external"
[10679]46 type : "eth"
[10676]47 dhcp : False
48 status : "up"
49
50
51iface_vr1:
52 comment : "Link naar Geluidsnet2"
53 ip : "172.16.4.212/29"
54 sdesc : "2geluidsnet2"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "64"
59 ssid : "il-o.geluidsnet2.wleiden.net"
60 dhcp : False
[10729]61 compass : "w"
[10676]62 ns_ip : "172.16.4.211/29"
63 ns_mac : "00:27:22:8a:3d:a7"
[10892]64 bridge_type: "NanoStation M5"
[10676]65 status : "up"
66
67
68iface_vr2:
69 comment : "Link naar vosko2"
70 ip : "172.16.17.156/29"
71 sdesc : "2vosko2"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "44"
76 ssid : "il-no.vosko2.wleiden.net"
77 dhcp : False
[10729]78 compass : "zw"
[10676]79 ns_ip : "172.16.17.155/29"
80 ns_mac : "00:27:22:10:d8:43"
[10892]81 bridge_type: "NanoStation M5"
[10676]82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.