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

Last change on this file since 13548 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.25091"
8location : "Sint Victor kerk, St Victorlaan 11, 2211 RN, Noordwijkerhout"
9longitude : "4.48922"
10masterip : "172.17.119.1"
11monitoring_group: "noordwijk"
12nodename : "StVictor"
13nodetype : "Hybrid"
14rdnap_x : 93680
15rdnap_y : 474031
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "Accesspoint Zuid op sectorantenne"
27 ip : "172.17.119.1/24"
28 sdesc : "apz"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "ap-stvictor-z"
33 dhcp : "10-250"
34 compass : "n"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Accesspoint Noord op NanoStation"
40 ip : "172.17.133.1/24"
41 sdesc : "apoost"
42 mode : "apn"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "6"
46 ssid : "ap-stvictor-n"
47 dhcp : "10-250"
48 compass : "n"
49 ns_ip : "172.17.133.2/24"
50 ns_mac : "dc:9f:db:62:14:9b"
51 bridge_type: "NanoStationM2"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Internetverbinding"
57 ip : "192.168.178.2/24"
58 sdesc : "2external"
59 type : "eth"
60 dhcp : "client"
61 status : "up"
62
63
64iface_vr0_alias0:
65 comment : "Naar pastorie NanostationM5 LAN1 bridge > nano vr1 WPA2"
66 ip : "172.16.9.105/29"
67 sdesc : "2pastorie"
68 mode : "ap-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "52"
72 ssid : "il-nw.stvictor.wleiden.net"
73 compass : "nw"
74 ns_ip : "172.16.9.106/29"
75 ns_mac : "24:a4:3c:72:01:cf"
76 bridge_type: "NanoStation M5"
77 status : "up"
78
79
80iface_vr1:
81 comment : "Naar Leeuwenhorst1 NanostationM5 LAN1 bridge > nano vr0"
82 ip : "172.16.6.228/29"
83 sdesc : "2lwhorst"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "60"
88 ssid : "il-o.leeuwenhorst.wleiden.net"
89 dhcp : False
90 compass : "w"
91 ns_ip : "172.16.6.227/29"
92 ns_mac : "24:a4:3c:72:02:29"
93 bridge_type: "NanoStation M5"
94 status : "up"
95
96
97iface_vr2:
98 comment : "Link naar AkzoNobel1"
99 ip : "172.16.10.36/29"
100 sdesc : "2akzo"
101 mode : "ap-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "120"
105 ssid : "il-n.teyakzonobel1.wleiden.net"
106 dhcp : False
107 compass : "z"
108 ns_ip : "172.16.10.35/29"
109 ns_mac : "24:a4:3c:72:02:13"
110 bridge_type: "NanoStation M5"
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.