source: genesis/nodes/TestTienThuis/wleiden.yaml@ 13844

Last change on this file since 13844 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.3.254"
7latitude : "52.17062"
8location : "Thuis, , 2311 EZ, Leiden"
9longitude : "4.63854"
10masterip : "172.17.153.1"
11monitoring_group: "wleiden"
12nodename : "TestTienThuis"
13nodetype : "Hybrid"
14rdnap_x : 103784
15rdnap_y : 464983
16rdr_host : "0.0.0.0"
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 : "10.2-RELEASE"
29remote_access: ""
30service_accesspoint: True
31service_concentrator: False
32service_incoming_rdr: False
33service_proxy_ileiden: True
34service_proxy_normal: True
35serviceid : "172.31.254.16"
36status : "down"
37
38
39iface_ath0:
40 comment : "Internal Wireless"
41 ip : "172.17.153.1/24"
42 sdesc : "binnen"
43 mode : "ap"
44 type : "11g"
45 channel : 1
46 ssid : "WiFi-Leiden-TEST"
47 dhcp : "10-60"
48 status : "up"
49
50
51iface_ue0:
52 comment : "Extra AP2"
53 ip : "172.17.155.1/24"
54 sdesc : "ap2"
55 mode : "ap"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "11"
59 ssid : "WiFi Leiden TEST"
60 dhcp : "10-240"
61 ns_ip : "172.17.41.2/24"
62 ns_mac : "00:15:6d:d4:f8:36"
63 bridge_type: "Bullet2"
64 status : "up"
65
66
67iface_vr0:
68 comment : "Link to external interface"
69 ip : "192.168.3.2/24"
70 sdesc : "2external"
71 type : "eth"
72 dhcp : "client"
73 status : "up"
74
75
76iface_vr1:
77 comment : "Link naar wleiden.net"
78 ip : "172.16.10.9/29"
79 sdesc : "2wleiden"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "120"
84 ssid : "il.test.wleiden.net"
85 dhcp : False
86 compass : "z"
87 ns_ip : "172.16.10.10/29"
88 ns_mac : "00:15:6d:8e:dd:84"
89 bridge_type: "NanoStation M5"
90 status : "up"
91
92
93iface_vr2:
94 comment : "Lokaal Dev Netwerk"
95 ip : "192.168.10.10/24"
96 sdesc : "2dev"
97 type : "eth"
98 dhcp : "11-20"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.