source: genesis/nodes/StVictor/wleiden.yaml@ 13854

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

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

File size: 3.2 KB
RevLine 
[12771]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[13176]6gateway : "192.168.178.1"
[13548]7latitude : "52.25091"
[12771]8location : "Sint Victor kerk, St Victorlaan 11, 2211 RN, Noordwijkerhout"
[13548]9longitude : "4.48922"
[12771]10masterip : "172.17.119.1"
11monitoring_group: "noordwijk"
12nodename : "StVictor"
13nodetype : "Hybrid"
14rdnap_x : 93680
15rdnap_y : 474031
[13654]16rdr_host : "82.217.246.132"
[13557]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', 9088, '172.16.6.229', 9081]
27- ['tcp', 9091, '172.16.9.237', 88]
28- ['tcp', 9092, '172.17.51.5', 80]
29- ['tcp', 9096, '172.17.13.66', 88]
30- ['tcp', 9099, '172.16.9.116', 80]
[12771]31release : "9.0-RELEASE"
32service_accesspoint: True
33service_concentrator: False
34service_incoming_rdr: False
35service_proxy_ileiden: True
36service_proxy_normal: True
[13844]37serviceid : "172.31.254.14"
[12791]38status : "up"
[12771]39
40
41iface_ath0:
[12811]42 comment : "Accesspoint Zuid op sectorantenne"
[12771]43 ip : "172.17.119.1/24"
[12811]44 sdesc : "apz"
[12771]45 mode : "ap"
46 type : "11g"
47 channel : 1
[12811]48 ssid : "ap-stvictor-z"
[12771]49 dhcp : "10-250"
[12792]50 compass : "n"
[12771]51 status : "up"
52
[13548]53
[12771]54iface_ue0:
[12811]55 comment : "Accesspoint Noord op NanoStation"
[12771]56 ip : "172.17.133.1/24"
[12789]57 sdesc : "apoost"
[12811]58 mode : "apn"
[12771]59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "6"
[12811]62 ssid : "ap-stvictor-n"
[12771]63 dhcp : "10-250"
[12822]64 compass : "n"
[12771]65 ns_ip : "172.17.133.2/24"
[12789]66 ns_mac : "dc:9f:db:62:14:9b"
[12771]67 bridge_type: "NanoStationM2"
68 status : "up"
69
70
71iface_vr0:
[12811]72 comment : "Internetverbinding"
[12771]73 ip : "192.168.178.2/24"
74 sdesc : "2external"
75 type : "eth"
[13445]76 dhcp : "client"
[12771]77 status : "up"
78
79
[13678]80iface_vr0_extra0:
[13548]81 comment : "Naar pastorie NanostationM5 LAN1 bridge > nano vr1 WPA2"
[12771]82 ip : "172.16.9.105/29"
83 sdesc : "2pastorie"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
[13009]87 channel : "52"
[12771]88 ssid : "il-nw.stvictor.wleiden.net"
[12789]89 compass : "nw"
[12771]90 ns_ip : "172.16.9.106/29"
[12789]91 ns_mac : "24:a4:3c:72:01:cf"
[12771]92 bridge_type: "NanoStation M5"
93 status : "up"
94
95
96iface_vr1:
[13548]97 comment : "Naar Leeuwenhorst1 NanostationM5 LAN1 bridge > nano vr0"
[12771]98 ip : "172.16.6.228/29"
99 sdesc : "2lwhorst"
100 mode : "station-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
[13009]103 channel : "60"
[12771]104 ssid : "il-o.leeuwenhorst.wleiden.net"
105 dhcp : False
[12789]106 compass : "w"
[12771]107 ns_ip : "172.16.6.227/29"
[12789]108 ns_mac : "24:a4:3c:72:02:29"
[12771]109 bridge_type: "NanoStation M5"
110 status : "up"
111
112
113iface_vr2:
[13193]114 comment : "Link naar AkzoNobel1"
[13230]115 ip : "172.16.10.36/29"
[12822]116 sdesc : "2akzo"
[12771]117 mode : "ap-wds"
118 type : "eth"
119 extra_type : "eth2wifibridge"
[12822]120 channel : "120"
[13193]121 ssid : "il-n.teyakzonobel1.wleiden.net"
[12771]122 dhcp : False
[12822]123 compass : "z"
[13230]124 ns_ip : "172.16.10.35/29"
[12789]125 ns_mac : "24:a4:3c:72:02:13"
[12771]126 bridge_type: "NanoStation M5"
127 status : "up"
128
129
Note: See TracBrowser for help on using the repository browser.