source: genesis/nodes/HybridWBRotary/wleiden.yaml@ 10890

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 2.7 KB
RevLine 
[10674]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr1"
[10857]7gateway : "192.168.0.225"
[10674]8ileiden : True
[10881]9latitude : "52.16707"
[10674]10location : "NH Kerk, Comriekade 7, 2481 AD, Woubrugge"
[10881]11longitude : "4.63817"
[10674]12masterip : "172.25.52.1"
13nodename : "WBRotary"
14nodetype : "Hybrid"
15rdnap_x : 103755
16rdnap_y : 464588
[10729]17rdr_host : "94.209.113.8"
[10715]18rdr_rules :
[10815]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]
[10729]23release : "9.0-RELEASE"
24remote_access: ""
25service_accesspoint: True
[10881]26service_incoming_rdr: True
[10729]27service_proxy_ileiden: True
28service_proxy_normal: True
29status : "up"
[10674]30
31
32iface_ath0:
[10884]33 comment : "Ap voor de buurt"
[10674]34 ip : "172.25.52.1/24"
35 sdesc : "apnz"
36 mode : "ap"
37 type : "11b"
38 channel : "8"
39 ssid : "ap-woubrugge-rotarynz"
40 dhcp : "10-250"
41 compass : "None"
42 status : "up"
43
44
45iface_ue0:
[10884]46 comment : "Link naar Alphen HW Fortis"
[10674]47 ip : "172.16.18.25/29"
48 sdesc : "2hwfortis"
49 mode : "station-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "44"
53 ssid : "il-zo.wbrotary.wleiden.net"
54 dhcp : False
55 compass : "se"
56 ns_ip : "172.16.18.26/29"
57 ns_mac : "00:15:6d:8e:dc:be"
58 status : "down"
59
60
61iface_vr0:
[10885]62 comment : "Link naar Graficall, Leiderdorp"
[10674]63 ip : "172.16.18.41/29"
64 sdesc : "2graficall"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "36"
69 ssid : "il-w.wbrotary.wleiden.net"
70 dhcp : False
71 compass : "w"
72 ns_ip : "172.16.18.42/29"
73 ns_mac : "00:27:22:10:34:c6"
74 status : "up"
75
76
77iface_vr1:
[10857]78 comment : "External GW is external site - via Bullet5 at 192.168.0.83"
79 ip : "192.168.0.81/24"
[10674]80 sdesc : "2external"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "108"
85 ssid : "il-n.wbrotary.wleiden.net"
86 dhcp : False
[10729]87 compass : "w"
[10857]88 ns_ip : "192.168.0.82/24"
[10674]89 ns_mac : "00:15:6d:8e:dd:81"
90 status : "up"
91
[10881]92
[10873]93iface_vr1_alias_0:
94 comment : "Link naar Henk"
95 ip : "172.17.0.65/28"
96 sdesc : "2henk"
97 type : "eth"
[10881]98 dhcp : False
[10873]99 compass : "w"
100 status : "planned"
[10674]101
[10873]102
[10674]103iface_vr2:
[10884]104 comment : "Ap voor de buurt"
[10674]105 ip : "172.25.56.1/24"
106 sdesc : "apwo"
107 mode : "ap"
108 type : "eth"
109 extra_type : "eth2wifibridge"
110 channel : "3"
111 ssid : "ap-woubrugge-rotarywo"
112 dhcp : "10-250"
113 compass : "None"
114 ns_ip : "172.25.56.2"
115 ns_mac : "00:15:6d:30:2a:5d"
116 status : "up"
117
118
Note: See TracBrowser for help on using the repository browser.