source: genesis/nodes/HybridHenk/wleiden.yaml@ 13353

Last change on this file since 13353 was 13353, checked in by huub, 9 years ago

hardware modificaties bij Henk en WBRotary in de yamls verwerkt

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.0.225"
7latitude : "52.17062"
8location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
9longitude : "4.63854"
10masterip : "172.17.28.1"
11monitoring_group: "wleiden"
12nodename : "Henk"
13nodetype : "Hybrid"
14rdnap_x : 103784
15rdnap_y : 464983
16rdr_host : "213.73.188.7"
17rdr_rules :
18- ['tcp', 9080, '172.17.0.41', 80]
19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
21- ['tcp', 9083, '172.17.0.44', 80]
22- ['tcp', 9084, '172.17.0.43', 80]
23- ['tcp', 9085, '172.17.0.42', 80]
24- ['tcp', 9086, '172.17.0.45', 21]
25- ['tcp', 9087, '172.17.0.45', 3389]
26- ['tcp', 9092, '172.17.51.5', 80]
27- ['tcp', 9096, '172.17.13.66', 88]
28release : "9.0-RELEASE"
29remote_access: "213.73.188.7"
30service_accesspoint: True
31service_concentrator: False
32service_incoming_rdr: True
33service_proxy_ileiden: True
34service_proxy_normal: True
35status : "up"
36
37
38iface_ath0:
39 comment : "Internal Wireless"
40 ip : "172.17.28.1/26"
41 sdesc : "binnen"
42 mode : "ap"
43 type : "11g"
44 channel : 1
45 ssid : "WiFi-Woubrugge"
46 wlan_mac : "00:1b:b1:05:02:e6"
47 dhcp : "10-60"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Link to external interface"
53 ip : "0.0.0.0/30"
54 sdesc : "2external"
55 type : "eth"
56 dhcp : "client"
57 status : "up"
58
59
60iface_vr1:
61 comment : "Link naar WBRotary"
62 ip : "172.16.6.76/29"
63 sdesc : "2wbrotary"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "108"
68 ssid : "il-n.wbrotary.wleiden.net"
69 dhcp : False
70 compass : "z"
71 ns_ip : "172.16.6.75/29"
72 ns_mac : "04:18:D6:CC:00:53"
73 bridge_type: "NanoStation M5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "Lokaal Dev Netwerk"
79 ip : "172.17.33.1/24"
80 sdesc : "2dev"
81 type : "eth"
82 dhcp : "10-20"
83 status : "up"
84
85
Note: See TracBrowser for help on using the repository browser.