source: genesis/nodes/PanTerra1/wleiden.yaml@ 14220

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

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

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16545"
7location : "Wilddreef-D, Wilddreef, 2352 CE, Leiderdorp"
8longitude : "4.52561"
9masterip : "172.17.158.1"
10monitoring_group: "wleiden"
11nodename : "PanTerra1"
12nodetype : "Hybrid"
13rdnap_x : 96052
14rdnap_y : 464493
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap voor buurt zuidwest"
26 ip : "172.17.159.1/24"
27 sdesc : "2omni"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-Leiderdorp-1"
32 wlan_mac : "a8:54:b2:94:fa:8c"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ap voor buurt zuidwest NanostationM2, switch, kabel 1 "
39 ip : "172.17.158.1/24"
40 sdesc : "ap"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : 11
45 ssid : "WiFi Leiderdorp"
46 dhcp : "10-250"
47 ns_ip : "172.17.158.2/24"
48 ns_mac : "dc:9f:db:36:1d:af"
49 bridge_type: "NanoStationM2"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Link naar DeClercq NanostationM5 kabel 2"
55 ip : "172.16.10.105/29"
56 sdesc : "2zuid"
57 mode : "ap-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "128"
61 ssid : "il-190.panterra1.wleiden.net"
62 dhcp : False
63 compass : "190"
64 ns_ip : "172.16.10.106/29"
65 ns_mac : "24:a4:3c:0a:41:11"
66 bridge_type: "NanoStationM5"
67 status : "up"
68
69
70iface_vr0_alias0:
71 comment : "Link naar ZTWMeerburgkerk"
72 ip : "172.16.5.81/29"
73 sdesc : "2mbkerk"
74 type : "eth"
75 status : "up"
76
77
78iface_vr1:
79 comment : "Link naar Meelfabriek2 kabel 3 "
80 ip : "172.16.10.84/29"
81 sdesc : "2zw"
82 mode : "ap-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "44"
86 ssid : "il-no.meelfabriek2.wleiden.net"
87 dhcp : False
88 compass : "zw"
89 ns_ip : "172.16.10.83/29"
90 ns_mac : "dc:9f:db:2a:1c:81"
91 bridge_type: "NanosatationM5"
92 status : "up"
93
94
95iface_vr2:
96 comment : "PanTerra-link Weversbaan WPA2 5maal6is30:2is15+5=20 LAN1 bridge kabel 4 "
97 ip : "172.16.10.97/29"
98 sdesc : "2PTWb"
99 mode : "ap-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "140"
103 ssid : "il-PTwb.panterra1.wleiden.net"
104 dhcp : False
105 compass : "250"
106 ns_ip : "172.16.10.98/29"
107 ns_mac : "dc:9f:db:e4:98:24"
108 bridge_type: "NanosatationM5"
109 status : "up"
110
111
112iface_vr2_alias0:
113 comment : "Link naar Panterra2"
114 ip : "172.16.4.41/30"
115 sdesc : "2PT2"
116 type : "eth"
117 dhcp : False
118 status : "up"
119
120
Note: See TracBrowser for help on using the repository browser.